X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=stylesheets%2Fblack.css;h=38b2f7bb59609dbab475f70d134f95d7590f8a44;hb=72e1c593c364db0709440efd5576c3d732ee94c2;hp=d8797c13107f8015d4474409aee2fae85df8312e;hpb=865806b6cccd8a063ec7c22bfa80eebbfaad715a;p=ndwebbie.git diff --git a/stylesheets/black.css b/stylesheets/black.css index d8797c1..38b2f7b 100644 --- a/stylesheets/black.css +++ b/stylesheets/black.css @@ -1,29 +1,15 @@ -body { - padding-left: 15em; - /*padding-right: 12em;*/ +body,html,table,div { font-family: sans-serif; + font-size: 11px; 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; text-decoration:underline; } -a:hover { +a:hover, td.NAP a:hover { color: black; background: white; } @@ -37,6 +23,10 @@ img.graph { background: gray; } +td.sticky { + font-weight: bold; +} + legend { color: black; @@ -45,6 +35,7 @@ legend { border-width: 1px; padding: 1px; } + table.boards td { /*border-style: solid; border-width: 1px;*/ @@ -61,7 +52,7 @@ table.boards th { font-size: larger; } -table a { +table.boards,table.stats a { text-decoration: none; width: 100%; display: block; @@ -162,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;