MediaWiki:Common.less/leaflet.less: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(wip) |
No edit summary |
||
Line 13: | Line 13: | ||
.leaflet-marker-icon { |
.leaflet-marker-icon { |
||
&.guard { |
&.guard { |
||
background |
background: red url(/images/Guard_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Guard_icon.png); |
|||
} |
} |
||
&.chef { |
&.chef { |
||
background |
background: red url(/images/Chef_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Chef_icon.png); |
|||
} |
} |
||
&.fisher { |
&.fisher { |
||
background |
background: red url(/images/Fisher_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Fisher_icon.png); |
|||
} |
} |
||
&.forager { |
&.forager { |
||
background |
background: red url(/images/Forager_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Forager_icon.png); |
|||
} |
} |
||
&.alchemist { |
&.alchemist { |
||
background |
background: red url(/images/Alchemist_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Alchemis_icon.png); |
|||
} |
} |
||
&.scout { |
&.scout { |
||
background |
background: red url(/images/Scout_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Scout_icon.png); |
|||
} |
} |
||
&.gatherer { |
&.gatherer { |
||
background |
background: red url(/images/Gatherer_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Gatherer_icon.png); |
|||
} |
} |
||
&.woodcutter { |
&.woodcutter { |
||
background |
background: red url(/images/Woodcutter_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Woodcutter_icon.png); |
|||
} |
} |
||
&.carpenter { |
&.carpenter { |
||
background |
background: red url(/images/Carpenter_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Carpenter_icon.png); |
|||
} |
} |
||
&.minefighter { |
&.minefighter { |
||
background |
background: red url(/images/Minefighter_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Minefighter_icon.png); |
|||
} |
} |
||
&.bonewright { |
&.bonewright { |
||
background |
background: red url(/images/Bonewright_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Bonewright_icon.png); |
|||
} |
} |
||
&.miner { |
&.miner { |
||
background |
background: red url(/images/Miner_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Miner_icon.png); |
|||
} |
} |
||
&.blacksmith { |
&.blacksmith { |
||
background: red url(/images/Blacksmith_icon.png) no-repeat center / 70%; |
|||
background-image: url(/images/Blacksmith_icon.png); |
|||
} |
} |
||
&.stonemason { |
&.stonemason { |
||
background |
background: red url(/images/Stonemason_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Stonemason_icon.png); |
|||
} |
} |
||
&.watchperson { |
&.watchperson { |
||
background |
background: red url(/images/Watchperson_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Watchperson_icon.png); |
|||
} |
} |
||
&.detective { |
&.detective { |
||
background |
background: red url(/images/Detective_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Detective_icon.png); |
|||
} |
} |
||
&.leatherworker { |
&.leatherworker { |
||
background |
background: red url(/images/Leatherworker_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Leatherworker_icon.png); |
|||
} |
} |
||
&.merchant { |
&.merchant { |
||
background |
background: red url(/images/Merchant_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Merchant_icon.png); |
|||
} |
} |
||
&.shieldbearer { |
&.shieldbearer { |
||
background |
background: red url(/images/Shieldbearer_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Shieldbearer_icon.png); |
|||
} |
} |
||
&.builder { |
&.builder { |
||
background |
background: red url(/images/Builder_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Builder_icon.png); |
|||
} |
} |
||
&.Armorer { |
&.Armorer { |
||
background |
background: red url(/images/Armorer_icon.png) no-repeat center / 70%; |
||
background-image: url(/images/Armorer_icon.png); |
|||
} |
} |
||
} |
} |