index: release v1.18 with only altgr index linked
[sheet.git] / dark.css
index a4dfa6b0a2d6ef209634d303f64f2784c2a160d6..e7df58b5fc8214c93852f3638f6626e06ec0f6f5 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -1,5 +1,4 @@
-@import url(base.css);
-@import url(terse.css) all and (max-width: 79em);
+@import url(light.css?1.11);
 
 body {
        background: #000;
@@ -20,7 +19,8 @@ dl.legend dt,
 }
 dl.legend-options dt {background: #333}
 
-/* code syntax */
+/* syntax highlighting */
+
 .sy-comment    { color: #888 }
 .sy-constant   { color: #8AC }
 .sy-type,
@@ -29,6 +29,8 @@ dl.legend-options dt {background: #333}
 .sy-error      { font-weight: bold; background-color: #800; color: #EEE }
 .sy-todo       { background-color: #880 }
 
+.glyphs b      { color: #C44 }
+
 /* character properties */
 
 th, td {
@@ -53,7 +55,7 @@ th, td {
 
 .X  {background: #000} /* unidentified */
 .Xr {background: #111} /* reverse */
-.Co {background: #322} /* private */
+.Co, .Xi.Co {background: #322} /* private */
 
 /* implementation-based alternatives */
 .l1 {background: #411} /* bmp */
@@ -106,3 +108,90 @@ th, td {
 .legend .ex:hover {background: #666}
 .X:hover small {color: #FFF}
 
+/* images */
+
+figcaption {
+       color: #FFF;
+       background: rgba(0, 0, 0, .5);
+}
+.gallery figure:hover ~ ul figcaption {
+       /* mark all children */
+       color: #000;
+       background: rgba(255, 255, 255, .5);
+}
+
+/* starcraft */
+
+.units tbody tr:hover:not(.race) {
+       background: #222;
+}
+.unit-gas {
+       color: #AC9;
+}
+.unit-min, .unit-min a:not(:hover) {
+       color: #ABC;
+}
+.unit-supply {
+       color: #8C6;
+}
+.unit-o {color: #C5A} /* organic */
+.unit-u {color: #66B} /* mechanic */
+.unit-p {color: #0A8} /* psionic */
+.unit-composed {
+       color: #A44;
+}
+.unit-air {
+       color: #4AC;
+}
+.unit-x {color: #666}
+.unit-s {color: #AC6}
+.unit-m {color: #C70}
+.unit-l {color: #C44}
+.unit-h {color: #C06}
+.magic-opt:before,
+.magic-opt:after {
+       color: #CCC;
+}
+.hurtrel, .units .hurtrel {
+       color: #887;
+}
+tbody .unit-shield {
+       color: #88A;
+}
+.unit-pdd {
+       color: #A8C;
+}
+.unit-splash {
+       color: #4A0;
+}
+.hurt-a {
+       color: #8AC;
+}
+.hurt-g {
+       color: #8CA;
+}
+.unit-massive {
+       color: #844;
+}
+.unit-detect::before {
+       color: #0A8;
+}
+.unit-jump {
+       color: #780;
+}
+body .magic-perma {
+               text-decoration-color: #460;
+          -moz-text-decoration-color: #460;
+       -webkit-text-decoration-color: #460;
+}
+
+/* keyboard */
+
+@media (max-width: 79em) {
+       .keys td b,
+       .keys .meta td b,
+       .keys .ctrl td b,
+       .keys .lead td b {
+               color: #000;
+       }
+}