MediaWiki:Common.css

Aus Wetzipedia

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 Ctrl+F5 oder Ctrl+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Ctrl+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Ctrl+F5 drücken oder Ctrl drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Ctrl+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* MediaWiki
 * Haftungsausschluß ausblenden
 */
#footer-places-disclaimer {
	display: none;
}

/* MediaWiki
 * Klappschalter an Tabellen verbessern
 */
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-expanded {
	float: right;
}

/* MediaWiki
 * Bilder mobil machen
 */
.img-mob {
    height: auto;
    max-width: 100%;
}
.img-mob-300 {
    height: auto;
    max-width: 300px;
}


/* Page Forms
 * dropdown in hellgrau
 */
#pfForm .createboxInput,
#pfForm .mandatoryField,
#pfForm textarea {
	background: #f7f7f7;
}
#pfForm textarea,
form input.formInput,
#pfForm input.yearInput,
#pfForm input.dayInput,
#pfForm input.hoursInput,
#pfForm input.minutesInput,
#pfForm input.secondsInput {
	background: #f7f7f7;
}
#pfForm select.monthInput,
#pfForm select.ampmInput {
	background: #f7f7f7;
}

/** Semantic MediaWiki
 * Links zu Spezialattributen einfärben.
 */
.smwbuiltin a,
.smwbuiltin a.new {
	color: #ff8000;
}

/** Semantic MediaWiki
 * Anzeige von smwpre verbessern.
 */
.smwpre {
	padding: 0.5em;
	font-size: 130%;
}

/** Semantic MediaWiki
 * Change the position of the section tab on property pages.
 */
.smw-tabs label.nav-label.smw-tab-right {
	float: left;
}

/** Semantic MediaWiki
 * Make table header row more distinct
 */
.smwtable-clean.sortable.jquery-tablesorter thead {
	background: #e8e8e8;
}

/** Semantic MediaWiki
 * Prevent table width to be broad by default
 */
.smwtable-clean {
	width: auto;
}

/** Semantic MediaWiki
 * Make links to YouTube monospaced
 */
td.YouTube.smwtype_eid span.plainlinks.smw-eid a.external.text {
	font-family: monospace;
}

/** Semantic MediaWiki
 * Remove tabs from special page Ask
 */
#tab-label-smw-askt-edit.nav-label.edit-action,
#tab-label-smw-askt-result.nav-label.result-cache,
#tab-label-smw-askt-code.nav-label,
#tab-label-smw-askt-extra.nav-label.smw-tab-right {
	display: none;
}

/** Semantic Cite
 * Unconfuse link to subobject
 */
.scite-citation-resourcelink a:before {
	content: "↘";
}

/** Widget
 * Make YouTube player adapt to mobile devices
 * https://martinahonecker.com/youtube-videos-responsive-einbinden/
 */
.video-container-wrapper {
	max-width: 100%;
	width: 640px;
	left: 0;
	right: 0;
	margin: auto;
	float: left;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
Cookies helfen uns bei der Bereitstellung von Wetzipedia. Durch die Nutzung von Wetzipedia erklärst du dich damit einverstanden, dass wir Cookies speichern.