X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/219e14be8f8268a96169f0dc51472d8cee0c34f3..0ec1918e9ea19466404dd204c30dea88af25bea7:/mono.css diff --git a/mono.css b/mono.css index ec6beff..30f878a 100644 --- a/mono.css +++ b/mono.css @@ -15,3 +15,21 @@ body ul.keys li[onclick]:hover { border-color: #444; } +body dl.legend dt.new, +body ul.keys li.new { + opacity: 1; + border-color: #888; +} + +/* code syntax */ +#source pre { color: #444 } +.sy-comment { color: #888; text-shadow: #888 0 0 1em } +.sy-constant { color: inherit; font-style: italic } +.sy-type, +.sy-identifier { color: #000 } +.sy-statement { color: #000 } +.sy-preProc { color: #000 } +.sy-special { color: #000; font-style: italic } +.sy-error { font-weight: bold; background-color: #000; color: #FFF } +.sy-todo { background-color: #CCC } +