MediaWiki:Common.less/leaflet.less: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "→MAPS: .map.leaflet-container { .leaflet-wiki-coordinates.leaflet-control { margin: 0; color: white; padding: 5px 10px; filter: drop-shadow(0 0 2px black); } }") |
(wip) |
||
Line 7: | Line 7: | ||
padding: 5px 10px; |
padding: 5px 10px; |
||
filter: drop-shadow(0 0 2px black); |
filter: drop-shadow(0 0 2px black); |
||
} |
|||
/* ICONS */ |
|||
.leaflet-marker-icon { |
|||
&.guard { |
|||
background-color: red; |
|||
background-image: url(/images/Guard_icon.png); |
|||
} |
|||
&.chef { |
|||
background-color: red; |
|||
background-image: url(/images/Chef_icon.png); |
|||
} |
|||
&.fisher { |
|||
background-color: red; |
|||
background-image: url(/images/Fisher_icon.png); |
|||
} |
|||
&.forager { |
|||
background-color: red; |
|||
background-image: url(/images/Forager_icon.png); |
|||
} |
|||
&.alchemist { |
|||
background-color: red; |
|||
background-image: url(/images/Alchemis_icon.png); |
|||
} |
|||
&.scout { |
|||
background-color: red; |
|||
background-image: url(/images/Scout_icon.png); |
|||
} |
|||
&.gatherer { |
|||
background-color: red; |
|||
background-image: url(/images/Gatherer_icon.png); |
|||
} |
|||
&.woodcutter { |
|||
background-color: red; |
|||
background-image: url(/images/Woodcutter_icon.png); |
|||
} |
|||
&.carpenter { |
|||
background-color: red; |
|||
background-image: url(/images/Carpenter_icon.png); |
|||
} |
|||
&.minefighter { |
|||
background-color: red; |
|||
background-image: url(/images/Minefighter_icon.png); |
|||
} |
|||
&.bonewright { |
|||
background-color: red; |
|||
background-image: url(/images/Bonewright_icon.png); |
|||
} |
|||
&.miner { |
|||
background-color: red; |
|||
background-image: url(/images/Miner_icon.png); |
|||
} |
|||
&.blacksmith { |
|||
background-color: red; |
|||
background-image: url(/images/Blacksmith_icon.png); |
|||
} |
|||
&.stonemason { |
|||
background-color: red; |
|||
background-image: url(/images/Stonemason_icon.png); |
|||
} |
|||
&.watchperson { |
|||
background-color: red; |
|||
background-image: url(/images/Watchperson_icon.png); |
|||
} |
|||
&.detective { |
|||
background-color: red; |
|||
background-image: url(/images/Detective_icon.png); |
|||
} |
|||
&.leatherworker { |
|||
background-color: red; |
|||
background-image: url(/images/Leatherworker_icon.png); |
|||
} |
|||
&.merchant { |
|||
background-color: red; |
|||
background-image: url(/images/Merchant_icon.png); |
|||
} |
|||
&.shieldbearer { |
|||
background-color: red; |
|||
background-image: url(/images/Shieldbearer_icon.png); |
|||
} |
|||
&.builder { |
|||
background-color: red; |
|||
background-image: url(/images/Builder_icon.png); |
|||
} |
|||
&.Armorer { |
|||
background-color: red; |
|||
background-image: url(/images/Armorer_icon.png); |
|||
} |
|||
} |
} |
||
} |
} |
Revision as of 23:49, 23 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-color: red;
background-image: url(/images/Guard_icon.png);
}
&.chef {
background-color: red;
background-image: url(/images/Chef_icon.png);
}
&.fisher {
background-color: red;
background-image: url(/images/Fisher_icon.png);
}
&.forager {
background-color: red;
background-image: url(/images/Forager_icon.png);
}
&.alchemist {
background-color: red;
background-image: url(/images/Alchemis_icon.png);
}
&.scout {
background-color: red;
background-image: url(/images/Scout_icon.png);
}
&.gatherer {
background-color: red;
background-image: url(/images/Gatherer_icon.png);
}
&.woodcutter {
background-color: red;
background-image: url(/images/Woodcutter_icon.png);
}
&.carpenter {
background-color: red;
background-image: url(/images/Carpenter_icon.png);
}
&.minefighter {
background-color: red;
background-image: url(/images/Minefighter_icon.png);
}
&.bonewright {
background-color: red;
background-image: url(/images/Bonewright_icon.png);
}
&.miner {
background-color: red;
background-image: url(/images/Miner_icon.png);
}
&.blacksmith {
background-color: red;
background-image: url(/images/Blacksmith_icon.png);
}
&.stonemason {
background-color: red;
background-image: url(/images/Stonemason_icon.png);
}
&.watchperson {
background-color: red;
background-image: url(/images/Watchperson_icon.png);
}
&.detective {
background-color: red;
background-image: url(/images/Detective_icon.png);
}
&.leatherworker {
background-color: red;
background-image: url(/images/Leatherworker_icon.png);
}
&.merchant {
background-color: red;
background-image: url(/images/Merchant_icon.png);
}
&.shieldbearer {
background-color: red;
background-image: url(/images/Shieldbearer_icon.png);
}
&.builder {
background-color: red;
background-image: url(/images/Builder_icon.png);
}
&.Armorer {
background-color: red;
background-image: url(/images/Armorer_icon.png);
}
}
}