diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-02-16 00:10:13 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-02-16 00:10:13 -0800 |
| commit | 760c35f835ef179bc398abc57bcea39bc9ec401e (patch) | |
| tree | 6fddb5f6b55c898a68e4bb3826d0fc524007ca40 /css/sketch.css | |
| parent | c3b34223ef6390ad2801edaa3e3b825c7df1cb98 (diff) | |
finishing mode
Diffstat (limited to 'css/sketch.css')
| -rw-r--r-- | css/sketch.css | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/css/sketch.css b/css/sketch.css new file mode 100644 index 0000000..1fa0266 --- /dev/null +++ b/css/sketch.css @@ -0,0 +1,42 @@ + +#canvas_wrapper{ +// position:absolute; + display: inline-block; +white-space: no-wrap; +word-wrap: break-word; +-webkit-user-select: none; +-moz-user-select: none; +user-select: none; +// pointer-events: none; + +} +.canvas_cell{ + border: 1px solid black; + display: inline-block; + width: 1em; + height: 1em; +} +.canvas_row{ +// position: absolute; +} + +.brush_tools{ + margin:5px; + padding:5px; + display: inline-block; + background: whitesmoke; + border: 1px solid gray; + cursor: pointer; +} +#drawing_finished{ + padding:5px; + margin-top:10px; + text-transform:bold; + display:block; + width:100%; +} +#brush{ + background:gray; + color: white; + border: 1px solid black; +} |
