This page contains a CSS stylesheet which may be used to change the appearance of the wiki.
/* Designed by DWing010
Smalltext version of the Oasis Style */
@import '/translations.css';
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
color: #000000;
border-color: #000000;
background-color: #ccccac;
margin: 0px;
}
select, input, textarea {
background-color: #ccccbc;
border-color: #bcccbc;
}
a:link {
color: #0000ff;
}
a:visited {
color: #000077;
}
a:active {
color: #000077;
}
h2 a:visited {
color: #C7D0D9;
}
h2 a:link {
color: #C0C0FF;
}
a.wikiexternal:link {
color: #007700;
}
a.wikiexternal:visited {
color: #004400;
}
a.wikiexternal:active {
color: #004400;
}
div.wikitext {
margin-top: 30px;
padding-top: 30px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 30px;
}
div.wikiheader a, div.wikifooter a, div.wikirc a {
text-decoration: none;
}
div.wikiheader a:hover, div.wikifooter a:hover, div.wikirc a:hover {
text-decoration: underline;
}
div.wikitext a {
text-decoration: underline;
}
div.wikitext a:hover {
background-color: #dddddd;
text-decoration: underline;
}
div.wikiheader {
position: fixed;
height: 55px;
z-index: 10;
width: 100%;
background-color: #ccccbc;
border-bottom: 1px solid #9cacab;
top: 0px;
bottom: 12px;
padding: 0px;
padding-left: 5px;
padding-right: 5px;
margin-right: 0px;
overflow: hidden;
//-moz-border-radius: 0px 0px 42px 42px;
}
div.wikiheader h1 {
position: fixed;
left: 600px;
top: -12px;
font-weight: bold;
font-size: medium;
color: #005500;
//text-decoration: none;
}
div.wikiheader h1 a {
color: #005500;
}
h2 {
font-size: large;
font-weight: bold;
color: #000000;
background-color: #ccccac;
padding: 0.5ex 1ex 0.5ex 1ex;
border: 1px solid #9cacab;
background-color: #ccccbc;
margin-left: .3%;
margin-right: .3%;
}
h3 {
font-size: medium;
font-weight: bold;
border-bottom: solid;
border-width: thin;
}
h4 {
margin-bottom: 0;
}
div.wikitext h3 a {
text-decoration: none;
}
div.wikitext h3 a:hover {
text-decoration: none;
}
h4 {
font-size: medium;
font-weight: bold;
}
h5 {
font-size: medium;
font-weight: normal;
}
hr.wikiline {
border-top: thin solid;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-color: #705050;
margin-top: 2ex;
margin-bottom: 2ex;
}
hr.wikilinefooter {
border-top: medium solid;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-color: #161010;
margin-bottom:5px;
clear: both;
visibility: hidden;
}
div.wikifooter {
position: fixed;
overflow: hidden;
bottom: 0px;
left: 0px;
width: 100%;
height: 30px;
z-index: 10;
//-moz-border-radius: 42px 42px 0px 0px;
padding-left: 10px;
padding-right: 10px;
background-color: #ccccbc;
border-top: 1px solid #9cacab;
border-bottom: 1px solid #9cacab;
color: #000000;
}
div.wikifooter input {
visibility: hidden;
}
a.wikipageedit {
font-weight: bold;
}
dt {
font-weight: bold;
}
table.wikidiffold { background-color: #FFAF9F; }
table.wikidiffnew { background-color: #CFFFCF; }
table.wikitable {
border-collapse: collapse;
border: 1px solid;
border-color: #000000;
}
td.wikiborderlesstable {
padding-right: 2em;
}
td.wikitable {
padding-left: 1ex;
padding-right: 1ex;
border: 1px solid;
border-color: #000000;
}
textarea {
font-family: monospace
//margin-top: 20px;
padding-top: 32px;
}
blockquote {
margin-left: 5%;
margin-right: 5%;
padding: 1ex 1ex 1ex 1ex;
border-width: thin;
border-style: ridge;
border-collapse: collapse;
}
span.topsearch {
float: right;
}
div.wikitestwarning {
background-color: #ff0000;
color: #ffffff;
text-align: center;
}
.diff-header { font-weight: bold } /* headers displaying paragraph indices */
.diff-para-ident { } /* unchanged complete paragraphs */
.diff-span-ident { } /* unchanged words in changed paragraphs */
.diff-para-changed { } /* changed paragraphs */
.diff-para-added { color: green } /* added complete paragraphs */
.diff-span-added { color: green } /* added words in changed paragraphs */
.diff-para-deleted { color: red } /* deleted complete paragraphs */
.diff-span-deleted { color: red } /* deleted words in changed paragraphs */