MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(test (da is irgendwo ein fehler)) |
(Version vom 23. April 2011, 15:11 Uhr test) |
||
| Zeile 5: | Zeile 5: | ||
body { | body { | ||
background-color: #fcf6e4; | background-color: #fcf6e4; | ||
| − | background-image: url( | + | background-image: url(images/0/01/MW_V_page-base.png); |
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background-color: #fff; | background-color: #fff; | ||
| − | background-image: url( | + | background-image: url(images/c/c5/MW_V_page-fade.png); |
} | } | ||
div.vectorTabs { | div.vectorTabs { | ||
| − | background-image: url( | + | background-image: url(images/7/7c/MW_V_tab-break.png); |
} | } | ||
div.vectorTabs li a { | div.vectorTabs li a { | ||
| − | background-image: url( | + | background-image: url(images/7/7c/MW_V_tab-break.png); |
} | } | ||
#head div.vectorMenu h5 { | #head div.vectorMenu h5 { | ||
| − | background-image: url( | + | background-image: url(images/7/7c/MW_V_tab-break.png); |
} | } | ||
div.vectorMenu h5 a { | div.vectorMenu h5 a { | ||
| − | background-image: url( | + | background-image: url(images/7/7c/MW_V_tab-break.png); |
} | } | ||
div.vectorTabs ul { | div.vectorTabs ul { | ||
| − | background-image:url( | + | background-image:url(images/a/a1/MW_V_border.png); |
} | } | ||
#content { | #content { | ||
| − | background-image: url( | + | background-image: url(images/a/a1/MW_V_border.png) !important; |
} | } | ||
#mw-head-base { | #mw-head-base { | ||
| − | background-image: url( | + | background-image: url(images/a/a1/MW_V_border.png); |
} | } | ||
#footer { | #footer { | ||
| − | background-image: url( | + | background-image: url(images/a/a1/MW_V_border.png) !important; |
} | } | ||
div.vectorTabs ul li { | div.vectorTabs ul li { | ||
background-color: #fcf6e4; | background-color: #fcf6e4; | ||
| − | background-image: url( | + | background-image: url(images/8/83/MW_V_tab-normal-fade.png); |
} | } | ||
div.vectorTabs li.selected { | div.vectorTabs li.selected { | ||
| − | background-image: url( | + | background-image: url(images/4/4c/MW_V_tab-current-fade.png); |
} | } | ||
| Zeile 82: | Zeile 82: | ||
| − | + | /* Du hast frischen Dung in deiner Kamelbox. */ | |
| + | .usermessage { | ||
| + | background-color: #EEDC82; | ||
| + | border: 1px outset #EEDC82; | ||
| + | color: Black; | ||
| + | font-weight: bold; | ||
| + | margin: 1.5em; | ||
| + | padding: 0.5em 1em; | ||
| + | vertical-align: middle; | ||
| + | text-align: center; | ||
| + | } | ||
/* FF-bug für monospace-Schriften ausnutzen */ | /* FF-bug für monospace-Schriften ausnutzen */ | ||
| Zeile 145: | Zeile 155: | ||
.page-Spezial_Logbuch .mw-search-results {font-size:.9em;} | .page-Spezial_Logbuch .mw-search-results {font-size:.9em;} | ||
| − | + | /** Empfehlungslisten-Zeug **/ | |
| − | /** | ||
| − | #ca- | + | #ca-gaga.icon a, #ca-ungaga.icon a { |
margin:0; | margin:0; | ||
display: block; | display: block; | ||
| Zeile 155: | Zeile 164: | ||
height: 0; | height: 0; | ||
overflow:hidden; | overflow:hidden; | ||
| − | background-image: url(' | + | background-image: url('/images/3/32/GaGA_thumb.png'); |
} | } | ||
| − | #ca- | + | #ca-gaga.icon a { |
background-position: 5px 60%; | background-position: 5px 60%; | ||
} | } | ||
| − | #ca- | + | #ca-gaga.icon a:hover, #ca-gaga.icon a:focus { |
background-position: -19px 60%; | background-position: -19px 60%; | ||
} | } | ||
| − | #ca- | + | #ca-ungaga.icon a { |
background-position: -43px 60%; | background-position: -43px 60%; | ||
| + | } | ||
/* Anmelden/ Registrieren */ | /* Anmelden/ Registrieren */ | ||
| Zeile 179: | Zeile 189: | ||
} | } | ||
#userloginlink a {font-weight: bold;} | #userloginlink a {font-weight: bold;} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Version vom 4. Juni 2011, 15:00 Uhr
/* Anpassungen für vector-skin; Globales Stylesheet: [[Mediawiki:Common.css]] */
/* Grundlegend erstmal wüstenfarben */
body {
background-color: #fcf6e4;
background-image: url(images/0/01/MW_V_page-base.png);
}
#mw-page-base {
background-color: #fff;
background-image: url(images/c/c5/MW_V_page-fade.png);
}
div.vectorTabs {
background-image: url(images/7/7c/MW_V_tab-break.png);
}
div.vectorTabs li a {
background-image: url(images/7/7c/MW_V_tab-break.png);
}
#head div.vectorMenu h5 {
background-image: url(images/7/7c/MW_V_tab-break.png);
}
div.vectorMenu h5 a {
background-image: url(images/7/7c/MW_V_tab-break.png);
}
div.vectorTabs ul {
background-image:url(images/a/a1/MW_V_border.png);
}
#content {
background-image: url(images/a/a1/MW_V_border.png) !important;
}
#mw-head-base {
background-image: url(images/a/a1/MW_V_border.png);
}
#footer {
background-image: url(images/a/a1/MW_V_border.png) !important;
}
div.vectorTabs ul li {
background-color: #fcf6e4;
background-image: url(images/8/83/MW_V_tab-normal-fade.png);
}
div.vectorTabs li.selected {
background-image: url(images/4/4c/MW_V_tab-current-fade.png);
}
/* ENDE grundlegende Wüstenfarben */
/* Listenzeichen gegen kleines schwarzes kamel austauschen */
ul {
list-style-image: url("http://kamelopedia.mormo.org/images/3/33/K_ul.gif");
}
/* das Person-Symbol links neben dem Benutzername für angemeldete... */
li#pt-userpage {
background: url("http://kamelopedia.mormo.org/images/9/9f/Min_S2+.png") top left no-repeat;
background-repeat: no-repeat;
padding-left: 20px;
text-transform: none;
}
/* ...und für anonyme Kamele. */
li#pt-anonuserpage, li#pt-login {
background: url("http://kamelopedia.mormo.org/images/2/28/Min_S2-.png") top left no-repeat;
background-repeat: no-repeat;
padding-left: 20px;
text-transform: none;
}
/* Du hast frischen Dung in deiner Kamelbox. */
.usermessage {
background-color: #EEDC82;
border: 1px outset #EEDC82;
color: Black;
font-weight: bold;
margin: 1.5em;
padding: 0.5em 1em;
vertical-align: middle;
text-align: center;
}
/* FF-bug für monospace-Schriften ausnutzen */
pre, kbd, samp, tt, code {
font-family: monospace, sans-serif !important;
}
/* SimpleSearch-Suchfeld breiter */
#simpleSearch input#searchInput {
width:11em;
}
/* Navigation (oberster "Kasten") ohne Klapppfeil und Break-Bildchen */
div#p-Navigation.portal.expanded h5 {display: none;}
div#p-Navigation.portal.expanded {background-image: none;}
/* Zeilenumbruch bei "Änderungen an verlinkten Seiten" erzwingen */
#t-recentchangeslinked { width:125px; }
/* Navigation ein wenig nach oben holen */
div#mw-panel {
top: 140px;
}
#p-logo {
top: -140px;
height: 140px;
}
/* Navigation der History etwas kleiner */
#mw-revision-info, #mw-revision-nav {
font-size: .9em;
color: #444;}
/* ganzgut */
.ganzgut {
width:250px;
position: absolute;
bottom: -30px;
left: 0;
padding:5px 0 0 5px;
background-color: #FFEFA3;
border: 1px solid #bbb;
box-shadow:0px 1px 4px rgba(128,128,128,1);
border-radius:.25em;
}
/*Tweetknopp*/
#kamelotweet {
position:absolute;
top:-20px;
right:0;
}
/*PrettyLog Font-Anpassung*/
.page-Spezial_Logbuch .mw-search-results {font-size:.9em;}
/** Empfehlungslisten-Zeug **/
#ca-gaga.icon a, #ca-ungaga.icon a {
margin:0;
display: block;
width: 26px;
padding: 3.1em 0 0;
height: 0;
overflow:hidden;
background-image: url('/images/3/32/GaGA_thumb.png');
}
#ca-gaga.icon a {
background-position: 5px 60%;
}
#ca-gaga.icon a:hover, #ca-gaga.icon a:focus {
background-position: -19px 60%;
}
#ca-ungaga.icon a {
background-position: -43px 60%;
}
/* Anmelden/ Registrieren */
#userloginForm, #userlogin {width:95% !important;}
#userloginlink {
float:right;
border:1px solid #FFE875;
padding:5px;
border-radius:.5em;
background-color: #FFE875;
}
#userloginlink a {font-weight: bold;}