MediaWiki:Common.css: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
/* | /** Kleinschreibung nicht erzwingen */ | ||
body.page-Hauptseite h1.firstHeading { display: none; } | .portlet h5, | ||
.portlet h6, | |||
#p-personal ul, | |||
#p-cactions li a { | |||
text-transform: none; | |||
} | |||
body.page-Hauptseite h1.firstHeading { display:none; } | |||
div.topicon { | |||
position: absolute; | |||
z-index: 10; | |||
top: 10px; | |||
display: block !important; | |||
} | |||
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */ | /* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */ |