dieren: research similar dutch animal nouns
[sheet.git] / base.css
index 919f64e889db570613b097b39c066eb5a533c7fe..3dc2fac4254818448c17d84582eb19f1d6146e77 100644 (file)
--- a/base.css
+++ b/base.css
@@ -33,6 +33,8 @@ caption aside {
        margin-left: 1ex;
        font-weight: normal;
        display: inline;
+       font-size: 91%; /* 100% */
+       margin-top: .3ex; /* align with 110% baseline */
 }
 
 hr {
@@ -99,8 +101,10 @@ ul {
 }
 
 pre {
-       display: inline-block;
        text-align: left;
+       margin: 2ex auto;
+       white-space: pre-wrap;
+       overflow-wrap: break-word;
 }
 body > pre {
        width: 78ch;
@@ -109,11 +113,15 @@ body > pre {
        padding: 0 1em;
        border-width: 0 1px;
        border-style: solid;
+       white-space: pre;
 }
 
+h1 small,
 h2 small {
        position: absolute; /* side note; do not influence alignment */
        margin-left: 1em;
+       font-size: 80%;
+       line-height: 175%;
 }
 
 dl > dt {
@@ -276,6 +284,10 @@ thead td {
 .glyphs thead td {
        width: auto; /* no glyph cells in header */
 }
+.glyphs caption {
+       margin-left: 2.2em; /* 1ex + offset head column (1.6em + 0.4em) / 110% */
+               /* adjusted insignificant -.2em to fit wide contents on /charset/mac */
+}
 th {
        padding: 0 0.2em;
 }
@@ -569,12 +581,12 @@ dl.legend dt.more:hover,
 .keys td.more:hover b {
        text-shadow: #F20 0 0 0.5em, #FC0 0 0 0.2em;
 }
-dl.legend dt.ext,
-.keys td.ext {
-       border-style: dashed;
-}
 dl.legend dt.new,
 .keys td.new {
+       border-style: dashed;
+}
+dl.legend dt.ext,
+.keys td.ext {
        opacity: .6;
 }
 
@@ -713,6 +725,69 @@ nav > .section {
        margin-top: 1em;
 }
 
+.units tbody tr:hover:not(.race) {
+       background: #EEE;
+}
+.unit-gas {
+       color: #040;
+}
+.unit-min, .unit-min a:not(:hover) {
+       color: #004;
+}
+.unit-supply {
+       color: #080;
+}
+.unit-o {color: #C08} /* organic */
+.unit-u {color: #44C} /* mechanic */
+.unit-p {color: #0A8} /* psionic */
+.unit-composed {
+       color: #C88;
+}
+.unit-air {
+       color: #08C;
+}
+.unit-x {color: #888}
+.unit-s {color: #890}
+.unit-m {color: #C70}
+.unit-l {color: #D22}
+.unit-h {color: #804}
+.magic-opt:before,
+.magic-opt:after {
+       color: #000;
+}
+.hurtrel, .units .hurtrel {
+       color: #778;
+}
+tbody .unit-shield {
+       color: #64A;
+}
+.unit-pdd {
+       color: #A8C;
+}
+.unit-splash {
+       color: #4A0;
+}
+.hurt-a {
+       color: #036;
+}
+.hurt-g {
+       color: #063;
+}
+.unit-massive {
+       color: #D88;
+}
+.unit-detect::before {
+       color: #0A8;
+}
+.unit-jump {
+       color: #8A4;
+}
+body .magic-perma {
+               text-decoration-color: #8C0;
+          -moz-text-decoration-color: #8C0;
+       -webkit-text-decoration-color: #8C0;
+}
+
 /* printing hints */
 
 @page {