MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus drf-faq
Wechseln zu: Navigation, Suche
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:...)
 
K (css-tweak)
Zeile 8: Zeile 8:
  
 
body {
 
body {
     font-size:70%;
+
     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;
}