Benutzer:Arved/monobook.css
Zur Navigation springen
Zur Suche springen
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
/* Disable Background image */
body {
background-image:none;
}
/* Make headings bolder and without underline, like in classic style */
/* The !important is necessary to override the monobook default. thx to elya */
h1, h2, h3, h4, h5, h6 {
font-weight:bolder;
border-bottom: 0px !important;
}
/* Change the font to Browser default */
#content {
font-family:initial;
}
/* font-size needs to be in p to not affect the margins. line-height is defined in p, so override it here */
#content p {
font-size:medium;
line-height:1.2em;
}
/* Disable the bullet image */
#content ul {
list-style-image: none;
list-style-type: disc;
}
.editsection {
font-family:sans-serif;
}
/* The monobook Table of Content is smaller */
#toc , .toc, .mw-warning table{
font-size:small;
font-family:sans-serif;
}
#toc ul, .toc ul {
line-height:1em;
list-style-type:none;
}