MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus CBF-1000 WIKI
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(9 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
body {
body {
font: x-small sans-serif;
font: x-small sans-serif;
background: #ff4400 url(headbg.jpg) 0 0 no-repeat;
background: #ff9900 url(headbg.jpg) 0 0 no-repeat;
color: black;
color: black;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}
h1, h2, h3, h4, h5, h6 {
color: #666686;
background: none;
font-weight: normal;
margin: 0;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}


/** Kleinschreibung nicht erzwingen */
/** Kleinschreibung nicht erzwingen */

Aktuelle Version vom 2. Januar 2009, 18:09 Uhr

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


h1, h2, h3, h4, h5, h6 {
	color: #666686;
	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;
}