boinc/html/user/black.css

121 lines
1.5 KiB
CSS

a:link {
color: rgb(245, 185, 0);
}
a:visited {
color: rgb(225, 140, 0);
}
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;
}
table.question {
border: 1px solid black;
}
th {
border-bottom: 2px solid black;
background-color: rgb(150, 150, 150);
color: black;
font-weight: bold;
}
td {
border: 1px solid black;
}
td.bordered {
border: 1px solid grey;
}
td.indent {
border-left: 4px solid black;
}
td.heading {
background-color: rgb(90,90,90);
color: white;
font-weight: bold;
}
td.fieldname {
background-color: rgb(50,50,50);
color: white;
}
td.category {
}
tr.row0 {
background-color: rgb(70,70,70);
}
tr.row1 {
background-color: rgb(50,50,50);
}
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;
}
img {
border: 0px;
}
.title {
font-size: small;
font-weight: bold;
}
.description {
font-size: 80%;
font-weight: normal;
}