summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/sally.css31
1 files changed, 17 insertions, 14 deletions
diff --git a/css/sally.css b/css/sally.css
index c9afc72..8b8db81 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -27,18 +27,20 @@ a:link, a:visited {text-decoration: none; color: #3b3740}
{overflow: auto;}
.rapper, .block {
- float: left;
- height:auto;
- width:auto;
- padding:4px;
- 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;
}
.block:nth-child(n+2) {
padding-left: 30px;
@@ -61,10 +63,7 @@ span { min-width: 8px; min-height: 16px; 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 #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; }
@@ -76,6 +75,10 @@ body { transition: 0.1s linear; }
textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
#shader_rapper { display: none; }
#import_rapper { display: none; }
+#canvas_rapper {
+ box-shadow: 0 0 2px rgba(255,255,255,0.3);
+ margin: 3px;
+}
#cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; }
.selector_el {
border: 1px dashed #fff !important;