MediaWiki:Common.css

Aus LuftGeo
Zur Navigation springen Zur Suche springen

Hinweis: Leeren Sie nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehen Sie zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. [MediaWiki-Kommentar] */

/* =====================================================================================
	Originale His.css
===================================================================================== */

/*IE: bezeichnet für Internet Explorer notwendige Angaben */ 
/*FF: bezeichnet für  Mozilla Firefox  notwendige Angaben */ 

/* ----------------------------------------------------
	Noscript, auch in Frontpage
---------------------------------------------------- */
i, td i, em, td em { /* Fußnote-im-Text-Auszeichnung */ 
	color: dimgray; font-size: 8pt; 
}
b i, strong i, b em, strong em { /* Abk nicht hervorheben */ 
	font-weight: lighter; font-style: normal; 
	color: black; 
}
#mw-content-text {
/* ----------------------------------------------------
	Generell
---------------------------------------------------- */
body {
	background-color: white; 
	font-family: Arial, Helv, "Sans serif", sans-serif; 
	color: black; 
}
body.Rand, body.Rand h4, body.Rand td.Rand, .EigAbk {
	background-color: #eaf0Ff; 
}
h2, h3, h4 {
	border-top: solid 3px #607090; background-color: #A6CAF0; 
	color: #304070; padding: 2px 4px; 
}
h2 { /* Seitenüberschrift */
	font-size: 14pt; margin: 24pt 0px 12pt 0px; font-weight: lighter; 
	clear: both; 
}
h3 { /* Kapitelüberschrift */
	font-size: 12pt; margin: 24pt 0px 12pt 0px; 
	clear: both; 
}
h4 { /* als inhaltsverzeichnisrelevantes Unterkapitel im Text 
	als h3/eine Größe kleiner (2=10pt) einzugeben; wird durch js 
	zu h4 umgeschrieben! */
	font-size: 10pt; margin: 12pt 0px 6pt 0px; 
	border-top: solid 0px;
}
.h4 { /* Mini-h4 für Hervorhebung von Begriffen wie 
	"Quelle:", "Veröffentlichungen:" usw. in HisBio u.a. */
	background-color: #A6CAF0; 
	font-weight: bold; color: #304070; padding: 2px 4px; 
	margin-right: 4px; 
}
span.blau { /* Hervorhebung (Markerung) zzt. nur in Alte Karten FlgK500k */
	background-color: lavender; 
}
p {
	font-size: 10pt; margin: 0px 0px 6pt 0px; 
}
td, td p { /* gilt also für alle table */
	font-size: 8pt; 
}

img {
	margin: 6px 6px 6px 0px; clear: both; float: left; 
	/* width darf nicht festgelegt werden, da auf jeder Seite anders (z.B. HisBio, AlteKarten) */ 
	/* WIRD DIES NOCH BENÖTIGT ?? ALLE BILDER JETZT IN bildrahmen !! */ 
}

div.Exkurs3 {
	border: solid 3px #607090; border-top-width: 0px; padding-bottom: 6pt; 
}
div.Exkurs4 {
	border: solid 3px #A6CAF0; border-top-width: 0px; padding-bottom: 6pt; 
}
div.Exkurs3 p, div.Exkurs4 p {
	margin-left: 4px; margin-right: 4px; 
}

/* ----------------------------------------------------
	Fußnoten
---------------------------------------------------- */
hr {
	height: 1px; width: 33%; 
	/*IE:*/ text-align: left; /*FF:*/ margin-left: 0px; 
	color: #607090; margin-top: 18pt; 
	clear: both;
} 
h5.Footnote {
	font-weight: lighter; font-size: 9pt; margin: 0px 0px 3pt 20pt; 
	text-indent: -20pt; 
	/* margin-right und text-indent werden per HIS.js 
	an die Breite der Fußnotennummer angepasst! */
}
h5.Footnote b {
	font-weight: bold; 
}
a.ftn {
	font-size: 7pt; vertical-align: top; 
}

