MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 3: | Zeile 3: | ||
/* Grundlegend erstmal wüstenfarben */ | /* Grundlegend erstmal wüstenfarben */ | ||
| − | body { | + | body{ |
background-color: #fcf6e4; | background-color: #fcf6e4; | ||
background-image: url(http://kamelopedia.net/images/0/01/MW_V_page-base.png); | background-image: url(http://kamelopedia.net/images/0/01/MW_V_page-base.png); | ||
} | } | ||
| − | #mw-page-base { | + | #mw-page-base{ |
background-color: #fff; | background-color: #fff; | ||
background-image: url(http://kamelopedia.net/images/c/c5/MW_V_page-fade.png); | background-image: url(http://kamelopedia.net/images/c/c5/MW_V_page-fade.png); | ||
} | } | ||
| − | div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a { | + | div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a{ |
background-image: url(http://kamelopedia.net/images/7/7c/MW_V_tab-break.png); | background-image: url(http://kamelopedia.net/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(http://kamelopedia.net/images/8/83/MW_V_tab-normal-fade.png); | background-image: url(http://kamelopedia.net/images/8/83/MW_V_tab-normal-fade.png); | ||
} | } | ||
| − | div.vectorTabs li.selected { | + | div.vectorTabs li.selected{ |
background-image: url(http://kamelopedia.net/images/4/4c/MW_V_tab-current-fade.png); | background-image: url(http://kamelopedia.net/images/4/4c/MW_V_tab-current-fade.png); | ||
} | } | ||
| − | div#content { | + | div#content{ |
border-color: #F9DFA7; | border-color: #F9DFA7; | ||
} | } | ||
| Zeile 35: | Zeile 35: | ||
/* Listenzeichen gegen kleines schwarzes kamel austauschen */ | /* Listenzeichen gegen kleines schwarzes kamel austauschen */ | ||
| − | ul { | + | ul{ |
list-style-image: url("http://kamelopedia.net/images/3/33/K_ul.gif"); | list-style-image: url("http://kamelopedia.net/images/3/33/K_ul.gif"); | ||
} | } | ||
| Zeile 41: | Zeile 41: | ||
/* 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("http://kamelopedia.net/images/9/9f/Min_S2+.png") top left no-repeat; | background: url("http://kamelopedia.net/images/9/9f/Min_S2+.png") top left no-repeat; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| Zeile 48: | Zeile 48: | ||
} | } | ||
/* ...und für anonyme Kamele. */ | /* ...und für anonyme Kamele. */ | ||
| − | li#pt-anonuserpage, li#pt-login { | + | li#pt-anonuserpage, li#pt-login{ |
background: url("http://kamelopedia.net/images/2/28/Min_S2-.png") top left no-repeat; | background: url("http://kamelopedia.net/images/2/28/Min_S2-.png") top left no-repeat; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| Zeile 58: | Zeile 58: | ||
/* Du hast frischen Dung in deiner Kamelbox. */ | /* Du hast frischen Dung in deiner Kamelbox. */ | ||
| − | .usermessage { | + | .usermessage{ |
background-color: #EEDC82; | background-color: #EEDC82; | ||
border: 1px outset #EEDC82; | border: 1px outset #EEDC82; | ||
| Zeile 75: | Zeile 75: | ||
/* FF-bug für monospace-Schriften ausnutzen */ | /* FF-bug für monospace-Schriften ausnutzen */ | ||
| − | pre, kbd, samp, tt, code { | + | pre, kbd, samp, tt, code{ |
font-family: monospace, sans-serif !important; | font-family: monospace, sans-serif !important; | ||
} | } | ||
| Zeile 81: | Zeile 81: | ||
/* SimpleSearch-Suchfeld breiter */ | /* SimpleSearch-Suchfeld breiter */ | ||
| − | #simpleSearch input#searchInput { | + | #simpleSearch input#searchInput{ |
width:11em; | width:11em; | ||
} | } | ||
| Zeile 87: | Zeile 87: | ||
/* Navigation (oberster "Kasten") ohne Klapppfeil und Break-Bildchen */ | /* Navigation (oberster "Kasten") ohne Klapppfeil und Break-Bildchen */ | ||
| − | div#p-Navigation.portal.expanded h5 | + | div#p-Navigation.portal.expanded h5 {display: none;} |
| − | div#p-Navigation.portal.expanded {background-image: none;} | + | div#p-Navigation.portal.expanded{background-image: none;} |
/* Zeilenumbruch bei "Änderungen an verlinkten Seiten" erzwingen */ | /* Zeilenumbruch bei "Änderungen an verlinkten Seiten" erzwingen */ | ||
| − | #t-recentchangeslinked { width:125px; } | + | #t-recentchangeslinked{ width:125px; } |
/* Navigation ein wenig nach oben holen */ | /* Navigation ein wenig nach oben holen */ | ||
| − | div#mw-panel { | + | div#mw-panel{ |
top: 140px; | top: 140px; | ||
} | } | ||
| − | #p-logo { | + | #p-logo{ |
top: -140px; | top: -140px; | ||
height: 140px; | height: 140px; | ||
| Zeile 106: | Zeile 106: | ||
/* Navigation der History etwas kleiner */ | /* Navigation der History etwas kleiner */ | ||
| − | #mw-revision-info, #mw-revision-nav { | + | #mw-revision-info, #mw-revision-nav{ |
font-size: .9em; | font-size: .9em; | ||
color: #444;} | color: #444;} | ||
| Zeile 112: | Zeile 112: | ||
/* ganzgut */ | /* ganzgut */ | ||
| − | .ganzgut { | + | .ganzgut{ |
width:250px; | width:250px; | ||
position: absolute; | position: absolute; | ||
| Zeile 126: | Zeile 126: | ||
/*Tweetknopp*/ | /*Tweetknopp*/ | ||
| − | #kamelotweet { | + | #kamelotweet{ |
position:absolute; | position:absolute; | ||
top:-20px; | top:-20px; | ||
| Zeile 133: | Zeile 133: | ||
/*PrettyLog Font-Anpassung*/ | /*PrettyLog Font-Anpassung*/ | ||
| − | .page-Spezial_Logbuch .mw-search-results {font-size:.9em;} | + | .page-Spezial_Logbuch .mw-search-results{font-size:.9em;} |
| Zeile 139: | Zeile 139: | ||
/* Anmelden/ Registrieren */ | /* Anmelden/ Registrieren */ | ||
| − | #userloginForm, #userlogin {width:95% !important;} | + | #userloginForm, #userlogin{width:95% !important;} |
| − | #userloginlink | + | #userloginlink { |
float:right; | float:right; | ||
border:1px solid #FFE875; | border:1px solid #FFE875; | ||
| Zeile 147: | Zeile 147: | ||
background-color: #FFE875; | background-color: #FFE875; | ||
} | } | ||
| − | #userloginlink a {font-weight: bold;} | + | #userloginlink a{font-weight: bold;} |
| − | .TablePager tr:hover td, .TablePager th | + | .TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; } |
/* Kamelopedia-Empfehlungssystem und so */ | /* Kamelopedia-Empfehlungssystem und so */ | ||
| − | #ca-hw.icon a, #ca-unhw.icon a | + | #ca-hw.icon a, #ca-unhw.icon a { |
margin:0; | margin:0; | ||
display: block; | display: block; | ||
| Zeile 163: | Zeile 163: | ||
} | } | ||
| − | #ca-hw.icon a { | + | #ca-hw.icon a{ |
background-position: 5px 60%; | background-position: 5px 60%; | ||
} | } | ||
| − | #ca-hw.icon a:hover, #ca-hw.icon a:focus { | + | #ca-hw.icon a:hover, #ca-hw.icon a:focus{ |
background-position: -19px 60%; | background-position: -19px 60%; | ||
} | } | ||
| − | #ca-unhw.icon a { | + | #ca-unhw.icon a{ |
background-position: -43px 60%; | background-position: -43px 60%; | ||
} | } | ||
| − | #ca-unhw.icon a:hover, #ca-unhw.icon a:focus { | + | #ca-unhw.icon a:hover, #ca-unhw.icon a:focus{ |
background-position: -66px 60%; | background-position: -66px 60%; | ||
} | } | ||
| Zeile 181: | Zeile 181: | ||
/* Feedback-system */ | /* Feedback-system */ | ||
| − | #ca-feedback a { | + | #ca-feedback a{ |
margin:0; | margin:0; | ||
display: block; | display: block; | ||
| Zeile 193: | Zeile 193: | ||
} | } | ||
| − | #ca-feedback a:hover { | + | #ca-feedback a:hover{ |
background-position: -19px 60%; | background-position: -19px 60%; | ||
} | } | ||
| − | #ca-feedback.done a { | + | #ca-feedback.done a{ |
background-position: -43px 60%; | background-position: -43px 60%; | ||
} | } | ||
| − | #ca-feedback.done a:hover { | + | #ca-feedback.done a:hover{ |
background-position: -67px 60%; | background-position: -67px 60%; | ||
} | } | ||
/* EInstellungen zur Sig wech */ | /* EInstellungen zur Sig wech */ | ||
| − | #mw-htmlform-signature {display: none;} | + | #mw-htmlform-signature{display: none;} |
Version vom 2. Januar 2014, 23:01 Uhr
/* Anpassungen für vector-skin; Globales Stylesheet: [[Mediawiki:Common.css]] */
/* Grundlegend erstmal wüstenfarben */
body{
background-color: #fcf6e4;
background-image: url(http://kamelopedia.net/images/0/01/MW_V_page-base.png);
}
#mw-page-base{
background-color: #fff;
background-image: url(http://kamelopedia.net/images/c/c5/MW_V_page-fade.png);
}
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a{
background-image: url(http://kamelopedia.net/images/7/7c/MW_V_tab-break.png);
}
div.vectorTabs ul li{
background-color: #fcf6e4;
background-image: url(http://kamelopedia.net/images/8/83/MW_V_tab-normal-fade.png);
}
div.vectorTabs li.selected{
background-image: url(http://kamelopedia.net/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("http://kamelopedia.net/images/3/33/K_ul.gif");
}
/* das Person-Symbol links neben dem Benutzername für angemeldete... */
li#pt-userpage{
background: url("http://kamelopedia.net/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.net/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;
}
/*Tweetknopp*/
#kamelotweet{
position:absolute;
top:-20px;
right:0;
}
/*PrettyLog Font-Anpassung*/
.page-Spezial_Logbuch .mw-search-results{font-size:.9em;}
/* 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;}
.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(http://kamelopedia.net/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(http://kamelopedia.net/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{display: none;}