]> ruin.nu Git - ndwebbie.git/blobdiff - nd.css
cmd
[ndwebbie.git] / nd.css
diff --git a/nd.css b/nd.css
index ae9f729f49e56e7250a00197f7113ea31ef46c19..4e031f1c56214d629d38397ea657c75ee79ea790 100644 (file)
--- a/nd.css
+++ b/nd.css
@@ -1,5 +1,5 @@
 body {
-       padding-left: 12em;
+       padding-left: 15em;
        /*padding-right: 12em;*/
        font-family: sans-serif;
        color: black;
@@ -9,7 +9,7 @@ body {
        padding: 0;
        margin: 0;
        position: absolute;
-       width: 10em;
+       width: 14em;
        top: 1em;
 }
 #leftbar{
@@ -18,6 +18,44 @@ body {
 #rightbar{
        right: 1em;
 }
+
+legend {
+       color: black;
+       background: white;
+       border-style: solid;
+       border-width: 1px;
+       padding: 1px;
+}
+table.boards td {
+       /*border-style: solid;
+       border-width: 1px;*/
+       padding: 2px;
+       border-collapse: separate;
+       border-spacing: 15pt;
+       font-size: larger;
+}
+table.boards{
+       border-collapse: separate;
+       border-spacing: 5px;
+}
+table.boards th {
+       font-size: larger;
+}
+table.boards tr.even {
+       background: white;
+}
+
+table.boards a {
+       text-decoration: none;
+       width: 100%;
+       display: block;
+}
+fieldset.forum-post {
+       width: 40em;
+}
+fieldset.forum-post legend b {
+       font-size: larger;
+}
 div.leftinfo{
        float: left;
        padding-right: 2em;
@@ -28,7 +66,7 @@ p.claimlinks{
 
 ul.linkbar {
        list-style-type: none;
-       width: 10em;
+       width: 13.5em;
        padding: 0;
        margin: 0;
 }
@@ -41,9 +79,14 @@ ul.linkbar li {
 }
 ul.linkbar a {
        text-decoration: none;
+       width: 100%;
+       display: block;
+}
+input.coordsinput {
+       width: 4em;
 }
-input.coord {
-       width: 3.5em;
+input.small {
+       width: 1.7em;
 }
 tr.odd {
        background: white;
@@ -63,7 +106,7 @@ td.Defend{
        color: black;
 }
 td.AllyDef{
-       background: lightgreen;
+       background: #00FF00;
        color: black;
 }
 td.Attack{
@@ -71,19 +114,19 @@ td.Attack{
        color: black;
 }
 
-a.unclaim{
+a.Unclaim{
        color: green;
 }
-input.unclaim{
+input.Unclaim{
        background: green;
 }
-a.claim{
+a.Claim{
        color: blue;
 }
-a.join{
+a.Join{
        color: #00AAAA;
 }
-input.join{
+input.Join{
        background: #00AAAA;
 }
 
@@ -129,3 +172,16 @@ div.clear {
        line-height: 0.0;
        font-size: 1px;
 }
+
+td.LowestPrio{
+       background: red;
+       color: black;
+}
+td.MediumPrio{
+       background: yellow;
+       color: black;
+}
+td.HighestPrio{
+       background: green;
+       color: black;
+}