]> ruin.nu Git - ndwebbie.git/blobdiff - stylesheets/black.css
cache graphs, and return not modified
[ndwebbie.git] / stylesheets / black.css
index 20c57987b4f49338bc902ae8b99aa625b7b5f25a..8dd33a240cff056929687b258a78440c9ad0a15b 100644 (file)
@@ -1,23 +1,8 @@
-body {
-       padding-left: 15em;
-       /*padding-right: 12em;*/
+body,html {
        font-family: sans-serif;
        color: #B2B2B2;
        background-color: black;
 }
-#leftbar,#rightbar{
-       padding: 0;
-       margin: 0;
-       position: absolute;
-       width: 14em;
-       top: 1em;
-}
-#leftbar{
-       left: 1em;
-}
-#rightbar{
-       right: 1em;
-}
 
 a {
        color: white;
@@ -28,6 +13,20 @@ a:hover {
        background: white;
 }
 
+input,textarea,select {
+       color: black;
+       background: #B2B2B2;
+}
+
+img.graph {
+       background: gray;
+}
+
+td.sticky {
+       font-weight: bold;
+}
+
+
 legend {
        color: black;
        background: gray;
@@ -195,3 +194,9 @@ td.HighestPrio{
        background: green;
        color: black;
 }
+span.newposts,span.unreadposts {
+       font-weight: bold;
+}
+span.newposts {
+       color: red;
+}