MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Moneypedia
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: * Kleinschreibung nicht erzwingen: .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; })
 
Zeile 1: Zeile 1:
 
/** Kleinschreibung nicht erzwingen */
 
/** Kleinschreibung nicht erzwingen */
/*
+
 
 
.portlet h5,
 
.portlet h5,
 
.portlet h6,
 
.portlet h6,
Zeile 7: Zeile 7:
 
text-transform: none;
 
text-transform: none;
 
}
 
}
*/
+
 
 +
div.editsection {
 +
text-align:right;
 +
font-size: x-small;
 +
}

Version vom 3. März 2007, 00:51 Uhr

/** Kleinschreibung nicht erzwingen */

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

div.editsection {
text-align:right;
font-size: x-small;
}