Wechseln zu:Navigation, Suche
Wiki
/*** Diese css-Styles sind nach dem Update auf Mediawiki 1.43.15 erforderlich ***/

/****** Korrektur Klassen für Klassen in load.php ******/

/* neue collapsible Funktion */

.dezent    > button > .mw-collapsible-text,
.bigdezent > button > .mw-collapsible-text {
	color:				white;
	}

#mw-customcollapsible-hover {
	line-height:		initial;
	}


/* in load.php: .mw-collapsible-toggle */

.startbox-body .mw-collapsible-toggle { 
	display:			block;
	}

button.mw-collapsible-toggle {
	display:			contents;
	}

.info .mw-collapsible-toggle-default::before, .info-collapsed .mw-collapsible-toggle-default::before {
	color:				var(--info-blau);
	border-bottom:		1px dotted var(--info-blau);
	}

.cdx-message__content, 
.cdx-message__content > * {
	display:			contents;
	}

/* andere */

/* Mehrfache Rahmen bei Bildern */

figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] > figcaption {
	border:				none;
	}

figure[typeof~="mw:File/Thumb"], 
figure[typeof~="mw:File/Frame"] {
    border: 0;
  }


.mw-content-ltr figure[typeof~="mw:File/Thumb"] > .mw-file-description::after, 
.mw-content-ltr figure[typeof~="mw:File/Thumb"] > .mw-file-magnify::after,
figure[typeof~="mw:File/Thumb"] > .mw-file-description::after, figure[typeof~="mw:File/Thumb"] > .mw-file-magnify::after {
display:none;
}

.mw-content-ltr figure[typeof~="mw:File/Thumb"], 
.mw-content-ltr figure[typeof~="mw:File/Frame"],
figure[typeof~="mw:File/Thumb"], 
figure[typeof~="mw:File/Frame"] {
margin: 0;
}

figure[typeof~="mw:File/Thumb"] > :not(figcaption) .mw-file-element, 
figure[typeof~="mw:File/Frame"] > :not(figcaption) .mw-file-element {
border:0;
}

figure[typeof~="mw:File/Thumb"] > :not(figcaption) .mw-file-element, 
figure[typeof~="mw:File/Frame"] > :not(figcaption) .mw-file-element {
margin: 0;
}


/* nicht zugelassen → common.css .wikitable {
width:fit-content;
}
*/

/****** Korrektur für Klassen in Styles css ******/

.hover .mw-collapsible-toggle {
	line-height:		0;
	}




/****** Neue Klassen für wg. Update ******/


/* neue collapsible Funktion */

.dezent[class*="mw-customtoggle"] {
	color:				rgba(255,255,255,0.9);
	display:			inline-block;
	background-image:	radial-gradient(#68a7c8 0%,#2b97d5 80%);
	border:				1px solid #878a90;
	border-radius:		3px;
	padding:			0px 3px !important;
	font-size:			80%;
	text-align:			left;
	float:				none !important;
	margin-top:			0.3em;
	margin-right:		0.5em;
	}

.bigdezent[class*="mw-customtoggle"] {
	color:				rgba(255,255,255,0.9);
	display:			inline-block;
	background-image:	radial-gradient(#68a7c8 0%,#2b97d5 80%);
	border:				3px solid #00ffff;
	border-radius:		3px;
	padding:			0px 3px !important;
	font-size:			80%;
	font-family:		Arial;
	text-align:			left;
	float:				none !important;
	margin-top:			0.3em;
	line-height:		2em;
	}



/* andere */

.neu-menu > i {
	line-height:		inherit;
	}