228 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			228 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
 | 
						|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 | 
						|
3                  things common to all pages                    *
 | 
						|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 | 
						|
 | 
						|
BODY {
 | 
						|
	background: #EEE;
 | 
						|
	font-family: "Arial", sans-serif;
 | 
						|
	font-size: 14px;
 | 
						|
	margin: 0px;
 | 
						|
}
 | 
						|
H1 {
 | 
						|
	border-bottom: 1px solid black;
 | 
						|
	margin-top: 0px;
 | 
						|
	margin-bottom: 16px;
 | 
						|
	padding: 8px;
 | 
						|
	background: #BBB;
 | 
						|
	text-align: center;
 | 
						|
}
 | 
						|
H1 A {
 | 
						|
	color: black;
 | 
						|
}
 | 
						|
H3 {
 | 
						|
	text-align: center;
 | 
						|
	margin: 0px;
 | 
						|
}
 | 
						|
THEAD {
 | 
						|
	font-weight: bold;
 | 
						|
}
 | 
						|
TD {
 | 
						|
	vertical-align: top;
 | 
						|
	text-align: center;
 | 
						|
}
 | 
						|
CODE {
 | 
						|
	background: #DEDEDE;
 | 
						|
	font-size: 0.8em;
 | 
						|
}
 | 
						|
#subtitle {
 | 
						|
	width: 256px;
 | 
						|
	font-size: 0.75em;
 | 
						|
	margin: auto;
 | 
						|
	margin-top: -16px;
 | 
						|
	text-align: center;
 | 
						|
	border: 1px solid black;
 | 
						|
	border-top: none;
 | 
						|
	background: #DDD;
 | 
						|
}
 | 
						|
#body SELECT {width: 150px;}
 | 
						|
TD>INPUT[type="submit"] {width: 100%;}
 | 
						|
TD>INPUT[type="text"] {width: 100%;}
 | 
						|
TD>INPUT[type="password"] {width: 100%;}
 | 
						|
TD>SELECT {width: 100%;}
 | 
						|
 | 
						|
TABLE.zebra {border-spacing: 0px;}
 | 
						|
TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
 | 
						|
TABLE.zebra THEAD TD, TABLE.zebra THEAD TH {border-bottom: 2px solid #CCC;}
 | 
						|
TABLE.zebra TFOOT TD, TABLE.zebra TFOOT TH {border-top: 2px solid #CCC;}
 | 
						|
TABLE.zebra TR {border-bottom: 1px solid #DDD;}
 | 
						|
TABLE.zebra TR.odd {background: #EFEFEF;}
 | 
						|
TABLE.zebra TR.even {background: #E0E0E0;}
 | 
						|
 | 
						|
#footer {
 | 
						|
	clear: both;
 | 
						|
	padding: 8px;
 | 
						|
	font-size: 0.7em;
 | 
						|
	text-align: center;
 | 
						|
	border-top: 1px solid black;
 | 
						|
	background: #BBB;
 | 
						|
}
 | 
						|
 | 
						|
*[onclick] {cursor: pointer;}
 | 
						|
IMG {border: none;}
 | 
						|
FORM {margin: 0px;}
 | 
						|
A {text-decoration: none;}
 | 
						|
A:hover {text-decoration: underline;}
 | 
						|
 | 
						|
BLOCKQUOTE {
 | 
						|
	border: 1px solid black;
 | 
						|
	padding: 8px;
 | 
						|
	background: #DDD;
 | 
						|
}
 | 
						|
 | 
						|
UL {
 | 
						|
	text-align: left;
 | 
						|
}
 | 
						|
 | 
						|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 | 
						|
*             the navigation bar, and all its blocks             *
 | 
						|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 | 
						|
 | 
						|
#nav {
 | 
						|
	width: 200px;
 | 
						|
	float: left;
 | 
						|
	text-align: center;
 | 
						|
	margin-left: 16px;
 | 
						|
}
 | 
						|
#nav .blockbody {
 | 
						|
	font-size: 0.85em;
 | 
						|
	text-align: center;
 | 
						|
}
 | 
						|
#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;
 | 
						|
}
 | 
						|
.comment {
 | 
						|
	text-align: left;
 | 
						|
}
 | 
						|
 | 
						|
.more:after {
 | 
						|
	content: " >>>";
 | 
						|
}
 | 
						|
 | 
						|
.tag_count:before {
 | 
						|
	content: "(";
 | 
						|
}
 | 
						|
.tag_count:after {
 | 
						|
	content: ")";
 | 
						|
}
 | 
						|
 | 
						|
.paginator {
 | 
						|
	clear: both;
 | 
						|
	padding: 4px;
 | 
						|
	margin-bottom: 32px;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 | 
						|
*                 the main part of each page                     *
 | 
						|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 | 
						|
 | 
						|
#body {
 | 
						|
	margin-left: 226px;
 | 
						|
	margin-right: 16px;
 | 
						|
	text-align: center;
 | 
						|
	height: 1%;
 | 
						|
}
 | 
						|
#body TABLE {
 | 
						|
	width: 90%;
 | 
						|
	margin: auto;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 | 
						|
*                     specific page types                        *
 | 
						|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 | 
						|
 | 
						|
#pagelist {
 | 
						|
	margin-top: 32px;
 | 
						|
}
 | 
						|
 | 
						|
