- web: update black.css

svn path=/trunk/boinc/; revision=17823
This commit is contained in:
David Anderson 2009-04-15 21:28:28 +00:00
parent 81f78a0951
commit 2a4a81f035
2 changed files with 6 additions and 53 deletions

View File

@ -3915,3 +3915,9 @@ David 15 Apr 2009
html/user/
main.css
David 15 Apr 2009
- web: update black.css
html/user/
black.css

View File

@ -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;
}