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 |
||
| (23 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 5: | Zeile 5: | ||
height: 480px; | height: 480px; | ||
float:left; | float:left; | ||
padding-right: | padding-right: 7px; | ||
margin-top: 5px; | margin-top: 5px; | ||
margin-right: 10px; | margin-right: 10px; | ||
| Zeile 17: | Zeile 17: | ||
#tutframe { | #tutframe { | ||
margin-top: | margin-top: 8px; | ||
height: 490px; | height: 490px; | ||
border-width:1px; | border-width:1px; | ||
border-style:solid; | border-style:solid; | ||
border-color:#CCCCCC; | border-color:#CCCCCC; | ||
padding-left:5px; } | padding-left:6px; | ||
padding-right:5px; | |||
} | |||
/* Footerlinks entfernen */ | /* Footerlinks entfernen */ | ||
| Zeile 56: | Zeile 58: | ||
/* CODE Bereich geaendert */ | /* CODE Bereich geaendert */ | ||
code { | code { | ||
color: black; | |||
background-color: #f9f9f9; | |||
border: 0px; | |||
border-radius: 0px; | |||
padding: 0px 0px; | |||
} | } | ||
pre { | pre { | ||
padding: 1em; | padding: 1em; | ||
| Zeile 67: | Zeile 75: | ||
font-size: 13px; | font-size: 13px; | ||
} | } | ||
/* Farbe Inhaltsverzeichnis aendern */ | /* Farbe Inhaltsverzeichnis aendern */ | ||
| Zeile 94: | Zeile 103: | ||
/*Sidebar Schriftart auf allen Browsern gleich groß*/ | /*Sidebar Schriftart auf allen Browsern gleich groß*/ | ||
.pBody {font-size:100%;} | .pBody {font-size:100%;} | ||
/* Zeilenabstand verkleinert */ | |||
.mw-body-content { | |||
line-height: 1.5; | |||
} | |||
.mw-body p { | |||
line-height: 1.5; | |||
} | |||
Aktuelle Version vom 21. Juni 2015, 12:49 Uhr
/* 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;
}