]> ruin.nu Git - ndwebbie.git/blobdiff - default.css
input and textarea font size
[ndwebbie.git] / default.css
index 05fcc5ac9f70562ec02210139d77d5036c6e2f0b..c6ec1d82f9555401f2c71141e4b6519d81832921 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,11 @@ div.leftinfo{
        float: left;
        padding-right: 2em;
 }
+
+fieldset {
+       display: block;
+       clear: left;
+}
 p.claimlinks{
        clear: both;
 }
@@ -173,6 +182,10 @@ div.clear {
        font-size: 1px;
 }
 
+table.stats tr td{
+       padding-left: 0.5em;
+}
+
 td.LowestPrio{
        background: red;
        color: black;
@@ -181,6 +194,10 @@ td.MediumPrio{
        background: yellow;
        color: black;
 }
+td.MediumPrio a{
+       background: yellow;
+       color: black;
+}
 td.HighestPrio{
        background: green;
        color: black;