X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a691b071501b1ef5239752a1e594a449e8c2d16d..e20a73e69afd8061db197eb607700ce66ac70552:/sc.css diff --git a/sc.css b/sc.css index 7ad23e1..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; } @@ -55,11 +61,14 @@ table h2 { .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; } @@ -101,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;