]> ruin.nu Git - ndwebbie.git/blobdiff - nd.css
nicer output
[ndwebbie.git] / nd.css
diff --git a/nd.css b/nd.css
index 869c7baa0e957c330030f16118d2ab6ff3facdd6..26121cd646e4369bc3495c96ee435525c14e2e22 100644 (file)
--- a/nd.css
+++ b/nd.css
@@ -18,6 +18,26 @@ 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: 1px;
+       font-size: larger;
+}
+table.boards th {
+       font-size: larger;
+}
+fieldset.forum-post legend b {
+       font-size: larger;
+}
 div.leftinfo{
        float: left;
        padding-right: 2em;
@@ -132,3 +152,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;
+}