X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=stylesheets%2Fblack.css;h=1466b8eec7a86a3d60d04af88f479119eb868471;hb=99ea1738beb3fd8eba6a016cbb4d5c95fa6834e2;hp=ee58c04b1ae9d8a18596463dc009321b820b8536;hpb=01063993f1551b550d0f7d606bc0adab4bd85ed7;p=ndwebbie.git diff --git a/stylesheets/black.css b/stylesheets/black.css index ee58c04..1466b8e 100644 --- a/stylesheets/black.css +++ b/stylesheets/black.css @@ -1,4 +1,4 @@ -body { +body,html { font-family: sans-serif; color: #B2B2B2; background-color: black; @@ -8,7 +8,7 @@ a { color: white; text-decoration:underline; } -a:hover { +a:hover, td.NAP a:hover { color: black; background: white; } @@ -50,7 +50,7 @@ table.boards th { font-size: larger; } -table a { +table.boards,table.stats a { text-decoration: none; width: 100%; display: block; @@ -151,14 +151,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;