Benutzer:Leon/monobook.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
/* remove the ugly, recently-reinstated link underlines */
#BodyContent a { text-decoration: none; }
#BodyContent a:hover { text-decoration: none; color: #fabd23;}
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
#content, #footer {
-moz-border-radius-topleft: .5em;
-moz-border-radius-bottomleft: .5em;
}
div.pBody {
-moz-border-radius-topright: .5em;
-moz-border-radius-bottomright: .5em;
}
/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
border: 1px solid #aaa;
}
table.metadata { display:table; }