#tagmap A {
 | 
						|
	padding: 8px 4px 8px 4px;
 | 
						|
}
 | 
						|
 | 
						|
.rr {text-align: left; background: #DDD; margin: 8px;}
 | 
						|
.rrtop     {background: url("circle-tl.png") no-repeat top left;}
 | 
						|
.rrtop div {background: url("circle-tr.png") no-repeat top right;}
 | 
						|
.rrbot     {background: url("circle-bl.png") no-repeat bottom left;}
 | 
						|
.rrbot div {background: url("circle-br.png") no-repeat bottom right;}
 | 
						|
.rrtop, .rrtop div, .rrbot, .rrbot div {height: 8px; width: 100%;}
 | 
						|
.rrcontent {margin: 0px 8px; text-align: center;}
 | 
						|
 | 
						|
.hrr {text-align: left; background: #CCC; margin: 8px;}
 | 
						|
.hrrtop     {background: url("circle-tl.png") no-repeat top left;}
 | 
						|
.hrrtop div {background: url("circle-tr.png") no-repeat top right;}
 | 
						|
.hrrbot     {background: url("circle-bl.png") no-repeat bottom left;}
 | 
						|
.hrrbot div {background: url("circle-br.png") no-repeat bottom right;}
 | 
						|
.hrrtop, .hrrtop div, .hrrbot, .hrrbot div {height: 8px; width: 100%;}
 | 
						|
.hrrcontent {margin: 0px 8px;}
 | 
						|
 | 
						|
.setupblock {
 | 
						|
	text-align: center;
 | 
						|
	margin: 16px;
 | 
						|
	width: 350px;
 | 
						|
}
 | 
						|
.setupblock TEXTAREA {
 | 
						|
	width: 300px;
 | 
						|
	font-size: 0.75em;
 | 
						|
}
 | 
						|
 | 
						|
.helpable {
 | 
						|
	border-bottom: 1px dashed gray;
 | 
						|
}
 | 
						|
 | 
						|
.ok {
 | 
						|
	background: #AFA;
 | 
						|
}
 | 
						|
.bad {
 | 
						|
	background: #FAA;
 | 
						|
}
 | 
						|
 | 
						|
#nav .thumbblock {
 | 
						|
	float: none;
 | 
						|
	height: auto;
 | 
						|
}
 | 
						|
#nav .thumb {
 | 
						|
	margin-bottom: 0px;
 | 
						|
}
 | 
						|
.thumbblock {
 | 
						|
	width: 220px;
 | 
						|
	height: 220px;
 | 
						|
	display: inline-block;
 | 
						|
	float: left;
 | 
						|
}
 | 
						|
.thumb {
 | 
						|
	display: inline-block;
 | 
						|
	text-align: center;
 | 
						|
	margin-bottom: 32px;
 | 
						|
}
 | 
						|
 |