From fbbbe8cc0457c2f3f77cfc8d9b8070a593938694 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 22 Nov 2014 21:06:04 -0500 Subject: square brush fix.. --- index.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'index.html') 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; } @@ -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 = ":" - } -*/ -- cgit v1.2.3-70-g09d2