2007-04-16 11:58:25 +00:00
|
|
|
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
|
|
* 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;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2009-01-16 06:34:03 +00:00
|
|
|
CODE {
|
|
|
|
background: #DEDEDE;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
2007-04-16 11:58:25 +00:00
|
|
|
#subtitle {
|
|
|
|
width: 256px;
|
|
|
|
font-size: 0.75em;
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid black;
|
|
|
|
border-top: none;
|
|
|
|
background: #DDD;
|
|
|
|
}
|
|
|
|
#body SELECT {width: 150px;}
|
2008-04-08 16:52:44 +00:00
|
|
|
TD>INPUT[type="submit"] {width: 100%;}
|
|
|
|
TD>INPUT[type="text"] {width: 100%;}
|
|
|
|
TD>INPUT[type="password"] {width: 100%;}
|
2007-08-01 16:58:50 +00:00
|
|
|
TD>SELECT {width: 100%;}
|
2007-04-16 11:58:25 +00:00
|
|
|
|
2009-01-17 04:00:52 +00:00
|
|
|
TABLE.zebra {border-spacing: 0px;}
|
|
|
|
TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
|
2009-01-17 03:27:18 +00:00
|
|
|
TABLE.zebra THEAD {border-bottom: 2px solid #DDD;}
|
|
|
|
TABLE.zebra TR {border-bottom: 1px solid #DDD;}
|
|
|
|
TABLE.zebra TR.odd {background: #EFEFEF;}
|
|
|
|
TABLE.zebra TR.even {background: #E0E0E0;}
|
|
|
|
|
2007-04-16 11:58:25 +00:00
|
|
|
#footer {
|
|
|
|
clear: both;
|
|
|
|
padding-top: 8px;
|
|
|
|
font-size: 0.7em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
*[onclick] {cursor: pointer;}
|
|
|
|
IMG {border: none;}
|
|
|
|
FORM {margin: 0px;}
|
|
|
|
A {text-decoration: none;}
|
|
|
|
A:hover {text-decoration: underline;}
|
|
|
|
|
2007-12-11 18:37:23 +00:00
|
|
|
BLOCKQUOTE {
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 8px;
|
|
|
|
background: #DDD;
|
|
|
|
}
|
2007-04-16 11:58:25 +00:00
|
|
|
|
2007-12-20 10:33:02 +00:00
|
|
|
UL {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2007-04-16 11:58:25 +00:00
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
2007-05-06 21:39:47 +00:00
|
|
|
* the navigation bar, and all its blocks *
|
2007-04-16 11:58:25 +00:00
|
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
|
|
|
|
#nav {
|
|
|
|
width: 150px;
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
#nav TABLE {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
#nav TD {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
#nav INPUT {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
#nav SELECT {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comments P {
|
|
|
|
text-align: left;
|
|
|
|
width: 150px;
|
|
|
|
max-width: 150px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2007-05-06 21:19:50 +00:00
|
|
|
.more:after {
|
|
|
|
content: " >>>";
|
|
|
|
}
|
|
|
|
|
2007-07-05 03:31:15 +00:00
|
|
|
.tag_count:before {
|
|
|
|
content: "(";
|
|
|
|
}
|
|
|
|
.tag_count:after {
|
|
|
|
content: ")";
|
|
|
|
}
|
|
|
|
|
2007-04-16 11:58:25 +00:00
|
|
|
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
|
|
* the main part of each page *
|
|
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
|
|
|
|
#body {
|
|
|
|
margin-left: 160px;
|
|
|
|
text-align: center;
|
2008-04-04 10:36:44 +00:00
|
|
|
height: 1%;
|
2007-04-16 11:58:25 +00:00
|
|
|
}
|
|
|
|
#body TABLE {
|
|
|
|
width: 90%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
|
|
* specific page types *
|
|
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
|
|
|
|
#pagelist {
|
|
|
|
margin-top: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tagmap A {
|
|
|
|
padding: 8px 4px 8px 4px;
|
|
|
|
}
|
|
|
|
|
2007-08-03 17:15:52 +00:00
|
|
|
.comment {
|
2007-04-16 11:58:25 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setupblock {
|
|
|
|
border: 1px solid #AAA;
|
|
|
|
padding: 8px;
|
|
|
|
margin: 16px;
|
|
|
|
width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.helpable {
|
|
|
|
border-bottom: 1px dashed gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ok {
|
|
|
|
background: #AFA;
|
|
|
|
}
|
|
|
|
.bad {
|
|
|
|
background: #FAA;
|
|
|
|
}
|
|
|
|
|
|
|
|
|