MediaWiki:Nostalgia.css: Unterschied zwischen den Versionen
Aus Wiki der Helden-Software
Geran (Diskussion | Beiträge) (Die Seite wurde neu angelegt: →* Kleinschreibung nicht erzwingen: .portlet h5, .portlet h6, #p-cactions ul li a { text-transform: none; background: #FDFFCF; } /* Seitenhintergrund erset...) |
Geran (Diskussion | Beiträge) |
||
(26 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
#p-cactions ul li a { | #p-cactions ul li a { | ||
text-transform: none; | text-transform: none; | ||
− | background: # | + | background: #F6F9B4; |
} | } | ||
/* Seitenhintergrund ersetzen */ | /* Seitenhintergrund ersetzen */ | ||
body { background: #F6F9B4; } | body { background: #F6F9B4; } | ||
− | #content, #bodyContent table {background: # | + | form { |
− | .pBody {background: # | + | display:inline; |
− | #p-cactions li.selected a {background-color: # | + | padding: 0px; |
− | #p-cactions li a:hover {background-color: # | + | margin: 0px; |
+ | } | ||
+ | |||
+ | #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;} | .portlet h5 {background: #F6F9B4;} | ||
#catlinks {background: #F6F9B4;} | #catlinks {background: #F6F9B4;} | ||
− | # | + | |
+ | #content .thumbinner { background: #F6F9B4; } | ||
+ | |||
+ | #content .thumb { background: #F6F9B4;border-color: #F6F9B4; } | ||
+ | |||
+ | .thumb .thumbinner { background: #F6F9B4; } | ||
+ | #topbar { | ||
+ | font-size:80%; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | text-align:center; | ||
+ | font-size:80%; | ||
+ | } | ||
+ | dt { | ||
+ | font-weight:bold; | ||
+ | } |
Aktuelle Version vom 14. März 2007, 11:20 Uhr
/** Kleinschreibung nicht erzwingen */ .portlet h5, .portlet h6, #p-cactions ul li a { text-transform: none; background: #F6F9B4; } /* Seitenhintergrund ersetzen */ body { background: #F6F9B4; } form { display:inline; padding: 0px; margin: 0px; } #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;} #content .thumbinner { background: #F6F9B4; } #content .thumb { background: #F6F9B4;border-color: #F6F9B4; } .thumb .thumbinner { background: #F6F9B4; } #topbar { font-size:80%; } #footer { text-align:center; font-size:80%; } dt { font-weight:bold; }