Mobile.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
.pre-content h1, .content h1, h2, h3, h4, h5, h6, .mw-headline{
    font-family: sans-serif;
    line-height: 1;
}

.pre-content h1, .content h1{
font-size: 1.5rem;
}

.noinclude, .transclusion-container .additional, .mw-ui-icon.mw-ui-icon-arrow.mw-ui-icon-element.indicator{
        display:none;
}




.grey {
	background: #7b7673;
	border-radius: 0.5em;
	display: inline;
	color: white;
	font-weight: bold;
	padding: .3em 0.5em;
	margin: 0em;
        white-space: nowrap;
}

.pink {
	background: #dc097a;
	border-radius: 0.5em;
	display: inline;
	color: white;
	font-weight: bold;
	padding: .3em 0.5em;
	margin: 0em;
        white-space: nowrap;
}

.additional {
	background: #efefef;
	border-radius: .1em;
	display: outline;
	padding: .0em 0.5em;
	margin: 0em;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	margin-top: 0.5em;
        margin-bottom: 0.5em;
}

body.mce-content-body .additional {
    background-color: lightgreen;
}

.transclusion-container div.show.additional {
    display:none;
}

.transclusion-container span.show.additional {
    display:inline;
}

.intime-icon-faq::before {
    font-family: "entypo" !important;
    content: "\e9b6";
    font-size: 100%;
}

.languageselector {
    float:right;
}

.transclusion-container .languageselector {
    display:none;
}

/* MobileFrontendFixes */
/* extensions/MobileFrontend/resources/skind.minverva.content.styles/lists.less:20 */
.content ul {
    list-style-position: outside;
    padding-left: 1em;
}

#bs-statebar,
#page-actions,
#page-secondary-actions,
.last-modified-bar {
    display: none;
}

.content .section-heading, .content .in-block {
    display: block;
}

/*In Bearbeitung*/

/* Alle Links einfärben
a:-webkit-any-link {
   color: #dc097a;
font-weight: bold;
}*/