sc: move colours to base stylesheet
[sheet.git] / sc.css
diff --git a/sc.css b/sc.css
index 19b40b08312e3d77f381bad9236d29327c387e01..b60bd8dfb33b8af78f2b257bfab5f03cbe2b20f3 100644 (file)
--- a/sc.css
+++ b/sc.css
@@ -18,9 +18,6 @@ tr.alt td {
 .units tr th:first-child {
        padding-left: 0;
 }
-.units tbody tr:hover:not(.race) {
-       background: #EEE;
-}
 
 table h2 {
        padding: 1ex 0;
@@ -38,30 +35,9 @@ table h2 {
 .units td.unit + td.unit {
        padding-left: 0;
 }
-.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;
        font-size: 70%;
 }
-.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;
@@ -70,9 +46,6 @@ td .unit-massive {
        float: right;
        width: 0;
 }
-.hurtrel, .units .hurtrel {
-       color: #778;
-}
 td.hurtrel {
        padding-left: 1em;
 }
@@ -80,52 +53,27 @@ td.unit-shield,
 td.hurtrel {
        font-size: 70%;
 }
-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;
+.magic-opt:before {
        content: '(';
        position: absolute;
        margin-left: -0.33em;
 }
-.magic-opt::after {
-       color: #000;
+.magic-opt:after {
        content: ')';
 }
 .magic-perma {
        text-decoration: underline;
-               text-decoration-color: #8C0;
-          -moz-text-decoration-color: #8C0;
-       -webkit-text-decoration-color: #8C0;
 }
 
 .units .val {