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
/************************************************************************
* Rounded corners
*/
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-radius-topleft: 6px;
border-radius-topright: 6px;
}
#content {
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-radius-topleft: 6px;
border-radius-bottomleft: 6px;
}
div.pBody {
-moz-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
}
/************************************************************************
* Special formats
*/
#templatesUsed {
font-size: 50%;
}
/************************************************************************
* No display
*/
#footer, #editpage-copywarn, #editpage-longpagewarning, #n-sitesupport, #n-aboutsite {
display: none;
}
/************************************************************************
* Fixed sidebar
*/
body {
background-attachment: fixed;
}
#p-logo {
position:fixed;
}
#p-navigation {
position:fixed;
top: 13em;
}
#p-Mitmachen {
position:fixed;
top: 21em;
}
#p-search {
position:fixed;
top: 28em;
}
#p-tb {
position:fixed;
top: 34em;
}
#p-lang {
position:fixed;
bottom: 0px;
}
#p-lang h5 {
font-weight: bold;
}
#p-lang .pBody {
background: #F0F8FF;
}
/************************************************************************
* Inputs
*/
input[type="text"], textarea {
border: 1px solid #A0A0A0;
}
input[type="submit"], input[type="reset"] {
border: 1px solid #A0A0A0;
background: #F0F0F0;
color: #000000;
}
/************************************************************************
* User toolbar as sidebox
*/
/*
#p-personal {
position:fixed;
top: 34em;
width: 11.6em;
}
#p-personal h5 {
display: inline;
}
#p-personal .pBody {
width: 10.7em;
border: none;
margin: 0 0 0.1em 0em;
float: none;
overflow: hidden;
font-size: 95%;
background: #FFFFFF;
border-collapse: collapse;
border: 1px solid #AAAAAA;
padding: 0 0.8em 0.3em .5em;
}
#p-personal ul {
line-height: 1.5em;
list-style-type: square;
list-style-image: url("/style/monobook/bullet.gif");
font-size: 95%;
margin: 0 0 0 1.5em;
padding:0;
text-align:left;
text-transform: none;
}
#p-personal li {
display: list-item;
padding:0;
margin: 0 0 0 0;
margin-bottom: 0.1em;
}
#p-personal li a {
text-decoration: underline;
color: #0000BB;
}
#p-personal li a {
text-decoration: underline;
}
#p-personal li#pt-userpage {
background: none;
}
*/