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

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

Revision as of 23:54, 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: red url(/images/Guard_icon.png) no-repeat center / 70%;
		}
		&.chef {
			background: red url(/images/Chef_icon.png) no-repeat center / 70%;
		}
		&.fisher {
			background: red url(/images/Fisher_icon.png) no-repeat center / 70%;
		}
		&.forager {
			background: red url(/images/Forager_icon.png) no-repeat center / 70%;
		}
		&.alchemist {
			background: red url(/images/Alchemist_icon.png) no-repeat center / 70%;
		}
		&.scout {
			background: red url(/images/Scout_icon.png) no-repeat center / 70%;
		}
		&.gatherer {
			background: red url(/images/Gatherer_icon.png) no-repeat center / 70%;
		}
		&.woodcutter {
			background: red url(/images/Woodcutter_icon.png) no-repeat center / 70%;
		}
		&.carpenter {
			background: red url(/images/Carpenter_icon.png) no-repeat center / 70%;
		}
		&.minefighter {
			background: red url(/images/Minefighter_icon.png) no-repeat center / 70%;
		}
		&.bonewright {
			background: red url(/images/Bonewright_icon.png) no-repeat center / 70%;
		}
		&.miner {
			background: red url(/images/Miner_icon.png) no-repeat center / 70%;
		}
		&.blacksmith {
		background: red url(/images/Blacksmith_icon.png) no-repeat center / 70%;
		}
		&.stonemason {
			background: red url(/images/Stonemason_icon.png) no-repeat center / 70%;
		}
		&.watchperson {
			background: red url(/images/Watchperson_icon.png) no-repeat center / 70%;
		}
		&.detective {
			background: red url(/images/Detective_icon.png) no-repeat center / 70%;
		}
		&.leatherworker {
			background: red url(/images/Leatherworker_icon.png) no-repeat center / 70%;
		}
		&.merchant {
			background: red 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%;
		}
	}
}