X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fstatic%2Fdefault.css;h=9e79ac1d604dfaf28a4255ec8184a07cc9343797;hb=ae3584eafcf3b109119ed28e6a7c6d873ca6ec2c;hp=3275e9f11cc2098815a0d9710f10313234f245ca;hpb=49c23244b1ba61909b726bb9189665a33027a1af;p=ndwebbie.git diff --git a/root/static/default.css b/root/static/default.css index 3275e9f..9e79ac1 100644 --- a/root/static/default.css +++ b/root/static/default.css @@ -129,20 +129,19 @@ td.Attack{ color: black; } -a.Unclaim{ - color: green; -} -input.Unclaim{ +input.unclaim{ background: green; } -a.Claim{ - color: blue; +input.join{ + background: #00AAAA; } -a.Join{ - color: #00AAAA; +input.taken{ + background: #AA0000; } -input.Join{ - background: #00AAAA; + +input.blocked{ + background: black; + color: gray; } td.Friendly{ @@ -235,3 +234,11 @@ fieldset.incluster { border-width: 2px; border-color: red; } + +div#error { + font-weight: bold; + font-size: larger; + color: red; + border-style: solid; + border-width: 1px; +}