MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus drf-faq
Mile (Diskussion | Beiträge) K (Die Seite wurde neu angelegt: →* Kleinschreibung nicht erzwingen: .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } body { font-size:70%; font-family:...) |
Mile (Diskussion | Beiträge) K (css-tweak) |
||
| Zeile 8: | Zeile 8: | ||
body { | body { | ||
| − | font-size: | + | font-size:75%; |
font-family: Palatino, Times New Roman, Times, serif; | font-family: Palatino, Times New Roman, Times, serif; | ||
} | } | ||
Version vom 4. September 2010, 15:37 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, Times New Roman, Times, serif;
}