]> ruin.nu Git - ndwebbie.git/blobdiff - root/static/default.css
Search for planet stats by nick
[ndwebbie.git] / root / static / default.css
index 9349e084bf000c361f143b78a9828a70f5fcccb0..9e79ac1d604dfaf28a4255ec8184a07cc9343797 100644 (file)
@@ -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{
@@ -232,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;
+}