MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus UUGRN
K (Farb-Fehlgriff++)
K (gelb?)
Zeile 5: Zeile 5:
#p-cactions li a {
#p-cactions li a {
text-transform: none;
text-transform: none;
}
z
body {
    background-color: e6e2a2;
}
}


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


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

Version vom 22. September 2007, 01:58 Uhr

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

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

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