termcol: separate gameboy table rows in cpcboy
[sheet.git] / sc.css
diff --git a/sc.css b/sc.css
index f85e7ac9b9a120aad485ea36f6bb346bcfbadcbf..9aba72854702d34218518b6f45d131e1d2810a2c 100644 (file)
--- a/sc.css
+++ b/sc.css
@@ -31,45 +31,100 @@ table h2 {
        font-weight: normal;
 }
 
+.units td.unit {
+       padding-right: 0;
+}
+.units td.unit + td.unit {
+       padding-left: 0;
+}
+.gas {
+       color: #040;
+}
+.min {
+       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;
        font-size: 70%;
 }
-.unit.unit-s {color: #770}
-.unit.unit-m {color: #C70}
-.unit.unit-l {color: #D22}
-.hurt.unit-s::before {
-       content: '~';
-       color: #773;
-}
-.hurt.unit-l::before {
-       content: '*';
-       color: #C66;
+.unit-air {
+       color: #08C;
 }
+.unit-x {color: #888}
+.unit-s {color: #890}
+.unit-m {color: #C70}
+.unit-l {color: #D22}
+.unit-h {color: #804}
+td .unit-jump,
 .hurt .unit-splash {
        position: absolute;
 }
+td .unit-massive {
+       float: right;
+       width: 0;
+}
 .hurtrel, .units .hurtrel {
+       color: #778;
+}
+td.hurtrel {
        padding-left: 1em;
+}
+td.unit-shield,
+td.hurtrel {
        font-size: 70%;
-       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 {
        content: '!';
        color: #0A8;
        font-size: 70%;
        vertical-align: super;
 }
+.unit-jump {
+       margin-left: -.2em;
+       color: #8A4;
+}
 .unit-magic {
        padding-left: 0.5em;
 }
+.magic-opt::before {
+       color: #000;
+       content: '(';
+       position: absolute;
+       margin-left: -0.33em;
+}
+.magic-opt::after {
+       color: #000;
+       content: ')';
+}
 .magic-perma {
        text-decoration: underline;
+               text-decoration-color: #8C0;
+          -moz-text-decoration-color: #8C0;
+       -webkit-text-decoration-color: #8C0;
 }
 
 .units .val {