Vorlage:Region Item/styles.css

Aus Wikivoyage
/*
	Region Item styles
	Version: 2022-08-14
*/

.voy-regionList {
	position: relative;
	border-left: 2em solid #cccccc;
	padding-left: 1em;
	min-height: 3.5em;
	margin: 0.7em 0;
}
.voy-regionOnlyHeader {
	min-height: 1em;
}
.voy-regionList:before {
	content: '';
	position: absolute;
	top: 0;
	left: -2em;
	box-sizing: border-box;
	width: 2em;
	height: 100%;
	background: transparent;
	border: 0.1em solid black;
}
.voy-regionName {
	font-weight: bold;
}
.voy-regionColon {
	display: none;
}
.voy-regionItems {
	padding-left: 1em;
	border-left: 3px solid #cccccc;
}
.voy-regionVersion2 .voy-regionName, .voy-regionVersion2 .voy-regionDescription,
.voy-regionVersion2 .voy-regionColon {
	display: inline;
}