MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Watch-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: →‎* Kleinschreibung nicht erzwingen: .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } a[accesskey]:before { content: " " att...)
 
Zeile 5: Zeile 5:
 
#p-cactions li a {
 
#p-cactions li a {
 
text-transform: none;
 
text-transform: none;
}
 
 
a[accesskey]:before {
 
    content: " " attr(accesskey) " ";
 
    text-transform: uppercase;
 
    white-space: pre;
 
    border: thin solid;
 
    font-family: sans-serif;
 
    text-decoration: underline overline;
 
    margin-right: 0.5ex;
 
 
}
 
}

Version vom 5. Februar 2008, 14:43 Uhr

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