]> ruin.nu Git - ndwebbie.git/blobdiff - default.css
launch confirmation hint
[ndwebbie.git] / default.css
index cf190dd9348d786b8a9ab7d7ff283ebf8e884cd4..5beb2b682fabb187498cd9d6b978ee6ac2b3ff0e 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;
@@ -173,6 +175,10 @@ div.clear {
        font-size: 1px;
 }
 
+table.stats tr td{
+       padding-left: 0.5em;
+}
+
 td.LowestPrio{
        background: red;
        color: black;
@@ -191,3 +197,19 @@ span.newposts,span.unreadposts {
 span.newposts {
        color: red;
 }
+
+div.bbcode-quote,div.bbcode-code {
+       border: solid;
+       border-width: 1px;
+       MARGIN: 5px 15px 15px 15px; PADDING: 8px;
+       line-height: 1.4;
+}
+div.bbcode-quote-head,div.bbcode-code-head {
+       font-weight: bold;
+}
+
+fieldset.incluster {
+       border: solid;
+       border-width: 2px;
+       border-color: red;
+}