MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Gargi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Gargi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 51: | Zeile 51: | ||
/* Diverse Seitentitel ausblenden*/ | /* Diverse Seitentitel ausblenden*/ | ||
body.page-Gargi_org_Über_Gargi_org h1.firstHeading { display:none; } | body.page-Gargi_org_Über_Gargi_org h1.firstHeading { display:none; } | ||
body.page-Gargi_org_Impressum h1.firstHeading { display:none; } | |||
body.page-Gargi_org_Datenschutz h1.firstHeading { display:none; } | |||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
Version vom 21. Mai 2018, 01:47 Uhr
/* 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;
}
/* Footer zentrieren */
div#footer #footer-info li { text-align: center; }
/* Footerlinks entfernen */
/* #footer-places-privacy { display:none;} */
/* #footer-places-disclaimer { display:none;} */
/* #footer-places-about { display:none;} */
/* 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; }
/* Diverse Seitentitel ausblenden*/
body.page-Gargi_org_Über_Gargi_org h1.firstHeading { display:none; }
body.page-Gargi_org_Impressum h1.firstHeading { display:none; }
body.page-Gargi_org_Datenschutz 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;
}