X-Git-Url: http://git.ieval.ro/?p=nethack-naodash.git;a=blobdiff_plain;f=web%2Fdash.css;h=9e1887717a6565f056fc291273592ac548e542cc;hp=8bd91e7897acf58ebc18303f4c56ee508a5328ac;hb=89ac7b44e4f5f82b7e540b2465fae331662f6f11;hpb=01ba3ddc757514e3474b1c79855de5fea5da1445 diff --git a/web/dash.css b/web/dash.css index 8bd91e7..9e18877 100644 --- a/web/dash.css +++ b/web/dash.css @@ -39,8 +39,26 @@ h2:after { text-align: center; } +#versions { + text-align:center; + margin: 5px; +} + +#versions li { + display: inline; +} + +#versions li::after { + content: "|"; + margin: 0 0.5em; +} + +#versions li:last-child::after { + content: ""; +} + span[title] { - color: #F66; + color: #D33; font-family: monospace; font-size: 1.25em; margin-right: 1.5em; @@ -48,7 +66,8 @@ span[title] { span[title].done { - color: #7E7; + color: #8F8; + text-decoration: underline; } dl {