MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus KIF
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/** Kleinschreibung nicht erzwingen */
/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h5,
.portlet h6,
.portlet h6,
#p-personal ul,
#p-personal ul,
#p-cactions li a {
#p-cactions li a {
text-transform: none;
text-transform: none;
}
}
 
/* Navigation höher setzen */
#p-logo,
#p-logo a,
#p-logo a:hover {
    height: 35px;
}
#column-one { padding-top: 35px; }

Version vom 14. Dezember 2006, 18:07 Uhr

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

 /* Navigation höher setzen */
 #p-logo,
 #p-logo a,
 #p-logo a:hover {
    height: 35px;
 }
 
 #column-one { padding-top: 35px; }