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
/*Letzter Bearbeiter und Datum ausblenden*/ 
.bs-page-edit {
    display: none;
}
.list-inline .footer-places {
    display: none;
}

a {color: #B72025 !important;}
a:hover {color: #B72025 !important;}

::selection {background: #B72025; color: #fff;}

    display: none;
}

/*Schriftarten*/
body.mediawiki, body.mediawiki.x-body, #content, #bodyContent, #firstHeading, h1, h2, h3, h4, h5, h6{
	font-family:'Trebuchet MS' !important;
}

/*Überschriften*/

#firstHeading {
	font-weight:bold;
	margin-bottom:0;
}
h1:after {
    background-image: url('https://wiki.intime.de/om/nsfr_img_auth.php/5/52/spacer.svg');
    background-size: 187px 10px;
    display: block;
    width: 187px; 
    height: 10px;
    content:"";
    margin-top: 10px;
}
h2 {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 0px;
    border-top: 2px solid #D1D4D3;
    padding-top: 1rem;
}
.toc .toctitle h2 {
	border-top: 0px;
}

/*Abschnittsbearbeitung ausblenden*/
.mw-editsection {
	display:none;
}


/*Seitentitel*/

#siteNotice{
display:none
}

.footer-places {
	display: none;
}

.bs-data-after-content .bs-page-namespaces, .bs-page-before-header, .bs-rating-articlelike, .bs-page-breadcrumbs, .bs-page-header, .bs-page-categories, .bs-page-separator, .bs-page-info-elements {
display:none
}

.bs-page-separator v-line .bs-page-after-header .bs-page-header .bs-page-before-header #bs-flaggedrevsconnector-revisionstate {
display:none
}

.transclusion-container .additional, .subpages, .noinclude, .firstHeading {
    display:none;
}

/*Buttons*/ 

.grey, .pink {
	border-radius: 0.5em;
	display: inline;
	color: white;
	font-weight: bold;
	padding: 0.2em 0.4em;
	margin: 0em;
        white-space: nowrap;
        font-size: 95%;
}

.grey {
	background: #7b7673;
}

.pink {
	background: #dc097a;
}

.symbol {
        border-radius: 0.2em;
        display: -webkit-inline-box;
        padding: 0.2em;
        box-shadow: 0.1em 0.1em 1px rgba(0,0,0,0.2);
}

.article {
    display: -webkit-inline-box;
    margin-top: 0.5em;
    padding: 0.2em;
    padding-left: 0.3em;
    padding-right: 0.3em;
    background: #efefef;
    border-radius: .2em;
    box-shadow: 0.1em 0.1em 1px rgba(0,0,0,0.2);
}

.infobox {
    margin-top: 0.5em;
    padding: 0.2em;
    padding-left: 0em;
    padding-right: 0em;
    background: #ffe0ff;
    border-radius: .2em;
    box-shadow: 0.1em 0.1em 1px rgba(0,0,0,0.2);
}

img.thumbborder {
    border: 2px solid grey;
    box-shadow: 0.1em 0.1em 1px rgba(0,0,0,0.2);
}

/*Zusatztexte*/

.additional {
	background: #efefef;
	border-radius: .2em;
	display: outline;
	padding: .3em 0.5em;
	margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: -0.5em;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
        box-shadow: 0.1em 0.1em 1px rgba(0,0,0,0.2);
}

.bearbeiten {
    background: lightcoral;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0.1em 0.1em 1px rgba(0,0,0,0.2);
}

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


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

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


/*FAQ Logo*/

.intime-icon-faq::before {
    font-family: "entypo" !important;
    content: "FAQs";
    font-size: 200%;
}


/*Sprachauswahl*/

.languageselector {
    float:right;
}

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