MediaWiki:Common.css
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
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
#framenum {
width: 20px;
height: 480px;
float:left;
padding-right: 7px;
margin-top: 5px;
margin-right: 10px;
border-right: solid;
border-color:#CCCCCC;
border-width:1px;
text-align:center;
font-weight:bold;
color: #7A7A7A;
}
#tutframe {
margin-top: 8px;
height: 490px;
border-width:1px;
border-style:solid;
border-color:#CCCCCC;
padding-left:6px;
padding-right: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 {
color: black;
background-color: #f9f9f9;
border: 0px;
border-radius: 0px;
padding: 0px 0px;
}
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%;}
/* Zeilenabstand verkleinert */
.mw-body-content {
line-height: 1.5;
}
.mw-body p {
line-height: 1.5;
}