MediaWiki:Monobook.css: Unterschied zwischen den Versionen
												
				Zur Navigation springen
				Zur Suche springen
				
| KKeine Bearbeitungszusammenfassung | KKeine Bearbeitungszusammenfassung | ||
| Zeile 9: | Zeile 9: | ||
| 	margin-left: 40px; | 	margin-left: 40px; | ||
| 	margin-bottom: 40px; | 	margin-bottom: 40px; | ||
| 	float: left; | |||
| } | } | ||
Version vom 26. September 2010, 22:18 Uhr
/* CSS placed here will affect users of the Monobook skin */
/* Table Of Contents TOC rechtsbündig: */
#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-left: 40px;
	margin-bottom: 40px;
	float: left;
}
/*Alle Überschriften fett machen, dafür in dunkelgrau : */
#bodyContent h1, h2, h3, h4, h5  {
	font-weight: bold;
	color: #333;
}

