/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* things common to all pages *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
BODY {
background: #EEE;
font-family: "Arial", sans-serif;
font-size: 14px;
}
H1, H3 {
border: 1px solid black;
background: #DDD;
text-align: center;
H1 {
margin-top: 0px;
margin-bottom: 0px;
padding: 2px;
H1 A {
color: black;
H3 {
margin-top: 32px;
padding: 1px;
THEAD {
background: #DEDEDE;
font-weight: bold;
TD {
vertical-align: top;
#subtitle {
width: 256px;
font-size: 0.75em;
margin: auto;
border-top: none;
#body SELECT {width: 150px;}
TD>INPUT {width: 100%;}
TD>SELECT {width: 100%;}
#footer {
clear: both;
padding-top: 8px;
font-size: 0.7em;
*[onclick] {cursor: pointer;}
IMG {border: none;}
FORM {margin: 0px;}
A {text-decoration: none;}
A:hover {text-decoration: underline;}
BLOCKQUOTE {
padding: 8px;
UL {
text-align: left;
* the navigation bar, and all its blocks *
#nav {
width: 150px;
float: left;
font-size: 0.9em;
#nav TABLE {
#nav TD {
vertical-align: middle;
#nav INPUT {
width: 100%;
padding: 0px;
#nav SELECT {
#comments P {
max-width: 150px;
overflow: hidden;
.more:after {
content: " >>>";
.tag_count:before {
content: "(";
.tag_count:after {
content: ")";
* the main part of each page *
#body {
margin-left: 160px;
height: 1%;
#body TABLE {
width: 90%;
* specific page types *
#pagelist {
#tagmap A {
padding: 8px 4px 8px 4px;
.comment {
.setupblock {
border: 1px solid #AAA;
margin: 16px;
width: 350px;
.helpable {
border-bottom: 1px dashed gray;
.ok {
background: #AFA;
.bad {
background: #FAA;