MediaWiki:Common.less/leaflet.less

From Brighter Shores Wiki
Jump to navigation Jump to search
/* MAPS */

.map.leaflet-container {
	.leaflet-wiki-coordinates.leaflet-control {
		margin: 0;
		color: white;
		padding: 5px 10px;
		filter: drop-shadow(0 0 2px black);
	}
	
	/* ICONS */
	
	.leaflet-marker-icon {
		&.guard {
			background: #CA9C62 url(/images/Guard_small_icon.png) no-repeat center / 70%;
		}
		&.chef {
			background: #8E7A6C url(/images/Chef_small_icon.png) no-repeat center / 70%;
		}
		&.fisher {
			background: #98D3CC url(/images/Fisher_small_icon.png) no-repeat center / 70%;
		}
		&.forager {
			background: #DDDB93 url(/images/Forager_small_icon.png) no-repeat center / 70%;
		}
		&.alchemist {
			background: #84CAA2 url(/images/Alchemist_small_icon.png) no-repeat center / 70%;
		}
		&.scout {
			background: #C09A60 url(/images/Scout_small_icon.png) no-repeat center / 70%;
		}
		&.gatherer {
			background: #C8C87C url(/images/Gatherer_small_icon.png) no-repeat center / 70%;
		}
		&.woodcutter {
			background: #78C86C url(/images/Woodcutter_small_icon.png) no-repeat center / 70%;
		}
		&.carpenter {
			background: red url(/images/Carpenter_small_icon.png) no-repeat center / 70%;
		}
		&.minefighter {
			background: #B2865D url(/images/Minefighter_small_icon.png) no-repeat center / 70%;
		}
		&.bonewright {
			background: #B0B897 url(/images/Bonewright_small_icon.png) no-repeat center / 70%;
		}
		&.miner {
			background: #749696 url(/images/Miner_small_icon.png) no-repeat center / 70%;
		}
		&.blacksmith {
			background: #B4A432 url(/images/Blacksmith_small_icon.png) no-repeat center / 70%;
		}
		&.stonemason {
			background: #808789 url(/images/Stonemason_small_icon.png) no-repeat center / 70%;
		}
		&.watchperson {
			background: #AE8653 url(/images/Watchperson_small_icon.png) no-repeat center / 70%;
		}
		&.detective {
			background: #5AB2BE url(/images/Detective_small_icon.png) no-repeat center / 70%;
		}
		&.leatherworker {
			background: #866E62 url(/images/Leatherworker_small_icon.png) no-repeat center / 70%;
		}
		&.merchant {
			background: #78B492 url(/images/Merchant_small_icon.png) no-repeat center / 70%;
		}
		&.shieldbearer {
			background: red url(/images/Shieldbearer_small_icon.png) no-repeat center / 70%;
		}
		&.builder {
			background: red url(/images/Builder_small_icon.png) no-repeat center / 70%;
		}
		&.armorer {
			background: red url(/images/Armorer_small_icon.png) no-repeat center / 70%;
		}
	}
}