MediaWiki:Vector.css: Unterschied zwischen den Versionen
Aus NordhausenWiki
Keine Bearbeitungszusammenfassung Markierungen: Manuelle Zurücksetzung Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
||
Zeile 1: | Zeile 1: | ||
/* | /* Anpassungen für vector-skin; Globales Stylesheet: [[Mediawiki:Common.css]] */ | ||
*/ | |||
/* | /* Design http://kamelopedia.net */ | ||
. | |||
body{ | |||
background-color: #fcf6e4; | |||
} | background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_page-base.png); | ||
} | |||
#mw-page-base{ | |||
background-color: #fff; | |||
background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_page-fade.png); | |||
} | |||
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a, div.vectorMenu h3 a{ | |||
background-image: url(http://nordhausen-wiki.de/images/Vector/strich_leicht.png); | |||
} | |||
. | div.vectorTabs ul li{ | ||
background-color: #fcf6e4; | |||
background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_tab-normal-fade.png); | |||
} | |||
div.vectorTabs li.selected{ | |||
background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_tab-current-fade.png); | |||
} | |||
div#content{ | |||
border-color: #F9DFA7; | |||
} | } | ||
/* ENDE */ | |||
/* Spielerei */ | |||
/*fetter bearbeiten-link*/ | |||
#ca-edit a{font-weight:bold !important;} | |||
} | |||
/* | #content, #footer { margin-left: 11em; } | ||
#left-navigation { left: 11em; } | |||
} | /* Hintergrundfarbe des Inhaltsverzeichnisses */ | ||
table.toc { | |||
background-color: #fcf6e4; | |||
/* Meldung */ | |||
.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'); | |||
} | |||
/* SimpleSearch-Suchfeld breiter */ | |||
#simpleSearch input#searchInput { | |||
width:11em; | |||
} | |||
# | #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;} | ||
.TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; } | |||
} |
Version vom 26. Juni 2021, 16:12 Uhr
/* Anpassungen für vector-skin; Globales Stylesheet: [[Mediawiki:Common.css]] */
/* Design http://kamelopedia.net */
body{
background-color: #fcf6e4;
background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_page-base.png);
}
#mw-page-base{
background-color: #fff;
background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_page-fade.png);
}
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a, div.vectorMenu h3 a{
background-image: url(http://nordhausen-wiki.de/images/Vector/strich_leicht.png);
}
div.vectorTabs ul li{
background-color: #fcf6e4;
background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_tab-normal-fade.png);
}
div.vectorTabs li.selected{
background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_tab-current-fade.png);
}
div#content{
border-color: #F9DFA7;
}
/* ENDE */
/* Spielerei */
/*fetter bearbeiten-link*/
#ca-edit a{font-weight:bold !important;}
#content, #footer { margin-left: 11em; }
#left-navigation { left: 11em; }
/* Hintergrundfarbe des Inhaltsverzeichnisses */
table.toc {
background-color: #fcf6e4;
/* Meldung */
.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');
}
/* SimpleSearch-Suchfeld breiter */
#simpleSearch input#searchInput {
width:11em;
}
#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;}
.TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; }