MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus UUGRN
(Aendere das Hintergrundbild?)
K
Zeile 19: Zeile 19:
  
 
#p-cactions li a {
 
#p-cactions li a {
     background-color: #e6e4cf;
+
     background-color: #edeaca;
 
}
 
}

Version vom 22. September 2007, 02:28 Uhr

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

/* Das nachfolgende Farbschema basiert im Wesentlichen auf der Farbe (HSV) Hue 56 und Variationen in S und V, 
 * Mile, 2007-09-22
 */
body {
    background: #e6e2a2 url(http://wiki.uugrn.org/images/6/69/Wiki-hintergrund.png) bottom left repeat-x fixed;
}

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

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