]> ruin.nu Git - ndwebbie.git/blobdiff - nd.css
cmd
[ndwebbie.git] / nd.css
diff --git a/nd.css b/nd.css
index 787519e530560c4616af76f4b9e19eeda452d24d..4e031f1c56214d629d38397ea657c75ee79ea790 100644 (file)
--- a/nd.css
+++ b/nd.css
@@ -1,5 +1,5 @@
 body {
-       padding-left: 14em;
+       padding-left: 15em;
        /*padding-right: 12em;*/
        font-family: sans-serif;
        color: black;
@@ -27,14 +27,29 @@ legend {
        padding: 1px;
 }
 table.boards td {
-       border-style: solid;
-       border-width: 1px;
-       padding: 1px;
+       /*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;
 }
@@ -64,6 +79,8 @@ ul.linkbar li {
 }
 ul.linkbar a {
        text-decoration: none;
+       width: 100%;
+       display: block;
 }
 input.coordsinput {
        width: 4em;
@@ -89,7 +106,7 @@ td.Defend{
        color: black;
 }
 td.AllyDef{
-       background: lightgreen;
+       background: #00FF00;
        color: black;
 }
 td.Attack{