diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-22 21:06:04 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-22 21:06:04 -0500 |
| commit | fbbbe8cc0457c2f3f77cfc8d9b8070a593938694 (patch) | |
| tree | 97909958794abcd919be0e78eb64f9a9ae71822b /index.html | |
| parent | 463e30eb8f15d90b3f6b45fd34f814689306a47f (diff) | |
square brush fix..
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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> |
