213 lines
3.1 KiB
CSS
213 lines
3.1 KiB
CSS
html {
|
|
overflow: auto;
|
|
}
|
|
body {
|
|
background-color: #363636;
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size: 8pt;
|
|
color: #FFFFFF;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
textarea {
|
|
width: 100%;
|
|
}
|
|
ul.menu {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#wrapper {
|
|
width: 95%;
|
|
margin: auto;
|
|
background-color: #EEEEEE;
|
|
color: #000000;
|
|
border: 2px solid #000000;
|
|
}
|
|
|
|
#head {
|
|
|
|
}
|
|
|
|
#logo {
|
|
width: 535px;
|
|
height: 173px;
|
|
margin: auto;
|
|
}
|
|
|
|
#menu {
|
|
border-top: 2px solid #000000;
|
|
border-bottom: 2px solid #000000;
|
|
background-color: #DDDD77;
|
|
}
|
|
#menu ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#menu ul li {
|
|
float: left;
|
|
margin-right: 5px;
|
|
width: 100px;
|
|
height: 25px;
|
|
}
|
|
#menu ul li a {
|
|
display: inline;
|
|
float: left;
|
|
width: 100px;
|
|
height: 25px;
|
|
position: absolute;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
#menu ul li a b {
|
|
display: block;
|
|
width: 100px;
|
|
height: 25px;
|
|
line-height: 24px;
|
|
color: #000000;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
#menu ul li a:hover b {
|
|
width: 110px;
|
|
height: 37px;
|
|
top: -6px;
|
|
left: -5px;
|
|
z-index: 2;
|
|
background-color: #999966;
|
|
font-size: 1.3em;
|
|
color: #FFFFFF;
|
|
line-height: 35px;
|
|
border: 1px solid #FFFFFF;
|
|
}
|
|
|
|
#main {
|
|
position: relative;
|
|
padding: 5px;
|
|
}
|
|
#main ul li {
|
|
margin-top: 3px;
|
|
margin-bottom: 3px;
|
|
}
|
|
#main p {
|
|
line-height: 1.2em;
|
|
}
|
|
#main a {
|
|
display: inline-block;
|
|
padding: 1px 2px;
|
|
border-bottom: 1px dotted #000000;
|
|
color: #000099;
|
|
font-weight: bold;
|
|
}
|
|
#main a:hover {
|
|
background-color: #000099;
|
|
color: #FFFFFF;
|
|
border-bottom: 1px solid transparent;
|
|
}
|
|
#main a.broken {
|
|
color: #CC3366;
|
|
}
|
|
#main a.broken:hover {
|
|
background-color: #CC6666;
|
|
color: #FFFFFF;
|
|
}
|
|
#main a.broken:after {
|
|
content: "\2730";
|
|
margin-left: 3px;
|
|
font-weight: normal;
|
|
}
|
|
#main a.external {
|
|
color: #339966;
|
|
}
|
|
#main a.external:hover {
|
|
background-color: #339966;
|
|
color: #FFFFFF;
|
|
}
|
|
#main a.external:after {
|
|
content: "\2750\279C";
|
|
letter-spacing: -4px;
|
|
font-weight: normal;
|
|
margin-left: 3px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
#foot {
|
|
position: relative;
|
|
padding: 5px;
|
|
margin: 2px;
|
|
}
|
|
#foot ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#foot ul li {
|
|
float: right;
|
|
}
|
|
#foot ul li:first-child:after, #foot ul li:before {
|
|
content: "|";
|
|
color: #999999;
|
|
}
|
|
#foot ul li a {
|
|
text-decoration: none;
|
|
color: #999999;
|
|
}
|
|
#foot ul li a:hover {
|
|
color: #000000;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.inset {
|
|
margin-left: 20px;
|
|
}
|
|
.hrule {
|
|
height: .1em;
|
|
border-top: 1px solid #000000;
|
|
border-bottom: 1px solid #000000;
|
|
background-color: #DDDD77;
|
|
}
|
|
|
|
.wikimenu {
|
|
position: relative;
|
|
}
|
|
.wikimenu ul li {
|
|
float: right;
|
|
margin-left: 10px;
|
|
}
|
|
.wikicontent {
|
|
margin: 10px auto;
|
|
}
|
|
.wikidiff {
|
|
white-space: pre;
|
|
font-family: "Courier New", monospace;
|
|
font-size: 125%;
|
|
border: 2px solid #000000;
|
|
padding: 4px;
|
|
background-color: #FFFFFF;
|
|
overflow: auto;
|
|
}
|
|
.wikidiff .range {
|
|
background-color: #000099;
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
font-size: 125%;
|
|
}
|
|
.wikidiff div {
|
|
padding: 2px;
|
|
}
|
|
.wikidiff .diff {
|
|
background-color: #FFFFFF;
|
|
}
|
|
.wikidiff .diff del, .wikidiff ins {
|
|
text-decoration: none;
|
|
}
|
|
.wikidiff .diff del {
|
|
background-color: #FFBBDD;
|
|
}
|
|
.wikidiff .diff ins {
|
|
background-color: #CCFFCC;
|
|
} |