MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) 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 */ | ||
div#mw-panel div.portal h5 { | |||
border: medium none; | |||
color: #444444; | |||
cursor: default; | |||
font-size: 0.75em; | |||
font-weight: bold; | |||
padding: 0 0.25em 0.25em 1.75em; | |||
} | |||
/* Linkes Menü Textpadding von der rechten Linie */ | /* Linkes Menü Textpadding von der rechten Linie */ |
Version vom 28. Oktober 2012, 15:27 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ div#mw-panel div.portal h5 { border: medium none; color: #444444; cursor: default; font-size: 0.75em; font-weight: bold; padding: 0 0.25em 0.25em 1.75em; } /* Linkes Menü Textpadding von der rechten Linie */ div#mw-panel div.portal div.body { margin: 0; padding-top: 0.5em; margin-right: 5px; margin-left: 1.25em; /* @embed */ background-image: url(images/portal-break.png); background-repeat: no-repeat; background-position: top left; } /* Seitentitel der Hauptseite ausgeblendet */ body.page-Hauptseite h1.firstHeading { display:none; } h1, h2, h3, h4, h5, h6 { color: #A70D0D; background: none; font-weight: normal; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; } /* CODE Bereich geaendert */ code { background-color: #FFE7A3; } pre { padding: 1em; border: 1px dashed #2f6fab; color: black; background-color: #FFE7A3; line-height: 1.1em; font-size: 13px; } /* Farbe Inhaltsverzeichnis aendern */ #toc, .toc, .mw-warning { border: 1px solid #aaa; background-color: #d0effb; padding: 5px; font-size: 95%; } /* Blocksatz */ .ns-0 p { text-align:justify; } /* Text .Inhaltsverzeichnis. an der Spitze des Inhaltsverzeichnisses nicht anzeigen */ #toctitle {display:none;} /* div#p-navigation { font-size: 13px; } div#p-contents { font-size: 13px; } div#p-search { font-size: 13px; } div#p-tb { font-size: 13px; } div#p-NSLU2 { font-size: 13px; } div#p-Server_auf_intel_Atom { font-size: 13px; } div#p-Crossover-Themen { font-size: 13px; } */ /*Sidebar Schriftart auf allen Browsern gleich groß*/ .pBody {font-size:100%;}