X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=stylesheets%2Fblack.css;h=d32d3445464d28a65adce4937bb92e7df1cd53be;hb=00a4dfa6b349beb4bdad6dcde269179a4b57b98e;hp=d8797c13107f8015d4474409aee2fae85df8312e;hpb=865806b6cccd8a063ec7c22bfa80eebbfaad715a;p=ndwebbie.git diff --git a/stylesheets/black.css b/stylesheets/black.css index d8797c1..d32d344 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; @@ -37,6 +22,10 @@ img.graph { background: gray; } +td.sticky { + font-weight: bold; +} + legend { color: black; @@ -61,7 +50,7 @@ table.boards th { font-size: larger; } -table a { +table.boards a { text-decoration: none; width: 100%; display: block;