]> ruin.nu Git - ndwebbie.git/blobdiff - default.css
some fixes to make it almost usable in ie
[ndwebbie.git] / default.css
index 4e948f5caf7676f130f433a255ee755b4da990ca..aeb65898a879df660c390cb000e2f8363ea46980 100644 (file)
@@ -1,9 +1,11 @@
-body {
-       padding-left: 15em;
-       /*padding-right: 12em;*/
-       font-family: sans-serif;
+body,html {
        color: black;
        background-color: #D9D9D9;
+       font-family: sans-serif;
+}
+#body {
+       padding-left: 15em;
+       /*padding-right: 12em;*/
 }
 #leftbar,#rightbar{
        padding: 0;
@@ -45,13 +47,15 @@ table.boards th {
        font-size: larger;
 }
 
-table.boards a {
+table.boards a, table.stats a {
        text-decoration: none;
        width: 100%;
        display: block;
 }
 fieldset.forum-post {
+       clear: both;
        width: 40em;
+       padding: 5px;
 }
 fieldset.forum-post legend b {
        font-size: larger;
@@ -60,6 +64,9 @@ div.leftinfo{
        float: left;
        padding-right: 2em;
 }
+
+fieldset {
+}
 p.claimlinks{
        clear: both;
 }
@@ -173,6 +180,10 @@ div.clear {
        font-size: 1px;
 }
 
+table.stats tr td{
+       padding-left: 0.5em;
+}
+
 td.LowestPrio{
        background: red;
        color: black;
@@ -181,6 +192,10 @@ td.MediumPrio{
        background: yellow;
        color: black;
 }
+td.MediumPrio a{
+       background: yellow;
+       color: black;
+}
 td.HighestPrio{
        background: green;
        color: black;
@@ -201,3 +216,9 @@ div.bbcode-quote,div.bbcode-code {
 div.bbcode-quote-head,div.bbcode-code-head {
        font-weight: bold;
 }
+
+fieldset.incluster {
+       border: solid;
+       border-width: 2px;
+       border-color: red;
+}