MediaWiki:Vector.css: Unterschied zwischen den Versionen
Aus NordhausenWiki
Die Seite wurde geleert. |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Anpassungen für vector-skin; Globales Stylesheet: [[Mediawiki:Common.css]] */ | |||
/* die Einstellungen wurden größtenteils von http://kamelopedia.mormo.org übernommen */ | |||
/* 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; | |||
} | |||
/* Inhaltsverzeichnisnummern nicht anzeigen */ | |||
.tocnumber { | |||
display: none; | |||
} | |||
.vorlage-ueberschrift { | |||
display: block !important; | |||
} | |||
.vorlage-ueberschrift * { | |||
color: #999; | |||
} | |||
@media print { | |||
.vorlage-ueberschrift { | |||
display: none !important; | |||
} | |||
} | |||
/* Grundlegendes */ | |||
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 { | |||
background-image: url(http://nordhausen-wiki.de/images/Vector/strich_leicht.png); | |||
} | |||
#content { | |||
background-image: url(http://nordhausen-wiki.de/images/Vector/strich.png) !important; | |||
} | |||
#mw-head-base { | |||
background-image: url(http://nordhausen-wiki.de/images/Vector/strich.png); | |||
} | |||
#footer { | |||
background-image: url(http://nordhausen-wiki.de/Vector/strich.png) !important; | |||
} | |||
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); | |||
} | |||
/* ENDE */ | |||
/* 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'); | |||
} | |||
/* 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;} | |||
/* Anmelden/ Registrieren */ | |||
#userloginForm, #userlogin {width:60% !important;} | |||
#userloginlink { | |||
float:right; | |||
border:3px solid #FFE875; | |||
padding:5px; | |||
border-radius:.9em; | |||
background-color: #FFE875; | |||
} | |||
#userloginlink a {font-weight: bold;} | |||
.TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; } |
Version vom 8. März 2014, 13:33 Uhr
/* Anpassungen für vector-skin; Globales Stylesheet: [[Mediawiki:Common.css]] */
/* die Einstellungen wurden größtenteils von http://kamelopedia.mormo.org übernommen */
/* 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;
}
/* Inhaltsverzeichnisnummern nicht anzeigen */
.tocnumber {
display: none;
}
.vorlage-ueberschrift {
display: block !important;
}
.vorlage-ueberschrift * {
color: #999;
}
@media print {
.vorlage-ueberschrift {
display: none !important;
}
}
/* Grundlegendes */
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 {
background-image: url(http://nordhausen-wiki.de/images/Vector/strich_leicht.png);
}
#content {
background-image: url(http://nordhausen-wiki.de/images/Vector/strich.png) !important;
}
#mw-head-base {
background-image: url(http://nordhausen-wiki.de/images/Vector/strich.png);
}
#footer {
background-image: url(http://nordhausen-wiki.de/Vector/strich.png) !important;
}
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);
}
/* ENDE */
/* 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');
}
/* 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;}
/* Anmelden/ Registrieren */
#userloginForm, #userlogin {width:60% !important;}
#userloginlink {
float:right;
border:3px solid #FFE875;
padding:5px;
border-radius:.9em;
background-color: #FFE875;
}
#userloginlink a {font-weight: bold;}
.TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; }