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 25: | Zeile 25: | ||
background-color: #fdfce9; | background-color: #fdfce9; | ||
line-height: 1.1em; | line-height: 1.1em; | ||
/* font-size: 13px; */ | |||
} | } | ||
| Zeile 44: | Zeile 44: | ||
#toctitle {display:none;} | #toctitle {display:none;} | ||
div#p-navigation { font-size: 13px; } | /* div#p-navigation { font-size: 13px; } | ||
div#p-contents { font-size: 13px; } | div#p-contents { font-size: 13px; } | ||
div#p-search { font-size: 13px; } | div#p-search { font-size: 13px; } | ||
| Zeile 50: | Zeile 50: | ||
div#p-NSLU2 { font-size: 13px; } | div#p-NSLU2 { font-size: 13px; } | ||
div#p-Server_auf_intel_Atom { font-size: 13px; } | div#p-Server_auf_intel_Atom { font-size: 13px; } | ||
div#p-Crossover-Themen { font-size: 13px; } | div#p-Crossover-Themen { font-size: 13px; } */ | ||
Version vom 15. August 2009, 14:37 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* 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: #fdfce9;
}
pre {
padding: 1em;
border: 1px dashed #2f6fab;
color: black;
background-color: #fdfce9;
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; } */