Template:AssetIcon.css: Difference between revisions

From Beacon Space
Content deleted Content added
XavierStordiz changed the content model of the page Template:AssetIcon.css from "wikitext" to "Sanitized CSS": Change to CSS page
Tag: content model change
FoxyOwl (talk | contribs)
m added .megafauna and .old_ascent faction colors
 
(21 intermediate revisions by one other user not shown)
Line 1:
.asset_icon img {
.square_background {
height: 100%;
z-index: 1
width: 100%;
padding: 0;
margin: 0;
float: left;
position: relative;
}
 
.asset_icon p {
.asset_overlay {
padding: 0;
z-index: 2
margin: 0;
}
 
.asset_icon {
margin: 0 5px;
}
 
.black {
background: black;
}
 
.aguamala_syndicate {
background: #00b3a6;
}
 
.amelhart_institute {
background: #8b32be;
}
 
.ascent {
background: #c1cf3d;
}
 
.old_ascent {
background: #ecc335;
}
 
.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;
}
 
.megafauna {
background: #ffd966;
}

Latest revision as of 18:22, 3 October 2023

.asset_icon img {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

.asset_icon p {
	padding: 0;
	margin: 0;
}

.asset_icon {
	margin: 0 5px;
}

.black {
  background: black;
}

.aguamala_syndicate {
	background: #00b3a6;
}

.amelhart_institute {
	background: #8b32be;
}

.ascent {
	background: #c1cf3d;
}

.old_ascent {
	background: #ecc335;
}

.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;
}

.megafauna {
	background: #ffd966;
}