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