MediaWiki:Skin/Archiv.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: →Hintergrundsbild: body { background: #F8F8F8 url("images/0/0d/Headbg00_bw.jpg") 0px 0px no-repeat; color: Black; margin: 0; padding: 0; ...) |
K |
||
| (11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | |||
| − | body { | + | #p-logo a { background-image: url("images/3/3c/WikiLogoArchiv.png") !important; } |
| − | + | ||
| − | + | body {background-color: #F7F6F6 !important; background-image: none !important;} | |
| − | + | #content {border-color: #A7D7F9 !important;} | |
| − | + | #mw-page-base { | |
| − | + | background-color: #fff; | |
| + | background-image: url(skins/vector/images/page-fade.png); | ||
| + | } | ||
| + | |||
| + | div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a { | ||
| + | background-image: url(skins/vector/images/tab-break.png); | ||
| + | } | ||
| + | |||
| + | |||
| + | #head div.vectorMenu h5 { | ||
| + | background-image: url(skins/vector/images/tab-break.png); | ||
| + | } | ||
| + | |||
| + | div.vectorMenu h5 a { | ||
| + | background-image: url(skins/vector/images/tab-break.png); | ||
| + | } | ||
| + | |||
| + | #content { | ||
| + | background-image:none !important; | ||
| + | border-left:1px solid #a7d7f9; | ||
| + | } | ||
| + | |||
| + | |||
| + | div.vectorTabs ul li { | ||
| + | background-color: #fcf6e4; | ||
| + | background-image: url(skins/vector/images/tab-normal-fade.png); | ||
| + | } | ||
| + | |||
| + | div.vectorTabs li.selected { | ||
| + | background-image: url(skins/vector/images/tab-current-fade.png); | ||
| + | } | ||
Aktuelle Version vom 28. Januar 2014, 14:45 Uhr
#p-logo a { background-image: url("images/3/3c/WikiLogoArchiv.png") !important; }
body {background-color: #F7F6F6 !important; background-image: none !important;}
#content {border-color: #A7D7F9 !important;}
#mw-page-base {
background-color: #fff;
background-image: url(skins/vector/images/page-fade.png);
}
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a {
background-image: url(skins/vector/images/tab-break.png);
}
#head div.vectorMenu h5 {
background-image: url(skins/vector/images/tab-break.png);
}
div.vectorMenu h5 a {
background-image: url(skins/vector/images/tab-break.png);
}
#content {
background-image:none !important;
border-left:1px solid #a7d7f9;
}
div.vectorTabs ul li {
background-color: #fcf6e4;
background-image: url(skins/vector/images/tab-normal-fade.png);
}
div.vectorTabs li.selected {
background-image: url(skins/vector/images/tab-current-fade.png);
}