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 Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
div.voy-box-wrapper.voy-box-var-1,
div.voy-box-wrapper.voy-box-var-2,
div.voy-box-wrapper.voy-box-var-3 {
	border: none !important;
	border-radius: 0 !important;
}

div.voy-box-wrapper div.voy-box-header {
	border-radius: 0 !important;
}

.wv-tab {
	border-top: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-bottom: none;
	border-left: 1px solid lightgrey;
	border-radius: 0;
	background-color: white;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
}

.wv-tab.wv-mainTab {
	background-color: #F0F0F0;
}

.wv-tabsWrapper + .container {
	border-top: 1px solid lightgrey;
}

.voy-qb {
	border-radius: 0 !important;
}

.voy-qb tr:first-child .voy-qb-header {
	border-radius: 0 !important;
}

.mcCols {
	align-items: stretch;
}

@media screen {
	
	html.skin-theme-clientpref-night div.mw-body-content div.mw-parser-output div.voy-box-wrapper.voy-box-var-1,
	html.skin-theme-clientpref-night div.mw-body-content div.mw-parser-output div.voy-box-wrapper.voy-box-var-2,
	html.skin-theme-clientpref-night div.mw-body-content div.mw-parser-output div.voy-box-wrapper.voy-box-var-3,
	html.skin-theme-clientpref-night div.mw-body-content table.voy-qb {
		border: 1px solid #888 !important;	
	}
	
}

@media screen and (prefers-color-scheme: dark) {
	
	html.skin-theme-clientpref-os div.mw-body-content div.mw-parser-output div.voy-box-wrapper.voy-box-var-1,
	html.skin-theme-clientpref-os div.mw-body-content div.mw-parser-output div.voy-box-wrapper.voy-box-var-2, 
	html.skin-theme-clientpref-os div.mw-body-content div.mw-parser-output div.voy-box-wrapper.voy-box-var-3,
	html.skin-theme-clientpref-os div.mw-body-content div.mw-parser-output table.voy-qb {
		border: 1px solid #888 !important;	
	}

}