MediaWiki:Common.css
Aus Kallimachos
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
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*Überschrift*/
.contentHeader {
margin: none;
border-bottom: 0;
padding-bottom: 0;
display: none;
}
.ht-editsection {
display:none;
}
/*Thumbnails*/
/*TODO: Lupe weg?*/
div.tright {
max-width: 30%;
margin: 0 0 0 1.4em;
height: auto;
.thumbinner {
max-width: 100%;
.thumbcaption{
font-size:75%;
padding: 5px 1px 0px;
}
}
.magnify {
display:none;
}
}
/*Inhalt ohne Headertabs*/
.notab {
border: 1px solid #aaaaaa;
color: #222222;
border-radius: 4px;
padding: 0.2em 1.4em;
}
.toc {
display: none;
}
h1, .h1 {
margin-bottom: 10px;
margin-top: 10px;
}
.bannerbar{
margin-bottom: 1px;
border-bottom-color: #4874BD
}
.sidebar {
border-top:0;
border-top-color: #4874BD
}