Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
body {
font-family: lucida grande, lucida sans, sans-serif;
font-size: 10px;
background-color: #FFD700;
color: #333;
padding: 25px;
line-height: 1.5;
text-align: left;
}
img, a img {
border: 12;
}
a, a:visited {
color: #006;
}
a:hover {
background: red;
}
div.wikifooter a:hover {
background: #fff;
}
div.wikiheader {
border: 2px solid #666;
padding: 40px;
background-color: #f8f8f8;
width: 70%;
margin-bottom: -10px;
text-align: center;
margin-left: auto;
margin-right: auto;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
z-index: -1;
}
div.wikiheader, div.wikifooter {
font-size: 10px;
}
div.wikifooter {
text-align: right;
margin-bottom: 20px;
}
div.wikiheader h1 {
font-family: georgia, serif;
font-size: 24px;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
}
div.wikiheader h1 a {
text-decoration: none;
color: #000;
}
div.wikitext a.wikipageedit {
border: 1px solid #000;
text-decoration: none;
margin-left: 3px;
margin-right: 3px;
padding-left: 2px;
padding-right: 2px;
background-color: #eee;
}
div.wikitext, div.wikirc {
z-index: 0;
font-size: 12px;
padding: 25px;
border: 2px solid #666;
background-color: #fff;
text-align: justify;
-moz-border-radius: 20px;
border-radius: 20px;
}
div.wikitext {
margin-top: -2px;
}
div.wikirc {
margin-top: 20px;
}
div.banner, div.feedback {
display: none;
}
div.ad {
float: left;
margin-top: 10px;
}
hr.wikilineheader, hr.wikilinefooter {
display: none;
}
dl {
margin-left: 15px;
border-left: 1px dotted #ccc;
}
dd {
margin-left: 15px;
}
dt {
margin-left: 5px;
}
div.wikitext h1,
div.wikitext h2,
div.wikitext h3,
div.wikitext h4 {
font-family: georgia, serif;
margin-left: -25px;
margin-right: -25px;
padding-left: 10px;
padding-right: 25px;
padding-top: 5px;
color: #000;
letter-spacing: 1px;
}
div.wikitext h2,
div.wikitext h3,
div.wikitext h4 {
border-top: 1px dotted #ccc;
background: #f8f8f8;
}
b, strong {
color: #000;
}
table {
border-collapse: collapse;
}
td,th,table {
border: 1px solid #000;
}
td,th {
font-size: 12px;
padding: 5px;
}
th {
text-align: inherit;
font-weight: bold;
background: #eee;
}
textarea {
clear: right;
}
pre,code,tt,keyb {
font-family: lucida console, monospace;
}
input {
font-family: lucida grande, lucida sans, sans-serif;
font-size: 12px;
}
hr, hr.wikiline, hr.wikilinefooter {
height: 1px;
color: #999;
background-color: #999;
}