diff --git a/checkin_notes b/checkin_notes index c2ba2471bc..e18752a4f7 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3915,3 +3915,9 @@ David 15 Apr 2009 html/user/ main.css + +David 15 Apr 2009 + - web: update black.css + + html/user/ + black.css diff --git a/html/user/black.css b/html/user/black.css index 85659ab65b..220d025d59 100644 --- a/html/user/black.css +++ b/html/user/black.css @@ -10,20 +10,11 @@ a:active { color: yellow; } -body , table , input , select { - font-family: Verdana, Arial, Sans Serif; - font-size: small; -} - body { background-color: black; color: white; } -table { - border: 0px; -} - table.bordered { border: 1px solid grey; } @@ -33,10 +24,8 @@ table.question { } th { - border-bottom: 2px solid black; background-color: rgb(150, 150, 150); color: black; - font-weight: bold; } td { @@ -54,7 +43,6 @@ td.indent { td.heading { background-color: rgb(90,90,90); color: white; - font-weight: bold; } td.fieldname { @@ -62,10 +50,6 @@ td.fieldname { color: white; } -td.category { - -} - tr.row0 { background-color: rgb(70,70,70); } @@ -78,53 +62,16 @@ tr.row1 { tr.subtitle { background-color: rgb(90,90,90); color: white; - font-weight: bold; } tr.message { background-color: rgb(100,100,100); } -input , select { - vertical-align: middle; -} - h1 , h2 { color: white; - font-size: large; - font-variant: small-caps; - font-weight: normal; - margin-top: 10px; } h3 , h4 { color: white; - text-decoration: underline; - font-size: small; - font-variant: small-caps; - font-weight: bold; } - -pre { - white-space: normal; - margin: 0; -} - -img { - border: 0px; -} - -.title { - font-size: small; - font-weight: bold; -} - -.description { - font-size: 80%; - font-weight: normal; -} - -.authorcol { - width: 100px; - overflow: hidden; -} \ No newline at end of file