]> ruin.nu Git - ndwebbie.git/blobdiff - stylesheets/black.css
dark form elements
[ndwebbie.git] / stylesheets / black.css
index e6e856e3a073e05cd494ef59f590b543b111be93..c2906157104731f37eea744940a1f438c7bffd57 100644 (file)
@@ -28,6 +28,12 @@ a:hover {
        background: white;
 }
 
+input,textarea {
+       color: black;
+       background: #B2B2B2;
+}
+
+
 legend {
        color: black;
        background: gray;
@@ -50,9 +56,6 @@ table.boards{
 table.boards th {
        font-size: larger;
 }
-table.boards tr.even {
-       background: gray;
-}
 
 table a {
        text-decoration: none;
@@ -97,6 +100,10 @@ input.coordsinput {
 input.small {
        width: 1.7em;
 }
+tr.even {
+       background: #B2B2B2;
+       color: black;
+}
 tr.odd {
        background: gray;
        color: black;
@@ -194,3 +201,9 @@ td.HighestPrio{
        background: green;
        color: black;
 }
+span.newposts,span.unreadposts {
+       font-weight: bold;
+}
+span.newposts {
+       color: red;
+}