sc: indicate multiple hits by prefixing damage by multiplier
[sheet.git] / sc.css
diff --git a/sc.css b/sc.css
index f85e7ac9b9a120aad485ea36f6bb346bcfbadcbf..95f53a310427f67827acb6b41961dbe0382c87ac 100644 (file)
--- a/sc.css
+++ b/sc.css
@@ -31,8 +31,15 @@ table h2 {
        font-weight: normal;
 }
 
+.units td.unit {
+       padding-right: 0;
+}
+.units td.unit + td.unit {
+       padding-left: 0;
+}
 .unit-o {color: #C08} /* organic */
 .unit-u {color: #44C} /* mechanic */
+.unit-p {color: #0A8} /* psionic */
 .unit-composed {
        color: #C88;
        font-size: 70%;
@@ -40,6 +47,7 @@ table h2 {
 .unit.unit-s {color: #770}
 .unit.unit-m {color: #C70}
 .unit.unit-l {color: #D22}
+.unit.unit-h {color: #804}
 .hurt.unit-s::before {
        content: '~';
        color: #773;
@@ -48,6 +56,8 @@ table h2 {
        content: '*';
        color: #C66;
 }
+td .unit-massive,
+td .unit-jump,
 .hurt .unit-splash {
        position: absolute;
 }
@@ -59,12 +69,19 @@ table h2 {
 .unit-splash {
        color: #4A0;
 }
+.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;
 }