]> ruin.nu Git - ndwebbie.git/blobdiff - root/static/default.css
Better color-coding on covop page
[ndwebbie.git] / root / static / default.css
index 3275e9f11cc2098815a0d9710f10313234f245ca..c6a364b8f025f6fd41bb6da36d59db4f813c3860 100644 (file)
@@ -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{
@@ -166,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;
@@ -235,3 +242,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;
+}