diff --git a/html/dev/canvas.html b/html/dev/canvas.html index 951fc51..cc45803 100644 --- a/html/dev/canvas.html +++ b/html/dev/canvas.html @@ -1,7 +1,10 @@

$title Save

- +
+ + +
@@ -34,11 +37,11 @@

$title *::-webkit-input-placeholder { color: #888 } *::-moz-placeholder { color: #999 } - html, #content, #footer, #main { background: #000 } + html, #content, #output, #footer, #main { background: #000 } #content { padding-bottom: 4px } #main a:hover { color: #4ff } #main a:active { color: #06f } - #main :not(input):not(button):not(.red):not(a), #main a:not(:hover):not(:active):not(.red), #footer * { color: #fff } + #main :not(input):not(button):not(.red):not(a):not(textarea):not(span), #main a:not(:hover):not(:active):not(.red), #footer * { color: #fff } #main { clear: both } #meta { clear: both; @@ -51,47 +54,79 @@

$title $title $title