
Gesucht werden Daten, Geschichten, Fotos, Dokumente um Teil des Spielleute-Archivs zu werden. Hilf gerne mit!
Melde dich unter info@stabfuehrer.de
MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Stabführer.de
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 56: | Zeile 56: | ||
} | } | ||
| Zeile 135: | Zeile 77: | ||
} | } | ||
/* standard link colors */ | /* standard link colors */ | ||
.mw-body a:link { color: #aa0000; } /* normal unvisited links */ | .mw-body a:link { color: #aa0000 !important; } /* normal unvisited links */ | ||
.mw-body a:link:visited { color: #aa0000; } /* visited links */ | .mw-body a:link:visited { color: #aa0000 !important; } /* visited links */ | ||
.mw-body a:link:active { color: #FF0000; } /* active links */ | .mw-body a:link:active { color: #FF0000 !important; } /* active links */ | ||
.mw-body a:link.new { color: #FF0000; } /* new links */ | .mw-body a:link.new { color: #FF0000 !important; } /* new links */ | ||
.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */ | .mw-body a:link.interwiki { color: #3366BB !important; } /* interwiki links */ | ||
.mw-body a:link.external { color: #3366BB; } /* external links */ | .mw-body a:link.external { color: #3366BB !important; } /* external links */ | ||
.mw-body a:link.stub { color: #772233; } /* hovered links */ | .mw-body a:link.stub { color: #772233 !important; } /* hovered links */ | ||
.mw-body a:link {color: # | .mw-body a:link {color: #aa0000} | ||
.mw-body a:visited {color: # | .mw-body a:visited {color: #aa0000} | ||
.mw-body a:hover {color: # | .mw-body a:hover {color: #000000} | ||
.mw-body a:active {color: # | .mw-body a:active {color: #aa0000} | ||
Version vom 19. November 2016, 15:31 Uhr
div.NavFrame {
border: 1px solid #aaa;
clear: both;
font-size: 95%;
margin-top: 1.5em;
min-height: 0; /* IE 7 */
padding: 2px;
text-align: center;
}
div.NavPic {
float: left;
padding: 2px;
}
div.NavHead {
background: #efefef;
font-weight: bold;
}
div.NavFrame:after {
clear: both;
content: "";
display: block;
}
/*
* Stylesheet für den „Ausklappen“-Button an Navigationsleisten, der in
* [[MediaWiki:Common.js]] implementiert wird
*/
.NavToggle {
float: right;
font-size: x-small;
}
/* Automatisches Verschmelzen benachbarter Navigationsleisten */
div.NavFrame + div.NavFrame {
margin-top: -1px;
}
/*
* Verschmelzen mittels [[Vorlage:NaviBlock]]
* Im Gegensatz zum automatischen Verschmelzen gibt es bei dieser Variante keine
* Trennlinie zwischen den Leisten. Möglicherweise war dies ursprünglich nur ein
* IE-6-Workaround, da das automatische Verschmelzen im IE 6 nicht funktioniert.
*/
div.BoxenVerschmelzen {
border: 1px solid #aaa;
clear: both;
font-size: 95%;
margin-top: 1.5em;
padding-top: 2px;
}
div.BoxenVerschmelzen div.NavFrame {
border: none;
font-size: 100%;
margin: 0;
padding-top: 0;
}
/*
* Zebra-Tabellen. Bei Verwendung zusammen mit „rowspan“ richtet sich die Farbe
* jeder Zelle nach der ersten Zeile, zu der die Zelle gehört.
*/
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
background: white;
}
.rand1 {
border: 1px solid red;
}
.hintergrund1 {
background-color: #fcc;
}
/* standard link colors */
.mw-body a:link { color: #aa0000 !important; } /* normal unvisited links */
.mw-body a:link:visited { color: #aa0000 !important; } /* visited links */
.mw-body a:link:active { color: #FF0000 !important; } /* active links */
.mw-body a:link.new { color: #FF0000 !important; } /* new links */
.mw-body a:link.interwiki { color: #3366BB !important; } /* interwiki links */
.mw-body a:link.external { color: #3366BB !important; } /* external links */
.mw-body a:link.stub { color: #772233 !important; } /* hovered links */
.mw-body a:link {color: #aa0000}
.mw-body a:visited {color: #aa0000}
.mw-body a:hover {color: #000000}
.mw-body a:active {color: #aa0000}
