MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mile (Diskussion | Beiträge) K Farb-Fehlgriff++ |
Mile (Diskussion | Beiträge) 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: # | background-color: #fffccc; | ||
} | } | ||
#p-cactions li a { | #p-cactions li a { | ||
background-color: # | 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;
}