MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus Wiki der Helden-Software
Maik (Diskussion | Beiträge) (Die Seite wurde neu angelegt: →* Kleinschreibung nicht erzwingen: .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } #globalWrapper { background-color:#F6F9...) |
Maik (Diskussion | Beiträge) K |
||
(21 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
.portlet h5, | .portlet h5, | ||
.portlet h6, | .portlet h6, | ||
− | + | ||
− | #p-cactions li a { | + | #p-cactions ul li a { |
text-transform: none; | text-transform: none; | ||
+ | background: #F6F9B4; | ||
} | } | ||
− | # | + | /* Seitenhintergrund ersetzen */ |
− | + | body { background: #F6F9B4; } | |
− | } | + | |
− | # | + | #content, #bodyContent table { background: #F6F9B4; } |
− | + | .pBody {background: #F6F9B4;} | |
− | } | + | #p-cactions li.selected a { background-color: #F6F9B4; } |
+ | #p-cactions li a:hover { background-color: #F6F9B4; } | ||
+ | .portlet h5 { background: #F6F9B4;} | ||
+ | |||
+ | #catlinks { background: #F6F9B4; } | ||
+ | #bodyContent .thumb { background: #F6F9B4; border-color: #F6F9B4; } |
Aktuelle Version vom 18. Februar 2007, 12:33 Uhr
/** Kleinschreibung nicht erzwingen */ .portlet h5, .portlet h6, #p-cactions ul li a { text-transform: none; background: #F6F9B4; } /* Seitenhintergrund ersetzen */ body { background: #F6F9B4; } #content, #bodyContent table { background: #F6F9B4; } .pBody {background: #F6F9B4;} #p-cactions li.selected a { background-color: #F6F9B4; } #p-cactions li a:hover { background-color: #F6F9B4; } .portlet h5 { background: #F6F9B4;} #catlinks { background: #F6F9B4; } #bodyContent .thumb { background: #F6F9B4; border-color: #F6F9B4; }