Template:yo-dial-map/styles.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search
.yo-dial-map__container {
	margin: auto;
	max-width: 1100px;
	position: relative;
}

.yo-dial-map__map {
	position: relative; /* dots relative to the map */
	margin: auto; /* center in frame */
}

.yo-dial-map__legend {
	line-height: 1.4;
	padding: 0.5em;
}

.yo-dial-map__legend-row {
	background-color: rgba(255, 255, 255, 0.75);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.yo-dial-map__legend-row-dot {
	height: 10px;
	width: 10px;
	border-radius: 100%;

	/* https://stackoverflow.com/q/471510 */
	text-indent: 100%;
	overflow: hidden;
	
	display: inline-block;
	margin-right: 0.5em;
}