X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fstatic%2Fdefault.css;h=83589d7595c12523369cc03d3294da4c8cc417bd;hb=ee2c6e4a0731d1191ab3b56b12b2eff5a6131bc4;hp=9349e084bf000c361f143b78a9828a70f5fcccb0;hpb=3fc40135d773a95ede229e71efb48e07fdf3c418;p=ndwebbie.git diff --git a/root/static/default.css b/root/static/default.css index 9349e08..83589d7 100644 --- a/root/static/default.css +++ b/root/static/default.css @@ -94,8 +94,11 @@ ul.linkbar a { width: 100%; display: block; } -input.coordsinput { - width: 4em; +ul.linkbar input { + width: 12em; +} +ul.linkbar input.coordsinput { + width: 5em; } input.small { width: 1.7em; @@ -126,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{ @@ -163,10 +165,18 @@ td.NAP a{ background: blue; } -td.OLD{ +td.old{ background: red; color: black; } +td.semiold{ + background: yellow; + color: black; +} +td.new{ + background: green; + color: black; +} table.old{ border: outset 1pt; border-collapse: separate; @@ -217,6 +227,10 @@ span.newposts { color: red; } +input.email { + width: 30em; +} + div.bbcode-quote,div.bbcode-code { border: solid; border-width: 1px; @@ -232,3 +246,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; +}