MediaWiki:Main.css
Erscheinungsbild
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
/*Adjustments for main container and toc*/
.bs-content.container {
max-width: 100em !important;
}
#bodyContent {
max-width: 100em !important;
}
.mw-parser-output > * {
max-width: 55rem;
margin-left:30rem !important;
}
.mw-parser-output > ul, .mw-parser-output > ol {
margin-left: 32rem !important;
}
.toclimit-3 {
top: 24.3rem !important;
position: absolute;
height: 100%;
float: left !important;
background-color: white;
z-index: 11;
max-width: 27rem;
height: 100%;
margin-left: 0 !important;
display: inline-block !important;
vertical-align: top !important;
}
#toc{
position: sticky;
top: 7rem;
}
#infektiopedia-authorship-box{
margin-left: 0px !important;
}