MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus UUGRN
K
K (linkfarbe anpassen (Hue(Hintergrund)+180 = Komplementaerfarbe))
Zeile 13: Zeile 13:
 
     background: #e6e2a2 url(http://wiki.uugrn.org/images/6/69/Wiki-hintergrund.png) bottom left repeat-x fixed;
 
     background: #e6e2a2 url(http://wiki.uugrn.org/images/6/69/Wiki-hintergrund.png) bottom left repeat-x fixed;
 
}
 
}
 +
 +
a            { color: #303585; }
 +
a:visited    { color: #47496b; }
 +
  
 
#content, .pBody, #p-cactions li.selected a {
 
#content, .pBody, #p-cactions li.selected a {

Version vom 22. September 2007, 02:43 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;
}

a            { color: #303585; }
a:visited    { color: #47496b; }


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

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