MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus UUGRN
K
K (Farb-Fehlgriff++)
Zeile 12: Zeile 12:
  
 
#p-cactions li a {
 
#p-cactions li a {
     background-color: #bcbccc;
+
     background-color: #dddce6;
 
}
 
}

Version vom 22. September 2007, 01:50 Uhr

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

#content, #p-cactions li.selected a {
    background-color: #ebebff;
}

#p-cactions li a {
    background-color: #dddce6;
}