MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus UUGRN
K (Kann ruhig bischen satter sein.)
KKeine Bearbeitungszusammenfassung
Zeile 14: Zeile 14:
}
}


a            { color: #1c216b; }
a            { color: #000cab; }
a:visited    { color: #47496b; }
a:visited    { color: #47496b; }


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


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

Version vom 22. September 2007, 02:46 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: #000cab; }
a:visited    { color: #47496b; }


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

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