MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus drf-faq
Wechseln zu: Navigation, Suche
(Änderung 3576 von Mile (Diskussion) wurde rückgängig gemacht.)
 
Zeile 5: Zeile 5:
 
#p-cactions li a {
 
#p-cactions li a {
 
text-transform: none;
 
text-transform: none;
}
 
 
body {
 
    font-size:75%;
 
    font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif;
 
 
}
 
}

Aktuelle Version vom 28. September 2010, 12:03 Uhr

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