X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=stylesheets%2Fblack.css;h=8dd33a240cff056929687b258a78440c9ad0a15b;hb=c4b0e3e4fbef182e3ef1411c91cbb72c2ced70e2;hp=e6e856e3a073e05cd494ef59f590b543b111be93;hpb=e620b7f4c2ced50f194f2f9afc39c562c1237a9b;p=ndwebbie.git diff --git a/stylesheets/black.css b/stylesheets/black.css index e6e856e..8dd33a2 100644 --- a/stylesheets/black.css +++ b/stylesheets/black.css @@ -1,23 +1,8 @@ -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; @@ -28,6 +13,20 @@ a:hover { background: white; } +input,textarea,select { + color: black; + background: #B2B2B2; +} + +img.graph { + background: gray; +} + +td.sticky { + font-weight: bold; +} + + legend { color: black; background: gray; @@ -50,9 +49,6 @@ table.boards{ table.boards th { font-size: larger; } -table.boards tr.even { - background: gray; -} table a { text-decoration: none; @@ -97,6 +93,10 @@ input.coordsinput { input.small { width: 1.7em; } +tr.even { + background: #B2B2B2; + color: black; +} tr.odd { background: gray; color: black; @@ -194,3 +194,9 @@ td.HighestPrio{ background: green; color: black; } +span.newposts,span.unreadposts { + font-weight: bold; +} +span.newposts { + color: red; +}