MediaWiki:Common.less/leaflet.less
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: red url(/images/Guard_icon.png) no-repeat center / 70%;
}
&.chef {
background: red url(/images/Chef_icon.png) no-repeat center / 70%;
}
&.fisher {
background: red url(/images/Fisher_icon.png) no-repeat center / 70%;
}
&.forager {
background: red url(/images/Forager_icon.png) no-repeat center / 70%;
}
&.alchemist {
background: red url(/images/Alchemist_icon.png) no-repeat center / 70%;
}
&.scout {
background: red url(/images/Scout_icon.png) no-repeat center / 70%;
}
&.gatherer {
background: red url(/images/Gatherer_icon.png) no-repeat center / 70%;
}
&.woodcutter {
background: red url(/images/Woodcutter_icon.png) no-repeat center / 70%;
}
&.carpenter {
background: red url(/images/Carpenter_icon.png) no-repeat center / 70%;
}
&.minefighter {
background: red url(/images/Minefighter_icon.png) no-repeat center / 70%;
}
&.bonewright {
background: red url(/images/Bonewright_icon.png) no-repeat center / 70%;
}
&.miner {
background: red url(/images/Miner_icon.png) no-repeat center / 70%;
}
&.blacksmith {
background: red url(/images/Blacksmith_icon.png) no-repeat center / 70%;
}
&.stonemason {
background: red url(/images/Stonemason_icon.png) no-repeat center / 70%;
}
&.watchperson {
background: red url(/images/Watchperson_icon.png) no-repeat center / 70%;
}
&.detective {
background: red url(/images/Detective_icon.png) no-repeat center / 70%;
}
&.leatherworker {
background: red url(/images/Leatherworker_icon.png) no-repeat center / 70%;
}
&.merchant {
background: red url(/images/Merchant_icon.png) no-repeat center / 70%;
}
&.shieldbearer {
background: red url(/images/Shieldbearer_icon.png) no-repeat center / 70%;
}
&.builder {
background: red url(/images/Builder_icon.png) no-repeat center / 70%;
}
&.Armorer {
background: red url(/images/Armorer_icon.png) no-repeat center / 70%;
}
}
}