X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f5e535f48dc60fdcaa93b9b6ee523801448b9f82..5e43681845f6ef44275e8fd09f3fec8b65b469c5:/sc.css diff --git a/sc.css b/sc.css index 17aec81..9aba728 100644 --- a/sc.css +++ b/sc.css @@ -37,6 +37,12 @@ table h2 { .units td.unit + td.unit { padding-left: 0; } +.gas { + color: #040; +} +.min { + color: #004; +} .unit-supply { color: #080; } @@ -47,15 +53,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 +110,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;