X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=stylesheets%2Fblack.css;h=1466b8eec7a86a3d60d04af88f479119eb868471;hb=c2152d0788a16d7d6e47ffd2f57312849a8fbd14;hp=20c57987b4f49338bc902ae8b99aa625b7b5f25a;hpb=1d23afde010bb3e998d2f2c2f2c60168b138aed5;p=ndwebbie.git diff --git a/stylesheets/black.css b/stylesheets/black.css index 20c5798..1466b8e 100644 --- a/stylesheets/black.css +++ b/stylesheets/black.css @@ -1,33 +1,32 @@ -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; text-decoration:underline; } -a:hover { +a:hover, td.NAP a:hover { color: black; background: white; } +input,textarea,select { + color: black; + background: #B2B2B2; +} + +img.graph { + background: gray; +} + +td.sticky { + font-weight: bold; +} + + legend { color: black; background: gray; @@ -51,7 +50,7 @@ table.boards th { font-size: larger; } -table a { +table.boards,table.stats a { text-decoration: none; width: 100%; display: block; @@ -152,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; @@ -195,3 +187,9 @@ td.HighestPrio{ background: green; color: black; } +span.newposts,span.unreadposts { + font-weight: bold; +} +span.newposts { + color: red; +}