diff options
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; +} |
