MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus drf-faq
Wechseln zu: Navigation, Suche
K (css-tweak)
K (css-tweak)
Zeile 9: Zeile 9:
 
body {
 
body {
 
     font-size:75%;
 
     font-size:75%;
     font-family: Palatino, Times New Roman, Times, serif;
+
     font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif;
 
}
 
}

Version vom 4. September 2010, 15:40 Uhr

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

body {
    font-size:75%;
    font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif;
}