]> ruin.nu Git - ndwebbie.git/blobdiff - default.css
redirect on new posts
[ndwebbie.git] / default.css
index cf190dd9348d786b8a9ab7d7ff283ebf8e884cd4..3338aa9c7f4996ad71f08805550557e46a0b0e62 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;
@@ -191,3 +193,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;
+}