diff options
| author | Julie Lala <jules@okfoc.us> | 2015-05-22 18:48:49 +0200 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-05-22 18:48:49 +0200 |
| commit | c2d83e9195d6ae00836226d039a594d7e917908c (patch) | |
| tree | dca01f9de1e372f2806d776863f2b448999fb888 /css | |
| parent | 6037078f595ec80a25dcef213383745b3a0bbd50 (diff) | |
unicode functions and ascii brushes
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css index 951243c..f2d7405 100644 --- a/css/sally.css +++ b/css/sally.css @@ -63,7 +63,10 @@ span { min-width: 8px; line-height: 15px; display: inline-block; } .rapper { cursor: crosshair; } body.grid span { border-right: 1px solid #444; border-bottom: 1px solid #444; } body.grid div { border-left: 1px solid #444; } -body.grid #canvas_rapper > div:first-child, body.grid #palette_rapper > div:first-child, body.grid #brush_rapper > div:first-child { border-top: 1px solid #444; } +body.grid #canvas_rapper > div:first-child, +body.grid #palette_rapper > div:first-child, +body.grid #letters_rapper > div:first-child, +body.grid #brush_rapper > div:first-child { border-top: 1px solid #444; } body.grid .tool { border: 1px solid #444; } .ed { color: #fff; } .focused { box-shadow: inset 0 0px 3px #fff; border-color: #fff; } @@ -93,6 +96,9 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color: display: inline-block; margin-bottom: 13px; } +#letters_rapper { + display: inline-block; +} .close { position: absolute; top: 20px; right: 20px; z-index: 2; padding: 10px; background: black; cursor: pointer; } #webcam_rapper { display: none; position: absolute; top: 0px; left: 0px; width:100%;height:100%; box-sizing:border-box; border: 40px solid rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5); } #webcam_iframe { position: absolute; top: 0px; left: 0px; width:100%;height:100%; background-color: rgba(0,0,0,0.5); border: 0; } |
