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: |
background: #CA9C62 url(/images/Guard_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.chef { |
&.chef { |
||
background: |
background: #8E7A6C url(/images/Chef_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.fisher { |
&.fisher { |
||
background: |
background: #98D3CC url(/images/Fisher_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.forager { |
&.forager { |
||
background: |
background: #DDDB93 url(/images/Forager_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.alchemist { |
&.alchemist { |
||
background: |
background: #84CAA2 url(/images/Alchemist_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.scout { |
&.scout { |
||
background: |
background: #C09A60 url(/images/Scout_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.gatherer { |
&.gatherer { |
||
background: |
background: #C8C87C url(/images/Gatherer_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.woodcutter { |
&.woodcutter { |
||
background: |
background: #78C86C url(/images/Woodcutter_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.carpenter { |
&.carpenter { |
||
Line 40: | Line 40: | ||
} |
} |
||
&.minefighter { |
&.minefighter { |
||
background: |
background: #B2865D url(/images/Minefighter_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.bonewright { |
&.bonewright { |
||
background: |
background: #B0B897 url(/images/Bonewright_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.miner { |
&.miner { |
||
background: |
background: #749696 url(/images/Miner_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.blacksmith { |
&.blacksmith { |
||
background: |
background: #B4A432 url(/images/Blacksmith_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.stonemason { |
&.stonemason { |
||
background: |
background: #808789 url(/images/Stonemason_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.watchperson { |
&.watchperson { |
||
background: |
background: #AE8653 url(/images/Watchperson_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.detective { |
&.detective { |
||
background: |
background: #5AB2BE url(/images/Detective_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.leatherworker { |
&.leatherworker { |
||
background: |
background: #866E62 url(/images/Leatherworker_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.merchant { |
&.merchant { |
||
background: |
background: #78B492 url(/images/Merchant_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&.shieldbearer { |
&.shieldbearer { |
||
Line 72: | Line 72: | ||
background: red url(/images/Builder_icon.png) no-repeat center / 70%; |
background: red url(/images/Builder_icon.png) no-repeat center / 70%; |
||
} |
} |
||
&. |
&.armorer { |
||
background: red url(/images/Armorer_icon.png) no-repeat center / 70%; |
background: red url(/images/Armorer_icon.png) no-repeat center / 70%; |
||
} |
} |
Revision as of 00:04, 24 November 2024
/* 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_icon.png) no-repeat center / 70%;
}
&.chef {
background: #8E7A6C url(/images/Chef_icon.png) no-repeat center / 70%;
}
&.fisher {
background: #98D3CC url(/images/Fisher_icon.png) no-repeat center / 70%;
}
&.forager {
background: #DDDB93 url(/images/Forager_icon.png) no-repeat center / 70%;
}
&.alchemist {
background: #84CAA2 url(/images/Alchemist_icon.png) no-repeat center / 70%;
}
&.scout {
background: #C09A60 url(/images/Scout_icon.png) no-repeat center / 70%;
}
&.gatherer {
background: #C8C87C url(/images/Gatherer_icon.png) no-repeat center / 70%;
}
&.woodcutter {
background: #78C86C url(/images/Woodcutter_icon.png) no-repeat center / 70%;
}
&.carpenter {
background: red url(/images/Carpenter_icon.png) no-repeat center / 70%;
}
&.minefighter {
background: #B2865D url(/images/Minefighter_icon.png) no-repeat center / 70%;
}
&.bonewright {
background: #B0B897 url(/images/Bonewright_icon.png) no-repeat center / 70%;
}
&.miner {
background: #749696 url(/images/Miner_icon.png) no-repeat center / 70%;
}
&.blacksmith {
background: #B4A432 url(/images/Blacksmith_icon.png) no-repeat center / 70%;
}
&.stonemason {
background: #808789 url(/images/Stonemason_icon.png) no-repeat center / 70%;
}
&.watchperson {
background: #AE8653 url(/images/Watchperson_icon.png) no-repeat center / 70%;
}
&.detective {
background: #5AB2BE url(/images/Detective_icon.png) no-repeat center / 70%;
}
&.leatherworker {
background: #866E62 url(/images/Leatherworker_icon.png) no-repeat center / 70%;
}
&.merchant {
background: #78B492 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%;
}
}
}