Template:AssetIcon.css: Difference between revisions

From Beacon Space
Content deleted Content added
m Try and fix css
Tag: Reverted
m Try and fix CSS
Tag: Manual revert
Line 1: Line 1:
.asset_icon p span {
.asset_icon img {
height: 100%;
height: 100%;
width: 100%;
width: 100%;

Revision as of 22:11, 13 July 2023

.asset_icon img {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.black {
  background: black;
}

.aguamala_syndicate {
	background: #00b3a6;
}

.amelhart_institute {
	background: #8b32be;
}

.ascent {
	background: #c1cf3d;
}

.assembled_commonwealth {
	background: #e44d2e;
}

.children_of_the_vein {
  background: #c9c7ae;
}

.concord_of_mutual_disdain {
	background: #52e5db;
}

.larkspur_combine {
	background: #b22222;
}

.starlit_court {
	background: #7b9095;
}

.tahora_whai {
	background: #000022;
}

.telas_council {
	background: #f1993c;
}

.valkaii_factions {
	background: #0f6b0c;
}

.white_whale {
	background: #080039;
}