sc: mark brood war SCV as cyborg
[sheet.git] / sc.css
diff --git a/sc.css b/sc.css
index 17aec8160b73c5ae906b39de2b92eb3214c56c8f..50581bb6d4a0f52d2253dfc7f257ddf56c47fad7 100644 (file)
--- a/sc.css
+++ b/sc.css
@@ -47,15 +47,22 @@ table h2 {
        color: #C88;
        font-size: 70%;
 }
-.unit-s {color: #770}
+.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-massive,
 td .unit-jump,
 .hurt .unit-splash {
        position: absolute;
 }
+td .unit-massive {
+       float: right;
+       width: 0;
+}
 .hurtrel, .units .hurtrel {
        color: #778;
 }
@@ -97,6 +104,16 @@ tbody .unit-shield {
 .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;