2012-03-13 08:03:53 +00:00
|
|
|
.noleft{
|
|
|
|
padding-left:20px;
|
|
|
|
}
|
|
|
|
HEADER {
|
|
|
|
margin-bottom:1em;
|
|
|
|
}
|
|
|
|
HEADER #site-title {
|
|
|
|
padding:10px 20px 0;
|
|
|
|
}
|
|
|
|
HEADER ul#navbar {
|
|
|
|
margin:0;
|
|
|
|
padding:5px 20px 2px 10px;
|
|
|
|
}
|
|
|
|
HEADER ul#navbar li {
|
|
|
|
font-size:120%;
|
|
|
|
margin:0;
|
|
|
|
padding:0 10px 2px;
|
|
|
|
}
|
|
|
|
HEADER ul#navbar li.current-page {
|
|
|
|
background-color:#F7F7FF;
|
|
|
|
}
|
|
|
|
HEADER ul#navbar li.current-page a {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
HEADER ul#subnavbar {
|
|
|
|
background-color:#F7F7FF;
|
|
|
|
margin:0 0 1em;
|
|
|
|
padding:5px 20px 5px 15px;
|
|
|
|
}
|
|
|
|
HEADER ul#subnavbar li {
|
|
|
|
padding:0 5px;
|
|
|
|
}
|
|
|
|
HEADER #site-title {
|
|
|
|
padding:10px 20px 0;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
-x-system-font:none;
|
|
|
|
background-color:#FFFFFF;
|
|
|
|
font-family:verdana,sans-serif;
|
|
|
|
font-size:80%;
|
|
|
|
font-size-adjust:none;
|
|
|
|
font-stretch:normal;
|
|
|
|
font-style:normal;
|
|
|
|
font-variant:normal;
|
|
|
|
font-weight:normal;
|
|
|
|
line-height:normal;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size:2em;
|
|
|
|
margin-bottom:0;
|
|
|
|
margin-top:0;
|
|
|
|
padding:2px;
|
|
|
|
}
|
|
|
|
h1 a {
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size:1.2em;
|
|
|
|
margin-bottom:0;
|
|
|
|
margin-top:0.5em;
|
|
|
|
padding:1px;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
font-size:1.4em;
|
|
|
|
}
|
|
|
|
h5 {
|
|
|
|
font-size:1.2em;
|
|
|
|
}
|
|
|
|
table.zebra {border-collapse: collapse;border-spacing: 0;}
|
|
|
|
table.zebra > tbody > tr:hover {background: #FFD;}
|
|
|
|
table.zebra th {color: #171BB3; padding-right: 8px;}
|
|
|
|
table.zebra td {border: 1px dotted #EEE;margin: 0;padding-right: 8px;}
|
|
|
|
table.zebra th {margin: 0;text-align: left;}
|
|
|
|
thead {
|
|
|
|
-moz-background-clip:border;
|
|
|
|
-moz-background-inline-policy:continuous;
|
|
|
|
-moz-background-origin:padding;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
#subtitle {
|
|
|
|
border-top:medium none;
|
|
|
|
font-size:0.75em;
|
|
|
|
margin:auto;
|
|
|
|
text-align:center;
|
|
|
|
width:256px;
|
|
|
|
}
|
2020-03-23 12:48:38 +00:00
|
|
|
#short-wiki-description {
|
|
|
|
padding:0 1.5em;
|
|
|
|
}
|
|
|
|
#short-wiki-description h2 {
|
|
|
|
padding-bottom:0.2em;
|
|
|
|
}
|
2012-03-13 08:03:53 +00:00
|
|
|
FOOTER {
|
|
|
|
clear:both;
|
|
|
|
color:#CCCCCC;
|
|
|
|
font-size:0.9em;
|
|
|
|
padding-left:10px;
|
|
|
|
padding-top:8px;
|
|
|
|
}
|
2024-06-11 15:02:52 +00:00
|
|
|
CODE {
|
|
|
|
background: #DEDEDE;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
2012-03-13 08:03:53 +00:00
|
|
|
form {
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
NAV {
|
|
|
|
float:left;
|
|
|
|
text-align:left;
|
|
|
|
width:150px;
|
|
|
|
padding:5px 20px 2px 10px;
|
|
|
|
}
|
|
|
|
NAV table {
|
|
|
|
width:150px;
|
|
|
|
}
|
|
|
|
NAV td {
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
|
|
|
NAV input {
|
|
|
|
padding:0;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
NAV select {
|
|
|
|
padding:0;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
NAV h3 {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
#comments p {
|
|
|
|
max-width:150px;
|
|
|
|
overflow:hidden;
|
|
|
|
text-align:left;
|
|
|
|
width:150px;
|
|
|
|
}
|
2016-09-06 07:18:36 +00:00
|
|
|
TABLE.tag_list {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
TABLE.tag_list>THEAD {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
TABLE.tag_list>TBODY>TR>TD {
|
|
|
|
display: inline;
|
2016-09-07 02:05:34 +00:00
|
|
|
padding: 0;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
TABLE.tag_list>TBODY>TR>TD:after {
|
|
|
|
content: " ";
|
2016-09-06 07:18:36 +00:00
|
|
|
}
|
2012-03-13 08:03:53 +00:00
|
|
|
.tag_count {
|
|
|
|
color:#AAAAAA;
|
|
|
|
}
|
|
|
|
.more {
|
|
|
|
content:"More â";
|
|
|
|
}
|
|
|
|
.comment {
|
|
|
|
margin-bottom:8px;
|
|
|
|
}
|
|
|
|
.comment .meta {
|
|
|
|
width: 150px;
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
.comment TD {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.withleft {
|
|
|
|
margin-left:180px;
|
|
|
|
}
|
|
|
|
div#paginator {
|
|
|
|
clear:both;
|
|
|
|
display:block;
|
|
|
|
font-size:1em;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:2em 0 1em;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
.paginator {
|
|
|
|
margin:16px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
div#paginator b {
|
|
|
|
margin:3px;
|
|
|
|
padding:4px 8px;
|
|
|
|
}
|
|
|
|
div#paginator a {
|
|
|
|
border:1px solid #EEEEEE;
|
|
|
|
margin:3px;
|
|
|
|
padding:4px 8px;
|
|
|
|
}
|
|
|
|
div#paginator a:hover {
|
|
|
|
-moz-background-clip:border;
|
|
|
|
-moz-background-inline-policy:continuous;
|
|
|
|
-moz-background-origin:padding;
|
|
|
|
background:blue none repeat scroll 0 0;
|
|
|
|
border:1px solid #EEEEEE;
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
#pagelist {
|
|
|
|
margin-top:32px;
|
|
|
|
}
|
|
|
|
#large_upload_form {
|
|
|
|
width:600px;
|
|
|
|
}
|
|
|
|
.setupblock {
|
|
|
|
border:1px solid #AAAAAA;
|
|
|
|
margin:16px;
|
|
|
|
padding:8px;
|
|
|
|
width:350px;
|
|
|
|
}
|
|
|
|
.comment .username {
|
|
|
|
font-size:1.5em;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
HEADER {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
HEADER h1 {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
* {
|
|
|
|
font-family:verdana,sans-serif;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
a:link {
|
|
|
|
color:#006FFA;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color:#006FFA;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color:#33CFFF;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
a:active {
|
|
|
|
color:#006FFA;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
ul.flat-list {
|
|
|
|
display:block;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
ul.flat-list * {
|
|
|
|
display:inline;
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
ul.flat-list li {
|
|
|
|
font-weight:bold;
|
|
|
|
list-style-type:none;
|
|
|
|
margin:0 1.3em 0 0;
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
ul.flat-list li a {
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
#tips {
|
|
|
|
margin-left:16px;
|
|
|
|
}
|
|
|
|
#blotter1 {
|
|
|
|
margin-left:16px;
|
|
|
|
margin-right:16px;
|
|
|
|
font-size: 90%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#blotter2 {
|
|
|
|
margin-left:16px;
|
|
|
|
margin-right:16px;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|