sc: colourise negative supply values (providers)
[sheet.git] / sc.css
diff --git a/sc.css b/sc.css
index 6c2d151778739b0efab03861d94a6154823bdbf2..17aec8160b73c5ae906b39de2b92eb3214c56c8f 100644 (file)
--- a/sc.css
+++ b/sc.css
@@ -37,6 +37,9 @@ table h2 {
 .units td.unit + td.unit {
        padding-left: 0;
 }
+.unit-supply {
+       color: #080;
+}
 .unit-o {color: #C08} /* organic */
 .unit-u {color: #44C} /* mechanic */
 .unit-p {color: #0A8} /* psionic */
@@ -54,13 +57,30 @@ td .unit-jump,
        position: absolute;
 }
 .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;
 }
@@ -79,6 +99,9 @@ td .unit-jump,
 }
 .magic-perma {
        text-decoration: underline;
+               text-decoration-color: #8C0;
+          -moz-text-decoration-color: #8C0;
+       -webkit-text-decoration-color: #8C0;
 }
 
 .units .val {