MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Rene (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
CF (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Darstellung des Pfeil nach oben */ | .editsection { float: none !important; } | ||
.editimage { vertical-align:top; margin-left: -2px; margin-top: -2px; } | |||
/* Darstellung des Pfeil nach oben */ | |||
.toparrow { vertical-align:top; float: right; width: 16px; background: no-repeat url(skins/common/images/16x16/blue_up.gif)} | .toparrow { vertical-align:top; float: right; width: 16px; background: no-repeat url(skins/common/images/16x16/blue_up.gif)} | ||
.toparrow:link { text-decoration: none; } | .toparrow:link { text-decoration: none; } | ||
| Zeile 223: | Zeile 226: | ||
.anchorOK.anchorRedirect { | .anchorOK.anchorRedirect { | ||
background-color: #FFFFAA; | background-color: #FFFFAA; | ||
} | |||
/* K bei kleinen Bearbeitungen fett markieren */ | |||
.minoredit { | |||
font-weight: bold; | |||
} | |||
/* Infobox lässt sonst andere Boxen durchscheinen */ | |||
.infoboxblau { | |||
background-color: white; | |||
} | } | ||
Version vom 23. Januar 2012, 19:56 Uhr
.editsection { float: none !important; }
.editimage { vertical-align:top; margin-left: -2px; margin-top: -2px; }
/* Darstellung des Pfeil nach oben */
.toparrow { vertical-align:top; float: right; width: 16px; background: no-repeat url(skins/common/images/16x16/blue_up.gif)}
.toparrow:link { text-decoration: none; }
/* WikiCategoryTagCloud */
.tagcloud {
width: 98%;
text-align: center;
background-color: #FDFDFD;
border: 1px solid #EEEEEE;
padding: 15px 10px 15px 10px;
}
.tagcloud a {
color: #0052CB;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
div.BoxenVerschmelzen,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
clear:both;
}
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;
}
/* Abstand vor Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
margin-top: 1.5em;
}
div.BoxenVerschmelzen div.NavFrame {
margin-top: 0;
}
div.NavFrame + div.NavFrame {
margin-top: 0;
}
/* Navigationsleisten nicht mit ausdrucken */
@media print{
.NavFrame {
display: none;
}
.BoxenVerschmelzen {
display: none;
}
}
/* Überschrift verbergen */
body.page-Hauptseite h1.firstHeading {
display: none;
}
body.page-Hilfe_Handbuch h1.firstHeading {
display: none;
}
body.page-StargateWiki_Autorenportal h1.firstHeading {
display: none;
}
body.page-StargateWiki_Themenportal h1.firstHeading {
display: none;
}
body.page-StargateWiki_Filme_und_Serien h1.firstHeading {
display: none;
}
body.page-Benutzer_Philipp_Hauptseite h1.firstHeading {
display: none;
}
.noSummary ~ #editform #wpSummary, .noSummary ~ #editform #wpSummaryLabel {
display:none;
}
/* Bei URLs, die auf unser Projekt verweisen, den Pfeil ausblenden
* Dieser Pfeil dient nur dazu, auf externe Ziele hinzuweisen
*/
#content a[href^="http://stargate-wiki.de"],
#content a[href^="http://www.stargate-wiki.de"] {
background: none !important;
padding: 0 !important;
}
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
ol.references > li:target {
background-color: #DEF;
}
sup.reference:target {
background-color: #DEF;
}
/* Fix so <tt>, <code> and <pre> tags get normal text size also in
some versions of Firefox, Safari, Konqueror, Chrome etc. */
tt, code, pre {
font-family: monospace, sans-serif;
}
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
.allpagesredirect,
.watchlistredir,
.redirect-in-category {
font-style: italic;
}
/* Styles for collapsible divs to be used in templates. Background stolen from Vector menus */
div.collapsibletemplate div.header{
color:#4D4D4D;
background:url("http://www.stargate-wiki.de/w/extensions/UsabilityInitiative/images/vector/collapsibleNav/arrow-down.png") 0 50%
no-repeat;
padding:4px 0 3px 1.5em;
display: none;
cursor: pointer;
}
div.collapsibletemplate.collapsed div.header{
color:#0645AD;
background:url("http://www.stargate-wiki.de/w/extensions/UsabilityInitiative/images/vector/collapsibleNav/arrow-right.png") 0 50% no-repeat;
}
/* Class for template content the should be shown locally, even if JS is disabled, but should not be visible on file pages shown on other sites. Use with style="display:none". Interacts with collapsible divs (see above). */
div.show-on-commons { display: block !important; }
/* Der Rand von benachbarten Klappboxen verschmilzt */
div.collapsibletemplate + div.collapsibletemplate {
border-top-style: none !important;
border-top-style: hidden !important;
}
/* Zusammenfassungleiste mit Abstand */
#stdSummaries {
margin: 0 0 0.4em 0.3em;
}
/* Hauptseite */
.Hauptseite-Box {
box-shadow: 0.4em 0.4em 0.4em rgba(0,0,0,0.25);
-moz-box-shadow: 0.4em 0.4em 0.4em rgba(0,0,0,0.25);
-webkit-box-shadow: 0.4em 0.4em 0.4em rgba(0,0,0,0.25);
}
.Hauptseite-Box h2 {
border: 1px solid #AAAAAA;
background-color: #d8e8ff;
padding: 0.2em 0;
margin: 0 !important;
font-size: 110%;
font-weight: bold;
text-indent: 0.5em;
}
.Hauptseite-Inhalt {
border: 1px solid #AAAAAA;
border-top: 0px solid #FFFFFF;
background-color: #F7F8FF;
margin-bottom: 1em;
padding: 0.2em 0.8em 0.2em 0.8em;
}
/* [[Benutzer:Blossom/Abschnittsverweise]] */
.anchorOK {
background-color: #AAFFAA;
padding-left: 5px;
}
.anchorNO {
background-color: #FFAAAA;
padding-left: 5px;
}
.anchorMissing {
background-color: #AAAAFF;
padding-left: 5px;
}
.anchorOK.anchorRedirect {
background-color: #FFFFAA;
}
/* K bei kleinen Bearbeitungen fett markieren */
.minoredit {
font-weight: bold;
}
/* Infobox lässt sonst andere Boxen durchscheinen */
.infoboxblau {
background-color: white;
}