X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a691b071501b1ef5239752a1e594a449e8c2d16d..ea867fdf60e3ffc160559a5ee221b35ecd348159:/sc.css diff --git a/sc.css b/sc.css index 7ad23e1..50581bb 100644 --- a/sc.css +++ b/sc.css @@ -55,11 +55,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 +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;