]> ruin.nu Git - ndwebbie.git/blobdiff - stylesheets/black.css
minor change
[ndwebbie.git] / stylesheets / black.css
index e6e856e3a073e05cd494ef59f590b543b111be93..d32d3445464d28a65adce4937bb92e7df1cd53be 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;
@@ -50,11 +49,8 @@ table.boards{
 table.boards th {
        font-size: larger;
 }
-table.boards tr.even {
-       background: gray;
-}
 
-table a {
+table.boards a {
        text-decoration: none;
        width: 100%;
        display: block;
@@ -97,6 +93,10 @@ input.coordsinput {
 input.small {
        width: 1.7em;
 }
+tr.even {
+       background: #B2B2B2;
+       color: black;
+}
 tr.odd {
        background: gray;
        color: black;
@@ -194,3 +194,9 @@ td.HighestPrio{
        background: green;
        color: black;
 }
+span.newposts,span.unreadposts {
+       font-weight: bold;
+}
+span.newposts {
+       color: red;
+}