diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-06 01:57:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-06 01:57:11 -0400 |
| commit | f650127c109fb65a589388cefb51eb990b151612 (patch) | |
| tree | 026bbb4921cd103b4eec3636393f537c6e903299 /css/sally.css | |
| parent | 05f454468e71d61ae4f0674223066efa118955b0 (diff) | |
experimental palette
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/css/sally.css b/css/sally.css index 70daf9d..9621d18 100644 --- a/css/sally.css +++ b/css/sally.css @@ -27,20 +27,20 @@ a:link, a:visited {text-decoration: none; color: #3b3740} {overflow: auto;} .rapper, .block { - float: left; - height:auto; - width:auto; - background-color: #000000; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + float: left; + height:auto; + width:auto; + background-color: #000000; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } .rapper { - white-space:pre-wrap; - word-wrap: break-word; + white-space:pre-wrap; + word-wrap: break-word; } .block { - padding:4px; + padding:4px; } .block:nth-child(n+2) { padding-left: 30px; @@ -49,15 +49,15 @@ a:link, a:visited {text-decoration: none; color: #3b3740} cursor: pointer; } .transparent { - background-color: transparent; - background-image: url(../img/gray-dither.gif); - background-size: 8px 8px; + background-color: transparent; + background-image: url(../img/gray-dither.gif); + background-size: 8px 8px; } @media (-webkit-min-device-pixel-ratio: 2) { - .transparent { - background-size: 4px 4px; - } + .transparent { + background-size: 4px 4px; + } } span { min-width: 8px; line-height: 15px; display: inline-block; } .rapper { cursor: crosshair; } @@ -80,10 +80,10 @@ textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: # margin: 3px; } .dropper #canvas_rapper { - cursor: url(../img/dropper.gif) 0 15, auto; + cursor: url(../img/dropper.gif) 0 15, auto; } .bucket #canvas_rapper { - cursor: url(../img/bucket.png) 3 15, auto; + cursor: url(../img/bucket.png) 3 15, auto; } .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); } @@ -105,7 +105,7 @@ textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: # display: none; } .custom { - float: left; - margin-right: 5px; - margin-bottom: 5px; + float: left; + margin-right: 5px; + margin-bottom: 5px; } |
