X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3b6982ba552c02daa4de8489e90f90a274ea14fa..f288c2ae9def10f90b5f8c0a84b1e1c17d55f38c:/sc.css diff --git a/sc.css b/sc.css index f85e7ac..6c2d151 100644 --- a/sc.css +++ b/sc.css @@ -31,23 +31,25 @@ 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%; } -.unit.unit-s {color: #770} -.unit.unit-m {color: #C70} -.unit.unit-l {color: #D22} -.hurt.unit-s::before { - content: '~'; - color: #773; -} -.hurt.unit-l::before { - content: '*'; - color: #C66; -} +.unit-s {color: #770} +.unit-m {color: #C70} +.unit-l {color: #D22} +.unit-h {color: #804} +td .unit-massive, +td .unit-jump, .hurt .unit-splash { position: absolute; } @@ -59,12 +61,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; }