summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 2 insertions, 12 deletions
diff --git a/index.html b/index.html
index a6ea2e7..d65e350 100644
--- a/index.html
+++ b/index.html
@@ -6,11 +6,11 @@
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 { text-shadow: 0 3px 3px #fff; border-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; }
-body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset 0 0 2px white; }
+.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; float: right; font-size:12pt; width: 45%; height: 400px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
#cursor_input { position: absolute; top: 0; right: 0; width:30px; }
</style>
@@ -45,16 +45,6 @@ body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset
lex.fg = (x+y)%16
lex.char = (y%2) ? ":" : "%"
-/*
- if (x > y || y > x + 20 || x > y / 4 + 10) {
- lex.clear()
- }
- else {
- lex.bg = x+y*y
- lex.fg = (x+y)%2
- lex.char = ":"
- }
-*/
</script>
<script src="js/util.js"></script>
<script src="js/color.js"></script>