summaryrefslogtreecommitdiff
path: root/css/sally.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/sally.css')
-rw-r--r--css/sally.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css
index 71029f8..61f544e 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -46,6 +46,22 @@ a:link, a:visited {text-decoration: none; color: #3b3740}
.tool {
cursor: pointer;
}
+.rapper { cursor: crosshair; }
+body.grid span { border-right: 1px solid #444; border-top: 1px solid #444; border-bottom: 1px solid #444; }
+body.grid div { border-top: 1px solid #444; border-left: 1px solid #444; }
+.ed { color: #fff; }
+.focused { box-shadow: inset 0 0px 3px #fff; border-color: #fff; }
+.tool.focused, .ed.focused { color: white; text-decoration: underline; }
+body.loading { opacity: 0; }
+body { transition: 0.1s linear; }
+.focused { box-shadow: inset 1px 0 2px white, inset -1px 0 2px white, inset 0 1px 2px white, inset 0 -1px 2px white; }
+#shader_textarea { display: none; }
+#import_textarea { font-size: 9pt; }
+textarea { font-size:12pt; width: 45%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
+#import_rapper { display: none; }
+#cursor_input { position: absolute; top: 0; right: 0; width:30px; opacity: 0; }
+
+
@media screen and (-webkit-min-device-pixel-ratio:0) {
#nvgovy{white-space:pre;}
}