boinc/html/forum/forum.css

93 lines
1.1 KiB
CSS
Raw Normal View History

a:link {
color: blue;
}
a:visited {
color: navy;
}
a:active {
color: red;
}
body , table , input , select {
font-family: Verdana, Arial, Sans Serif;
font-size: small;
}
body {
background-color: white;
}
table.question {
border: 1px solid black;
}
th {
border-bottom: 2px solid white;
background-color: navy;
color: gold;
font-weight: bold;
}
td {
border: 1px solid white;
}
td.indent {
border-left: 4px solid white;
}
td.category {
border: 1px solid black;
}
tr.subtitle {
background-color: white;
color: black;
font-weight: bold;
}
tr.row0 {
background-color: rgb(237,237,237);
}
tr.row1 {
background-color: rgb(217,217,217);
}
tr.message {
background-color:#E0E0EF;
}
input , select {
vertical-align: middle;
}
h1 , h2 {
color: black;
font-size: large;
font-variant: small-caps;
font-weight: normal;
margin-top: 10px;
}
h3 , h4 {
color: black;
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;
}