sc: note zerg and protoss regeneration rates
[sheet.git] / dark.css
1 @import url(base.css);
2 @import url(terse.css) all and (max-width: 79em);
3
4 body {
5         background: #000;
6         color: #CCC;
7 }
8 a, a:visited {
9         color: #BBB;
10 }
11 .l:hover a:active, .l:hover a:hover, /* prevent override */
12 a:active, a:hover {
13         color: #44E;
14         text-decoration: none;
15 }
16
17 dl.legend dt,
18 .keys td {
19         border-color: #888;
20 }
21 dl.legend-options dt {background: #333}
22
23 /* code syntax */
24 .sy-comment    { color: #888 }
25 .sy-constant   { color: #8AC }
26 .sy-type,
27 .sy-identifier { color: #C9B }
28 .sy-special    { color: #A9C }
29 .sy-error      { font-weight: bold; background-color: #800; color: #EEE }
30 .sy-todo       { background-color: #880 }
31
32 /* character properties */
33
34 th, td {
35         border-color: #555;
36         background: #222;
37 }
38 .mapped tbody, .mapped colgroup,
39 .dimap tbody, .dimap colgroup {
40         border-color: #665;
41 }
42
43 .glyphs small.digraph {
44         background: #444;
45         color: #AAA;
46         opacity: 0.5;
47 }
48 .glyphs small.value {
49         background: #633;
50         color: #AAA;
51         opacity: 0.4;
52 }
53
54 .X  {background: #000} /* unidentified */
55 .Xr {background: #111} /* reverse */
56 .Co, .Xi.Co {background: #322} /* private */
57
58 /* implementation-based alternatives */
59 .l1 {background: #411} /* bmp */
60 .l2 {background: #321} /* proposed digraph */
61 .l3 {background: #330} /* rfc-1345 digraph */
62 .l4 {background: #030} /* ascii */
63 .l5 {background: #00331D} /* ascii */
64 .l0 {background: #222}
65 .ex {     color: #777} /* disfavoured */
66 .u-invalid {background: #333} /* impossible */
67
68 .p4::after {color: #F44}
69 .p3::after {color: #E66}
70 .p2::after {color: #C88}
71 .p1::after,
72 .p0::after {color: #CCC}
73
74 /* general colorization */
75
76 .c-sa,
77 .g1 {background: #044}
78 .c-na,
79 .g2 {background: #040}
80 .g3 {background: #340}
81 .c-af,
82 .g4 {background: #440}
83 .c-eu,
84 .g5 {background: #530}
85 .g6 {background: #520}
86 .c-as,
87 .g7 {background: #500}
88 .c-an,
89 .g8 {background: #503}
90 .c-oc,
91 .g9 {background: #205}
92 .no {background: #222}
93
94 .X:hover,
95 .l:hover a, .l:hover a:visited,
96 .g9 a:hover, .g9[onclick]:hover,
97 .g8 a:hover, .g8[onclick]:hover,
98 .g7 a:hover, .g7[onclick]:hover,
99 .g6 a:hover, .g6[onclick]:hover,
100 .g5 a:hover, .g5[onclick]:hover,
101 .g4 a:hover, .g4[onclick]:hover,
102 .g3 a:hover, .g3[onclick]:hover,
103 .g2 a:hover, .g2[onclick]:hover {
104         color: #000; /* on default (light) background hover */
105 }
106 .legend .ex:hover {background: #666}
107 .X:hover small {color: #FFF}
108