MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (images/c/c5/K_ul.png) |
(entrümpelt) |
||
| 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 span, div.vectorMenu h5 a, div.vectorMenu h3 a{ | div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a, div.vectorMenu h3 a{ | ||
| − | background-image: url( | + | background-image: url(../images/7/7c/MW_V_tab-break.png); |
} | } | ||
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 36: | Zeile 36: | ||
ul{ | ul{ | ||
| − | list-style-image: url(" | + | list-style-image: url("../images/c/c5/K_ul.png"); |
} | } | ||
| Zeile 42: | Zeile 42: | ||
/* das Person-Symbol links neben dem Benutzername für angemeldete... */ | /* das Person-Symbol links neben dem Benutzername für angemeldete... */ | ||
li#pt-userpage{ | li#pt-userpage{ | ||
| − | background: url(" | + | background: url("../images/9/9f/Min_S2+.png") top left no-repeat; |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
padding-left: 20px; | padding-left: 20px; | ||
| Zeile 49: | Zeile 49: | ||
/* ...und für anonyme Kamele. */ | /* ...und für anonyme Kamele. */ | ||
li#pt-anonuserpage, li#pt-login{ | li#pt-anonuserpage, li#pt-login{ | ||
| − | background: url(" | + | background: url("../images/2/28/Min_S2-.png") top left no-repeat; |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
padding-left: 20px; | padding-left: 20px; | ||
| Zeile 123: | Zeile 123: | ||
border-radius:.25em; | border-radius:.25em; | ||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
/*PrettyLog Font-Anpassung*/ | /*PrettyLog Font-Anpassung*/ | ||
.page-Spezial_Logbuch .mw-search-results{font-size:.9em;} | .page-Spezial_Logbuch .mw-search-results{font-size:.9em;} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; } | .TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; } | ||
| Zeile 160: | Zeile 138: | ||
height: 0; | height: 0; | ||
overflow:hidden; | overflow:hidden; | ||
| − | background-image: url( | + | background-image: url(../images/3/32/GaGA_thumb.png); |
} | } | ||
| Zeile 188: | Zeile 166: | ||
height: 0; | height: 0; | ||
overflow:hidden; | overflow:hidden; | ||
| − | background-image: url( | + | background-image: url(../images/b/b3/Fb_thumb.png); |
background-position: 5px 60%; | background-position: 5px 60%; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Version vom 13. Januar 2014, 23:46 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, div.vectorTabs span, div.vectorMenu h5 a, div.vectorMenu h3 a{
background-image: url(../images/7/7c/MW_V_tab-break.png);
}
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);
}
div#content{
border-color: #F9DFA7;
}
/* ENDE grundlegende Wüstenfarben */
/* Listenzeichen gegen kleines schwarzes kamel austauschen */
ul{
list-style-image: url("../images/c/c5/K_ul.png");
}
/* das Person-Symbol links neben dem Benutzername für angemeldete... */
li#pt-userpage{
background: url("../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("../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: #000;
margin: 1.5em;
padding: 0.5em;
vertical-align: middle;
text-align: center;
border-radius: 0.5em;
box-shadow: 3px 3px 3px #ddd;
background: -moz-linear-gradient(top, #FFF4C9, #EEDC82);
background: -webkit-gradient(linear, center top, center bottom, from(#FFF4C9), to(#EEDC82));
background: -o-linear-gradient(top, #FFF4C9, #EEDC82);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4C9', endColorstr='#EEDC82');
}
/* 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;
}
/*PrettyLog Font-Anpassung*/
.page-Spezial_Logbuch .mw-search-results{font-size:.9em;}
.TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; }
/* Kamelopedia-Empfehlungssystem und so */
#ca-hw.icon a, #ca-unhw.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-hw.icon a{
background-position: 5px 60%;
}
#ca-hw.icon a:hover, #ca-hw.icon a:focus{
background-position: -19px 60%;
}
#ca-unhw.icon a{
background-position: -43px 60%;
}
#ca-unhw.icon a:hover, #ca-unhw.icon a:focus{
background-position: -66px 60%;
}
/* Feedback-system */
#ca-feedback a{
margin:0;
display: block;
width: 28px;
padding: 3.1em 0 0;
height: 0;
overflow:hidden;
background-image: url(../images/b/b3/Fb_thumb.png);
background-position: 5px 60%;
background-repeat: no-repeat;
}
#ca-feedback a:hover{
background-position: -19px 60%;
}
#ca-feedback.done a{
background-position: -43px 60%;
}
#ca-feedback.done a:hover{
background-position: -67px 60%;
}
/* EInstellungen zur Sig wech */
#mw-htmlform-signature, #mw-prefsection-personal-signature {display: none;}
/* LOGIN */
#mw-createaccount-cta {background-image:url("../images/d/d5/LoginKamelo.png");}
#mw-createaccount-cta h3, #mw-createaccount-another h3 { font-weight: bold!important;}
div.captcha {border:1px solid green; padding: 10px; background-color: #FFEFA3; margin-bottom:30px;}