125 lines
2.2 KiB
CSS
125 lines
2.2 KiB
CSS
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* things common to all pages *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
BODY {
|
|
font-family: arial,helvetica,sans-serif;
|
|
font-size: 10pt;
|
|
background: #FFFFEE url(fade.png) top center repeat-x;
|
|
color: #800000;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
margin-right: 0px;
|
|
margin-left: 0px;
|
|
margin-top: 5px;
|
|
}
|
|
H1 {
|
|
text-align: center;
|
|
}
|
|
#subtitle {
|
|
display: none;
|
|
}
|
|
|
|
FOOTER {
|
|
clear: both;
|
|
padding-top: 8px;
|
|
font-size: 0.7em;
|
|
text-align: center;
|
|
}
|
|
|
|
A, A:visited {text-decoration: none; color: #0000EE;}
|
|
A:hover {text-decoration: underline; color: #DD0000;}
|
|
HR {border: none; border-top: 1px solid #D9BFB7; height: 0px; clear: both;}
|
|
|
|
NAV {
|
|
width: 150px;
|
|
float: left;
|
|
text-align:left;
|
|
}
|
|
NAV TABLE {
|
|
width: 150px;
|
|
}
|
|
NAV TD {
|
|
vertical-align: middle;
|
|
}
|
|
NAV INPUT {
|
|
width: 100%;
|
|
padding: 0px;
|
|
}
|
|
NAV SELECT {
|
|
width: 100%;
|
|
padding: 0px;
|
|
}
|
|
NAV H3 {
|
|
text-align: left;
|
|
}
|
|
.withleft {
|
|
margin-left: 160px;
|
|
}
|
|
TD {
|
|
vertical-align: top;
|
|
}
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* the navigation bar, and all its blocks *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
TABLE.tag_list {
|
|
border-collapse: collapse;
|
|
}
|
|
TABLE.tag_list>THEAD {
|
|
display: none;
|
|
}
|
|
TABLE.tag_list>TBODY>TR>TD {
|
|
display: inline;
|
|
padding: 0;
|
|
line-height: 1em;
|
|
}
|
|
TABLE.tag_list>TBODY>TR>TD:after {
|
|
content: " ";
|
|
}
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* specific page types *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
.doubledash {
|
|
color: #D9BFB7;
|
|
vertical-align: top;
|
|
clear: both;
|
|
float: left;
|
|
}
|
|
.comment {
|
|
/*background: #FFFFEE;*/
|
|
border-width: 0px;
|
|
}
|
|
.reply, .paginator {
|
|
margin-bottom: 2px;
|
|
font-size: 10pt;
|
|
background: #F0E0D6;
|
|
color: #800000;
|
|
border: 1px solid #D9BFB7;
|
|
border-left: none;
|
|
border-top: none;
|
|
padding: 2px;
|
|
}
|
|
.reply P {
|
|
margin-left: 32px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.setupblock {
|
|
border: 1px solid #AAA;
|
|
padding: 8px;
|
|
margin: 16px;
|
|
width: 350px;
|
|
}
|
|
|
|
.paginator {
|
|
display: inline;
|
|
padding: 5px;
|
|
}
|
|
.thumb {
|
|
margin: 16px;
|
|
}
|