boinc/html/forum/forum-black.css

104 lines
1.4 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.frame {
background-color: black;
}
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.indented {
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;
}
tr.row0 {
background-color: rgb(50,50,50);
}
tr.row1 {
background-color: rgb(70,70,70);
}
tr.subtitle {
background-color: rgb(90,90,90);
color: white;
font-weight: bold;
}
tr.message {
background-color:#E0E0EF;
}
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;
}
.title {
font-size: small;
font-weight: bold;
}
.description {
font-size: 80%;
font-weight: normal;
}