Common.css

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: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#toc { max-width: 600px; }

.mw-editsection { display: none; }

#content #bodyContent h2 {
    font-size: 1.375rem;
   	border-bottom: 1px solid rgb(51, 51, 51);
	padding-bottom: 2px;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

#toc h2 {
	border-bottom: 0;
}
#content #bodyContent h3 {
    font-size: 1.2rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

#toc h2 {
	border-bottom: 0;
}

.bs-layout-container-banner img {
	max-width: 100%;
	height: auto;
}

.bs-layout-box .bs-layout-box-image img {
	height: auto;
}

/*Special:AllPages ERM12866 */
body.ns-special .mw-allpages-body {
	columns: 32em 2;
	-moz-columns: 32em 2;
	-webkit-columns: 32em 2;
}


/* overrides mlink-rodrigue */
h2 {
	border-bottom: 1px solid rgb(51, 51, 51);
	padding-bottom: 2px;
}
#toc {
   margin: 3em 0;
}

#toc h2 {
	border-bottom: 0;
}

.bs-layout-container-banner img {
	max-width: 100%;
	height: auto;
}

.mw-body-content ol li li
{
	 list-style-type: lower-alpha;
}
#content #bodyContent ol > li {
    margin-top: 1em;
    margin-bottom: 1em;
}
#content #bodyContent ol > li li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.mw-parser-output .center .floatnone img
{    
	margin: 2em 0;
}
.mw-parser-output img.ve-ce-nail,  .mw-parser-output img.ve-ce-nail-pre-open
{
	margin:0;
}
.blsp-hint
{
  border: 1px solid #c8c8c8;
  background-image: url("https://de.wiki.bluespice.com/wiki/Datei:Hinweis.jpg");
  background-size: 60px 55px;
}

#content #bodyContent ul > li {
    margin-bottom: 0.5rem;
}


/* Titelbereich aus Portalseiten ausblenden */
body.page-Inhalte_erstellen_und_ordnen #siteNotice, body.page-Inhalte_erstellen_und_ordnen .bs-page-before-header,body.page-Inhalte_erstellen_und_ordnen .bs-page-after-header
{visible:invisible}

/* Banner - Wikivoyage - Used to test MediaWiki/Homepage redesign/Preview */
 
.banner-image {
	position: relative;
	overflow: hidden;
	max-width: 1000px;
	height: auto;
	margin-bottom: .6em;
}
.banner-image img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.banner-box {
	position: absolute;
	z-index: 2;
	margin-top: 2.5em;
	color: white;
	min-width: 20em;
	text-shadow: black 0.3em 0.3em 1em,black -0.1em -0.1em 1em;
}
.banner-box-wide { width: 80% }
.banner-box-left {
	left: 5%;
	text-align: left;
}
.banner-box-right {
	right: 5%;
	text-align: right;
}
.banner-box .name {
	font-size: 3em;
	white-space: nowrap;
	line-height: 1.2em;
}
.banner-box .type {
	font-size: 2em;
	line-height: 1.2em;
}
 
.mf-mobile-only,
.lqt-talkpage-search {
	display: none;
}