MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus CBF-1000 WIKI
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
color: #428837;
background: none;
background: none;
font-weight: normal;
font-weight: normal;

Version vom 10. Dezember 2008, 08:07 Uhr

body {
	font: x-small sans-serif;
	background: #ff4400 url(headbg.jpg) 0 0 no-repeat;
	color: black;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	color: #428837;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}


/** Kleinschreibung nicht erzwingen */
//**.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}
*/

body {
	font: x-small sans-serif;
	background: #ff9900 url(headbg.jpg) 0 0 no-repeat;
	color: black;
	margin: 0;
	padding: 0;
}