MediaWiki:Vector.css: Unterschied zwischen den Versionen
Aus NordhausenWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 35: | Zeile 35: | ||
overflow: visible; | overflow: visible; | ||
} | } | ||
/* 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; | |||
} |
Version vom 7. Mai 2015, 18:17 Uhr
/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige
Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
/* Koordinaten in Artikeln oben rechts */
#content {
position: relative;
z-index: 0; /* Schutz vor Spielchen mit "position: fixed", vgl. [[bugzilla:24667]] */
}
.mw-body-content {
position: static;
}
#coordinates,
#editcount,
#issnlink,
#shortcut {
display: block;
font-size: x-small;
line-height: 1.5;
position: absolute;
right: 2.4em;
text-align: right;
text-indent: 0;
top: .2em;
white-space: nowrap;
}
/* showTopicon in [[MediaWiki:Vector.js]] */
div.topicon {
float: right;
font-size: .8em;
line-height: 1;
margin-left: 3px;
}
#firstHeading {
overflow: visible;
}
/* 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;
}