MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus UUGRN
K
K
Zeile 7: Zeile 7:
 
}
 
}
  
#content, #p-cactions li a {
+
#content, #p-cactions li.selected a {
 
     background-color: #ebebff;
 
     background-color: #ebebff;
 +
}
 +
 +
#p-cactions li a {
 +
    background-color: #bcbccc;
 
}
 
}

Version vom 22. September 2007, 01:49 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: #bcbccc;
}