]> ruin.nu Git - ndwebbie.git/blobdiff - stylesheets/black.css
Set the font size, so it's almost usable in ie
[ndwebbie.git] / stylesheets / black.css
index 8dd33a240cff056929687b258a78440c9ad0a15b..38b2f7bb59609dbab475f70d134f95d7590f8a44 100644 (file)
@@ -1,5 +1,6 @@
-body,html {
+body,html,table,div {
        font-family: sans-serif;
+       font-size: 11px;
        color: #B2B2B2;
        background-color: black;
 }
@@ -8,7 +9,7 @@ a {
        color: white;
        text-decoration:underline;
 }
-a:hover {
+a:hover, td.NAP a:hover {
        color: black;
        background: white;
 }
@@ -34,6 +35,7 @@ legend {
        border-width: 1px;
        padding: 1px;
 }
+
 table.boards td {
        /*border-style: solid;
        border-width: 1px;*/
@@ -50,7 +52,7 @@ table.boards th {
        font-size: larger;
 }
 
-table a {
+table.boards,table.stats a {
        text-decoration: none;
        width: 100%;
        display: block;
@@ -151,14 +153,7 @@ td.Hostile{
        background: red;
        color: black;
 }
-td.NAP{
-       background: blue;
-       color: white;
-}
-td.NAP a{
-       color: yellow;
-       background: blue;
-}
+
 table.old{
        border: outset 1pt;
        border-collapse: separate;