MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
WWWIG (Diskussion | Beiträge) →Überschriften aus /skins/monobook/main.css: zur Anpassung kopiert |
||
| Zeile 1: | Zeile 1: | ||
/ | /* Kleinschreibung nicht erzwingen */ | ||
.portlet h5, | .portlet h5, | ||
.portlet h6, | .portlet h6, | ||
| Zeile 5: | Zeile 5: | ||
#p-cactions li a { | #p-cactions li a { | ||
text-transform: none; | text-transform: none; | ||
} | |||
/* Überschriften aus /skins/monobook/main.css */ | |||
h1, h2, h3, h4, h5, h6 { | |||
color: #0066CC; /*black;*/ | |||
background: white; /*none;*/ | |||
font-weight: normal; | |||
margin: 1.5em 0 0 0; /*0;*/ | |||
padding-top: .3em; /*.5em;*/ | |||
padding-bottom: .17em; | |||
border-bottom: 1px solid #aaa; | |||
} | |||
h1 { font-size: 188%; } | |||
h1 { | |||
font-size: 140%; | |||
background: #dddddd; | |||
border-bottom: none; | |||
margin: 1.5em -0.75em 0 -0.75em; | |||
padding-left: 1em; | |||
} | |||
h2 { font-size: 133%; } | |||
h3, h4, h5, h6 { | |||
border-bottom: none; | |||
font-weight: bold; | |||
} | |||
h3 { font-size: 126%; } | |||
h4 { font-size: 116%; } | |||
h5 { font-size: 100%; } | |||
h6 { font-size: 80%; } | |||
/* Some space under the headers in the content area */ | |||
#bodyContent h1, #bodyContent h2 { | |||
margin-bottom: .6em; | |||
} | |||
#bodyContent h3, #bodyContent h4, #bodyContent h5 { | |||
margin-bottom: .3em; | |||
} | } | ||
Aktuelle Version vom 8. September 2010, 05:24 Uhr
/* Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
/* Überschriften aus /skins/monobook/main.css */
h1, h2, h3, h4, h5, h6 {
color: #0066CC; /*black;*/
background: white; /*none;*/
font-weight: normal;
margin: 1.5em 0 0 0; /*0;*/
padding-top: .3em; /*.5em;*/
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h1 {
font-size: 140%;
background: #dddddd;
border-bottom: none;
margin: 1.5em -0.75em 0 -0.75em;
padding-left: 1em;
}
h2 { font-size: 133%; }
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
h3 { font-size: 126%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }
/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
margin-bottom: .6em;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
margin-bottom: .3em;
}