Template:AssetIcon.css: Difference between revisions

From Beacon Space
Content deleted Content added
m Update CSS for stacking
m Add background colors for factions
Line 1:
.square_background {
.asset_icon {
border-width: 5px;
position: relative;
border-style: solid;
border-color: white;
border-radius: 5px;
}
 
.black {
.square_background {
z-indexbackground: 1black;
position: absolute;
top: 0;
left: 0;
}
 
.aguamala_syndicate {
.asset_overlay {
background: #00b3a6;
z-index: 2;
position: absolute;
top: 0;
left: 0;
}
 
.amelhart_institute {
.black {
background: black#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;
}

Revision as of 20:58, 13 July 2023

.square_background {
  border-width: 5px;
  border-style: solid;
  border-color: white;
  border-radius: 5px;
}

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