/* ----------------------------------------------------
	Menüs und Links im Text
---------------------------------------------------- */
a:link, a:visited {
	color: mediumvioletred; 
}
a:hover, a:active, a:focus {
	color: white; background-color: mediumvioletred; 
}
p.zumInh {
	text-align: right; font-size: 8pt; font-style: italic; 
}
body.Chronik p.zumInh {
	text-align: left; 
}
li {
	line-height: 12pt; font-size: 8pt; text-align: left; 
	margin: 1px 0px 0px -25px; list-style-type: none; 
	background-color: #A6CAF0; 
}
li.MenuTitel {
	font-weight: bold; color: #304070; 
	padding-left: 2px; padding-top: 2px; 
	background-color: #eaf0Ff; 
	margin: 1px 0px 0px -40px; 
}
li.MenuTitel li.MenuTitel {
	margin: 1px 0px 0px -25px; 
}
li li {
	border-top: solid 1px white; border-left: solid 1px white; 
	font-weight: normal; 
}
.rand li li {
	border-top: solid 1px #eaf0Ff; border-left: solid 1px #eaf0Ff; 
}
li a { /* das wird eine Linkliste, die wie ein Menü aussieht */
	width: 100% /*FF setzt dies nicht um*/ ; text-decoration: none; 
	padding: 1px; color: #304070; 
	/*FF:*/ line-height: 10pt; 
}

/* ----------------------------------------------------
	Einrückung
	im Text:	Zitate
	in Biographien:	Listen der Veröffentlichungen
	Sonderfälle:	HisNews, Dokumente
	muss wegen blockquote li hier, hinter dem normalen li, stehen
---------------------------------------------------- */
blockquote {
	margin: 0px 0px 6pt 30px; /* um zu großen Abstand nach unten zu vermeiden */
}
blockquote p {
	margin: 0px 0px 4pt 0px; font-size: 8pt; 
}
blockquote blockquote { /* Sonderfälle: HisNews, Dokumente */
	margin: 10pt 0px; 
}
blockquote blockquote p {
	margin: 0px 0px 8pt 0px; 
}
blockquote blockquote p a {
	font-size: 10pt; font-weight: bold; 
}
blockquote li { /* für normale Aufzählungen, darf aber keine Fußnote enthalten */
	list-style-type: circle; background-color: white; 
}

/* ----------------------------------------------------
	Kopf, Kopf- und Seitenmenu
---------------------------------------------------- */
.Kopf {
	font-weight: bold; margin: 3px; white-space: nowrap; color: #304070; 
}
.KopfGROSS {
	text-transform: uppercase; 
}
table.KopfMenu {
	margin: 0px; 
}
table.KopfMenu td {
	background-color: #A6CAF0; 
	font-family: Arial, Helv, sans-serif; 
	border-width: 0px; text-indent: 0px; margin: 1px; padding: 1px; 
	vertical-align: top; 
}
table.KopfMenu a:link, li a:link, 
table.KopfMenu a:visited, li a:visited {
	background-color: #A6CAF0; color: #304070; 
	text-decoration: none; 
}
table.KopfMenu a:hover, li a:hover, 
table.KopfMenu a:active, li a:active, 
table.KopfMenu a:focus, li a:focus {
	background-color: #607090; color: white; 
}

/* ----------------------------------------------------
	News-Seite
---------------------------------------------------- */
/* oben:  blockquote */
/* unten: table class="Chronik" */

/* ----------------------------------------------------
	Abkürzungs- und Quellenverzeichnis, Biographien
	Stil für dt und dd (Definitionen) gilt überall!
---------------------------------------------------- */
dt, dd {
	/* im Hauptfenster normal (10pt),
	im linken Fenster kleiner (8pt) durch Script (gilt auch für body.Abk),
	der Rest ist auf die kleinere Schriftart abgestellt! */
	font-size: 10pt; margin: 3px 0px; 
}
p.ABC {
	border: solid 1px mediumvioletred; margin: 0px; padding: 3px; 
	text-align: center; 
} 
p.ABC a {
	padding: 2px 6px; font-weight: bold; text-decoration: none; 
}
dt {
	border-top: solid 1px #607090; margin-bottom: 0px; padding-top: 3px; 
	clear: both; 
}
dd {
	margin-left: 20px; margin-top: 0px; 
}
body.Abk span.thumbs img {
	margin: 1px 1px 0px 0px; width: 50px; float: none; vertical-align: top; 
	/* PASST ZU img , ABER ALLE BILDER SIND JETZT IN bildrahmen !! */ 
}
body.Abk h5.Footnote {
	font-size: 7.5pt; margin: 0px 0px 1.5pt 20pt; 
	text-indent: -20pt; 
}
a.ZIEL:hover { /* Firefox macht sonst violett */
	color: black; background-color: white; 
}

