MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus drf-faq
Wechseln zu: Navigation, Suche
K (css-tweak)
 
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
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;
}