X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=stylesheets%2Fblack.css;h=94e2ce3a1fc835b1cdd861285d30ba92621f2acd;hb=0946c8be97d9440c68c3c12ff4ba9128f8b6fb7b;hp=d5f18310a566724e3922a56f1e67bd3d2221407a;hpb=aa96a30bb84a90221dcd2a3b8fe823d45894d7aa;p=ndwebbie.git diff --git a/stylesheets/black.css b/stylesheets/black.css index d5f1831..94e2ce3 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; @@ -51,7 +50,7 @@ table.boards th { font-size: larger; } -table a { +table.boards,table.stats a { text-decoration: none; width: 100%; display: block;