Template:UniqueWeapon/weapon.css: Difference between revisions

now uses WeaponRarity template instead of hue-rotating original
(Created page with " .weapontable { width: 100%; min-width: 575px; max-width: 900px; } .weapontable-summary { } .weapontable-summary img { ma...")
 
(now uses WeaponRarity template instead of hue-rotating original)
 
(5 intermediate revisions by the same user not shown)
Line 11:
.weapontable-summary img {
max-width: 100%;
max-height: 120px124px;
object-fit: contain;
margin-top: 0.5em;
}
 
Line 24 ⟶ 26:
.weapon-description {
 
}
 
.weapontable .rarity {
text-align: center;
}
 
.weapontable .data-row {
text-align: center;
}
 
.weapontable .data-row > td {
width: calc(100% / 7);
}