10 Jahre Stabführer.de
Stabführer.de wird 10 Jahre alt!
Am besten feiert man das mit neuen Informationen. Gesucht werden daher verstärkt fehlenden Daten, interessante Geschichten und alle Arten von Fotos, Dokumente usw., die es wert sind erhalten zu werden. Gern per Email an info@stabfuehrer.de

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Stabführer.de
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 77: Zeile 77:
}
}
/* standard link colors */
/* standard link colors */
.mw-body a:link { color: #aa0000 !important; } /* normal unvisited links */
.mw-body a:link { color: #660000 !important; } /* normal unvisited links */
.mw-body a:link:visited { color: #aa0000 !important; } /* visited links */
.mw-body a:link:visited { color: #660000 !important; } /* visited links */
.mw-body a:link:active { color: #FF0000 !important; } /* active 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.new { color: #FF0000 !important; } /* new links */
Zeile 85: Zeile 85:
.mw-body a:link.stub { color: #772233 !important; } /* hovered links */
.mw-body a:link.stub { color: #772233 !important; } /* hovered links */


.mw-body a:link {color: #aa0000}
.mw-body a:link {color: #660000}
.mw-body a:visited {color: #aa0000}
.mw-body a:visited {color: #660000}
.mw-body a:hover {color: #000000}
.mw-body a:hover {color: #000000}
.mw-body a:active {color: #aa0000}
.mw-body a:active {color: #660000}

Version vom 19. November 2016, 15:32 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: #660000 !important; } /* normal unvisited links */
.mw-body a:link:visited { color: #660000 !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: #660000}
.mw-body a:visited {color: #660000}
.mw-body a:hover {color: #000000}
.mw-body a:active {color: #660000}