MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | body { | ||
| Zeile 8: | Zeile 9: | ||
min-height: 400px; | min-height: 400px; | ||
} | } | ||
.firstHeading { display: none } | |||
#contentSub, #p-tb, .mw-search-formheader, #p-namespaces, .toc, #toc, #footer-places-about { | |||
display: none } | |||
body.page-Main_Page h1.firstHeading { display:none; } | |||
#mw-pages p { display: none; } | |||
a:visited { | a:visited { | ||
| Zeile 32: | Zeile 44: | ||
} | } | ||
div#mw-panel { | |||
width: 12em; | |||
} | |||
# | div#content, div#footer { | ||
margin-left: 12em; | |||
} | |||
input {font-weight: bold; font-size: 120%} | input {font-weight: bold; font-size: 120%} | ||