Zum Inhalt springen

MediaWiki:Common.css

Aus BLGBL

Hinweis: Leere nach dem Veröffentlichen 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
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@media screen {
  /*.vector-feature-zebra-design-disabled .vector-header-container {
    padding-right: 5em !important;
  }*/
	:root {
		--color-link: #666;
		--color-link-visited: #555;
		--color-visited--hover: #534fa3;
	}
	.vector-page-titlebar {
		box-shadow: none !important;
	}
	.vector-page-titlebar::after {
		display: none;
	}
	.mw-heading,
	.firstHeading {
		border-bottom: none !important;
		color: #b2292e;
	}
	.firstHeading {
		font-weight: 700;
	}
	.mw-body,
	.mw-body-content,
	.mw-heading,
	.firstHeading,
	.mw-body h1, 
	.mw-body .mw-heading1, 
	.mw-body-content h1, 
	.mw-body-content .mw-heading1, 
	.mw-body-content h2, 
	.mw-body-content .mw-heading2 {
		font-family: "Minion Pro", minion-pro, serif !important;
	}

	.vector-body {
		font-family: "Minion Pro",minion-pro,serif;
		/*font-size: 1.2rem;*/
	}

	a {
		text-decoration: underline;
	}

}
a {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}

/* References */
ol.references { font-size: 90%; }

sup.reference a {
	text-decoration: none !important;
}

ol.references .mw-cite-backlink {
    display: none;
}

ol.references {
    list-style: none !important;
    counter-reset: mw-ref;
    margin-left: 0;
    padding-left: 0;
}

/* Add [n] as superscript */
ol.references > li:before {
    counter-increment: mw-ref;
    content: "[" counter(mw-ref) "]";
    vertical-align: super;
    font-size: smaller;
    margin-right: 0.25em;
    color: #666;
}

/* Hide external link icon */
.mw-parser-output a.external,
.mw-parser-output a.external:visited {
    background: none !important;
    padding-right: 0 !important;
}

#p-associated-pages .vector-tab,
#p-associated-pages .vector-tab-noicon {
    padding: 3px;
    background: gray;
    font: #b2292e;
    text-decoration: none !important;
}

#p-associated-pages .vector-tab a,
#p-associated-pages .vector-tab-noicon a {
    color: #b2292e;
    
}