MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 73: | Zeile 73: | ||
} | } | ||
| − | }/* Breitere Suchleiste */#simpleSearch input#searchInput { | + | } |
| + | } | ||
| + | /* Breitere Suchleiste */ | ||
| + | #simpleSearch input#searchInput { | ||
| + | width: 30em; | ||
| + | } | ||
Version vom 10. September 2010, 21:02 Uhr
/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
/* Erweiterung fuer Primepedia */
/* Spoiler */
#spoiler {
display: none;
}
.spoiler {
display: none;
}
.spoilerOk {
display: inline;
}
.show_spoiler {
color:#400000;
}
.show_spoiler:hover .spoiler {
display: inline;
}
.show_spoiler:click .spoiler {
display: inline;
}
/* Standard Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
}
}
/* Breitere Suchleiste */
#simpleSearch input#searchInput {
width: 30em;
}