MediaWiki:Common.less/leaflet.less: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 13: Line 13:
.leaflet-marker-icon {
.leaflet-marker-icon {
&.guard {
&.guard {
background: #CA9C62 url(/images/Guard_small_icon.png) no-repeat center / 70%;
background: #CA9C62 url(/images/Guard_small_icon.png) no-repeat center / contain;
}
}
&.chef {
&.chef {
background: #8E7A6C url(/images/Chef_small_icon.png) no-repeat center / 70%;
background: #8E7A6C url(/images/Chef_small_icon.png) no-repeat center / contain;
}
}
&.fisher {
&.fisher {
background: #98D3CC url(/images/Fisher_small_icon.png) no-repeat center / 70%;
background: #98D3CC url(/images/Fisher_small_icon.png) no-repeat center / contain;
}
}
&.forager {
&.forager {
background: #DDDB93 url(/images/Forager_small_icon.png) no-repeat center / 70%;
background: #DDDB93 url(/images/Forager_small_icon.png) no-repeat center / contain;
}
}
&.alchemist {
&.alchemist {
background: #84CAA2 url(/images/Alchemist_small_icon.png) no-repeat center / 70%;
background: #84CAA2 url(/images/Alchemist_small_icon.png) no-repeat center / contain;
}
}
&.scout {
&.scout {
background: #C09A60 url(/images/Scout_small_icon.png) no-repeat center / 70%;
background: #C09A60 url(/images/Scout_small_icon.png) no-repeat center / contain;
}
}
&.gatherer {
&.gatherer {
background: #C8C87C url(/images/Gatherer_small_icon.png) no-repeat center / 70%;
background: #C8C87C url(/images/Gatherer_small_icon.png) no-repeat center / contain;
}
}
&.woodcutter {
&.woodcutter {
background: #78C86C url(/images/Woodcutter_small_icon.png) no-repeat center / 70%;
background: #78C86C url(/images/Woodcutter_small_icon.png) no-repeat center / contain;
}
}
&.carpenter {
&.carpenter {
background: red url(/images/Carpenter_small_icon.png) no-repeat center / 70%;
background: red url(/images/Carpenter_small_icon.png) no-repeat center / contain;
}
}
&.minefighter {
&.minefighter {
background: #B2865D url(/images/Minefighter_small_icon.png) no-repeat center / 70%;
background: #B2865D url(/images/Minefighter_small_icon.png) no-repeat center / contain;
}
}
&.bonewright {
&.bonewright {
background: #B0B897 url(/images/Bonewright_small_icon.png) no-repeat center / 70%;
background: #B0B897 url(/images/Bonewright_small_icon.png) no-repeat center / contain;
}
}
&.miner {
&.miner {
background: #749696 url(/images/Miner_small_icon.png) no-repeat center / 70%;
background: #749696 url(/images/Miner_small_icon.png) no-repeat center / contain;
}
}
&.blacksmith {
&.blacksmith {
background: #B4A432 url(/images/Blacksmith_small_icon.png) no-repeat center / 70%;
background: #B4A432 url(/images/Blacksmith_small_icon.png) no-repeat center / contain;
}
}
&.stonemason {
&.stonemason {
background: #808789 url(/images/Stonemason_small_icon.png) no-repeat center / 70%;
background: #808789 url(/images/Stonemason_small_icon.png) no-repeat center / contain;
}
}
&.watchperson {
&.watchperson {
background: #AE8653 url(/images/Watchperson_small_icon.png) no-repeat center / 70%;
background: #AE8653 url(/images/Watchperson_small_icon.png) no-repeat center / contain;
}
}
&.detective {
&.detective {
background: #5AB2BE url(/images/Detective_small_icon.png) no-repeat center / 70%;
background: #5AB2BE url(/images/Detective_small_icon.png) no-repeat center / contain;
}
}
&.leatherworker {
&.leatherworker {
background: #866E62 url(/images/Leatherworker_small_icon.png) no-repeat center / 70%;
background: #866E62 url(/images/Leatherworker_small_icon.png) no-repeat center / contain;
}
}
&.merchant {
&.merchant {
background: #78B492 url(/images/Merchant_small_icon.png) no-repeat center / 70%;
background: #78B492 url(/images/Merchant_small_icon.png) no-repeat center / contain;
}
}
&.shieldbearer {
&.shieldbearer {
background: red url(/images/Shieldbearer_small_icon.png) no-repeat center / 70%;
background: red url(/images/Shieldbearer_small_icon.png) no-repeat center / contain;
}
}
&.builder {
&.builder {
background: red url(/images/Builder_small_icon.png) no-repeat center / 70%;
background: red url(/images/Builder_small_icon.png) no-repeat center / contain;
}
}
&.armorer {
&.armorer {
background: red url(/images/Armorer_small_icon.png) no-repeat center / 70%;
background: red url(/images/Armorer_small_icon.png) no-repeat center / contain;
}
}
}
}