/* ----------------------------------------------------
	Bildrahmen (mit Ausnahmen z.B. für Bildquellen)
---------------------------------------------------- */
table.bildrahmen {
	border-spacing: 0px; border-collapse: collapse; 
	width: 10px; clear: both; float: left; 
	margin: 6px 0px; 
	background-color: #eaf0Ff; 
}
table.bildrahmen td.bildrahmen {
	padding: 0px; border-width: 0px; 
}
table.bildrahmen td.bildrahmen img {
	margin: 0px 3px 0px 0px; 
	border-width: 0px; /* lässt den blauen Rand verschwinden, der das Bild als Link kennzeichnet */ 
}
/* body.Abk span.thumbs table.bildrahmen { 
	clear: none; / * Bildvorschauen unter Bildquellen nebeneinander stellen - NÜTZT NIX */ 
}
body.Abk span.thumbs br { /* Feinheit bei Gruppierung von Bildquellen */ 
	clear: left; 
}

/* ----------------------------------------------------
	Info-Kasten
---------------------------------------------------- */
table.infokasten {
	border-spacing: 0px; border-collapse: collapse; 
	width: 33%; clear: both; float: right; 
	margin: 6px 3px 6px 0px; 
	background-color: lemonchiffon; 
	border-width: 0px; border-bottom: solid 1px maroon; 
}
table.infokasten td.infokasten {
	padding: 3px; border-width: 0px; 
	font-size: 9pt; color: maroon; 
}
table.infokasten td.infokasten p.infokastentitel {
	border-top: solid 3px maroon; 
	font-weight: bold; font-size: 10pt; 
	background-color: gold; 
	margin: -3px; padding: 0px 4px; 
}

/* ----------------------------------------------------
	Chronik, Organigramm (s.a. unten)
---------------------------------------------------- */
table.Chronik {
	width: 0px; background-color: white; 
	margin-bottom: 8px; 
}
table.Organigramm td, 
table.Chronik td {
	background-color: lavender; color: black; 
	font-family: Arial, Helv, sans-serif; 
	border-width: 0px; border-bottom: solid 1px white; 
	text-indent: 0px; margin: 1px 0px; padding: 1px; vertical-align: top; 
	text-align: left; 
}
table.Organigramm td.Titel, 
table.Organigramm td.TitelEng, 
table.Chronik td.Titel {
	background-color: #45505C; color: white; 
	border-bottom: solid 1px #45505C; 
	font-weight: lighter; text-align: left; 
}
table.Chronik h4 {
	color: #45505C; /* weil für table.Chronik color: black; gilt */ 
	margin: 0px; padding: 0px 4px; 
}
table.Chronik td.rechts {
	text-align: right; 
}
table.Chronik td.Op {
	background-color: mistyrose; 
}
table.Chronik td a.ftn {
	font-size: 6pt; vertical-align: top; 
}
.red { /* markiert zu prüfende Elemente */ 
	color: red; font-style: italic; 
}
div#LgeoOp {
	display: none; 
}

/* ----------------------------------------------------
	wenn Abk in Liste fehlt
---------------------------------------------------- */
span.Abkuerz {
	cursor: help; border-style: dotted; border-color: mediumvioletred; 
	border-Width: 0px; border-bottom-width: 1px; 
}

/* ----------------------------------------------------
	Motto, Unterschrift
---------------------------------------------------- */
table.Motto {
	width: 0px; margin: 20pt 0px; 
}
table.Motto td, table.Motto td p {
	 text-indent: 0px; margin: 0px; padding: 0px; border: 0px; 
}
table.Motto td p.Mottoautor {
	font-style: italic; text-align: right; margin: 0px 0px 2pt 0px; 
}

/* ----------------------------------------------------
	Organigramme (s. a. oben)
---------------------------------------------------- */
table.Organigramm {
	margin-bottom: 12px; border-bottom: solid 1px lightsteelblue; 
}
table.Liste { /* z.B. für StellenbesetzungDezernat.html */
	margin-right: 12px; border-right: solid 1px lightsteelblue; 
}
table.Organigramm td.Titel {
	width: 120px; 
}
table.Organigramm td.TitelEng { /* z.B. für StellenbesetzungDezernat.html */
	/* keine width */ 
}
table.Organigramm td {
	padding: 4px; 
}
table.Organigramm td.Org {
	/* width: 120px; */ 
	border: solid 1px #45505C; 
	padding: 3px; 
}
table.Organigramm td p {
	margin: 0px 0px 2px 0px; 
}
table.Organigramm td.leer {
	background-color: white; 
}
table.Organigramm td.Aufg, 
table.Organigramm td.Pers {
	width: 50%; 
	background-color: white; 
	border-top: solid 1px lightsteelblue; 
}
table.Organigramm td.Liste { /* z.B. für StellenbesetzungDezernat.html */
	width: 100%; 
	border-left: solid 1px lightsteelblue; 
}
table.Organigramm table.Gesamt td {
	background-color: white; 
	padding: 0px 5px 2px 0px; text-align: left; 
}
table.Organigramm table.Gesamt td.Gesamtzahl {
	text-align: right; 
}
table.Organigramm table.Gesamt td.Summe {
	border-top: solid 1px black; padding-top: 2px; border-bottom: double 3px black; 
}
/* table.Organigramm td.Luftgeo gibt es nicht, stattdessen td.Org */
table.Organigramm td.Org {
	background-color: moccasin; 
}
table.Organigramm td.Heer {
	background-color: seagreen; color: White; 
}
table.Organigramm td.Luftschutz {
	background-color: #4f8899; /*abgeleitet von cadetblue*/ color: White; 
}
table.Organigramm td.Luftwaffe {
	background-color: steelblue; color: White; 
}

