Template:AssetIcon.css: Difference between revisions

Content deleted Content added
m Remove padding
FoxyOwl (talk | contribs)
m added .megafauna and .old_ascent faction colors
 
(18 intermediate revisions by one other user not shown)
Line 1:
.asset_icon img {
.square_background {
height: 100%;
border-width: 5px;
width: 100%;
border-style: solid;
padding: 0px0;
border-color: white;
margin: 0;
border-radius: 5px;
float: left;
padding: 0px;
position: relative;
}
 
.asset_icon p {
padding: 0;
margin: 0;
}
 
.asset_icon {
margin: 0 5px;
}
 
Line 21 ⟶ 31:
.ascent {
background: #c1cf3d;
}
 
.old_ascent {
background: #ecc335;
}
 
Line 57 ⟶ 71:
.white_whale {
background: #080039;
}
 
.megafauna {
background: #ffd966;
}