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 7: | Zeile 7: | ||
padding-right: 5px; | padding-right: 5px; | ||
margin-top: 5px; | margin-top: 5px; | ||
margin-right: | margin-right: 10px; | ||
border-right: solid; | border-right: solid; | ||
border-color:#E0E0E0; | border-color:#E0E0E0; | ||
border-width:1px; | border-width:1px; | ||
text-align: | text-align:center; | ||
font-weight:bold; | font-weight:bold; | ||
color: # | color: #7A7A7A; | ||
} | } | ||
Version vom 30. Oktober 2012, 08:15 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ #framenum { width: 20px; height: 480px; float:left; padding-right: 5px; margin-top: 5px; margin-right: 10px; border-right: solid; border-color:#E0E0E0; border-width:1px; text-align:center; font-weight:bold; color: #7A7A7A; } #tutframe { margin-top: 5px; height: 490px; border-width:1px; border-style:solid; border-color:#E0E0E0; padding-left:5px; } /* Footerlinks entfernen */ #footer-places-privacy { display:none;} #footer-places-disclaimer { display:none;} #footer-places-about { display:none;} /* Footer zentrieren */ div#footer #footer-info li { text-align: center; } /* Abstand oben kleiner */ div#mw-panel { padding-top: 0; } /* Linkes Menü Überschrift fettgedruckt */ div#mw-panel div.portal h5 { font-weight: bold; } /* Linkes Menü Textpadding von der rechten Linie */ div#mw-panel div.portal div.body { margin-right: 5px; } /* 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%;}