/* ----------------------------------------------------
	OrgBefehle
---------------------------------------------------- */
table.OrgBef {
	background-color: lemonchiffon; 
	border-left: dotted 1px silver; border-top: dotted 1px silver; 
	border-right: solid 2px gray; border-bottom: solid 2px gray; 
}
table.OrgBef td {
	padding: 45px; 
}
table.OrgBef td, table.OrgBef td p {
	font-family: "Courier new", Courier, monospace; font-size: 9pt; 
}
table.OrgBef td p {
	margin-left: 22pt; text-indent: -22pt; 
}
table.OrgBef td b {
	/* Bei Völker kursiv gesetzte Textteile waren sicher im Original unterstrichen.
	Sie werden deshalb im Text fett gesetzt (geht immer) und dann per css in 
	Unterstreichungen umgewandelt, damit sie nicht wie unterstrichen formatierte 
	Textteile automatisch in Links umgewandelt werden. */
	font-weight: normal; text-decoration: underline; 
}
table.OrgBef td p.OrgBefHilite {
	background-color: yellow; 
}

/* ----------------------------------------------------
	Römische Zahlen in Serifenschrift
---------------------------------------------------- */
.serifen {
	font-family: "Times New Roman", Roman, serif; 
}

/* ----------------------------------------------------
	Copyright-Vermerk
---------------------------------------------------- */
h6 {
	font-size: 8pt; text-align: center; font-weight: lighter; 
	color: #A6CAF0; /* background-color: #45505C; */ 
	border-top: solid 1px #A6CAF0; 
	clear: both; 
}

/* ----------------------------------------------------
	Fehler-Anzeige
---------------------------------------------------- */
.fehlt_in {
	cursor: help; 
	border: solid 1px mediumvioletred; 
	background-color: violet; 
}

/* ----------------------------------------------------
	Fachrichtungs-Logos in Namensüberschrift von HisBio
	in FF fast optimal (bis auf Ausrichtung nach Text bzw. ganz rechts)
	in IE etwas behelfsmäßig, vor allem was die H3-Zeilenhöhe betrifft
---------------------------------------------------- */
li img.Fachr, li img.Fachr_IE, li img.Fachr_FF {
	display: none; /* Unterdrückung des Logos im Seiteninhalts-Menü */
}
/*IE:*/ 
img.Fachr_IE {
	height: 15px; width: 15px; border: 0px; 
	vertical-align: bottom; 
	margin: 0px; float: none; 
}
div.BG_IE {
	z-Index: 1; position: relative; top: -22px; left: 90%; 
}
div.BO_IE {
	z-Index: 2; position: relative; top: -19px; left: 0px; 
}
div.FG_IE {
	z-Index: 3; position: relative; top: -38px; left: 0px; 
}
/*FF:*/ 
img.Fachr_FF {
	height: 15px; width: 15px; border: 0px; 
	vertical-align: bottom; 
	margin: -15px; 
}
div.BG_FF {
	z-Index: 1; position: relative; top: -3px; left: 90%; 
}
div.BO_FF {
	z-Index: 2; position: relative; top: 0px; left: 0px; 
}
div.FG_FF {
	z-Index: 3; position: relative; top: 0px; left: 0px; 
}

} /*test*/

/* #####################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
##################################################################################### */#

/* ====================================================
	Für Wiki neu hinzugefügt
==================================================== */

/* ----------------------------------------------------
	toclimit kopiert von https://de.wikipedia.org/wiki/MediaWiki:Common.css */

	Allow limiting of which header levels are shown in a TOC;
	<div class="toclimit-3">, for instance, will limit to
	showing ==headings== and ===headings=== but no further
	(as long as there are no =headings= on the page, which
	there shouldn't be according to the MoS).
	[[Vorlage:TOC limit]] 
---------------------------------------------------- */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}