X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3aab2658e078a4f424343fb10817f8d0eab9343b..6f67b327f3dc201c4f9b79d74be575b15019f78e:/red.css diff --git a/red.css b/red.css index af61745..5f9c06c 100644 --- a/red.css +++ b/red.css @@ -61,3 +61,39 @@ dt.pm, dt.mv, color: #FF0; } /* mode link */ +td.X { /* unidentified */ + background: #000; + border-color: #800; + border-width: 1px; +} +th, td, td.Co { + background: #000; + border-color: #300; + border-width: 1px 0 0 1px; /* no precedence */ +} +td.Co {background: #200 } /* private */ +tbody, colgroup, th { + background: #800 !important; + border: 1px solid #800; +} + +/* continents */ +td.c-af {background: #100; color: #FFF} +td.c-eu {background: #300; color: #FFF} +td.c-as {background: #500; color: #FFF} +td.c-aa {background: #400; color: #8BC} +td.c-oc {background: #100; color: #8BC} +td.c-sa {background: #100; color: #DD6} +td.c-na {background: #300; color: #DD6} +td.X:hover {background: #800; color: #FF0} + +/* code syntax */ +.sy-comment { color: #888 } +.sy-constant { color: #C88 } +.sy-type, +.sy-identifier { color: #C44 } +.sy-statement { text-shadow: #F00 0 0 0.5em } +.sy-special { color: #CA8 } +.sy-error { font-weight: bold; background-color: #A00; color: #EEE } +.sy-todo { background-color: #400 } +