519
edits
imported>76561198045853337 m (Undo revision 6291 by 76561198045853337 (talk): revert for the time being as it spawns problems in some infoboxes) |
m (1 revision imported: New Files) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
display: inline-block; | display: inline-block; | ||
min-width: 250px; | min-width: 250px; | ||
max-width: | max-width: 300px; | ||
font-family: TemplateStyles-SairaM; | font-family: TemplateStyles-SairaM; | ||
font-size: 14pt; | font-size: 14pt; | ||
Line 14: | Line 14: | ||
display:flex; | display:flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
margin-bottom: 5px; | |||
} | } | ||
Line 21: | Line 22: | ||
} | } | ||
.tech_unlocks | .tech_unlocks { | ||
display: flex; | |||
align-items: flex-start; | |||
object-fit: contain; | |||
} | |||
.tech_unlocks>a>img { | |||
height: 80px; | height: 80px; | ||
max-width: 80px; | max-width: 80px; | ||
max-height: 80px; | max-height: 80px; | ||
} | } | ||
Line 34: | Line 38: | ||
display: inline-block; | display: inline-block; | ||
vertical-align:top; | vertical-align:top; | ||
padding-left: | padding-bottom: 5px; | ||
padding-right: | padding-left: 5px; | ||
padding-right: 5px; | |||
} | |||
.tech_unlock_items, .tech_research_cost { | |||
background-color: #14323d; | |||
border-radius: 2px; | |||
border-top-left-radius: 5px; | |||
display: flex; | |||
padding: 2px; | |||
} | |||
.tt_unlock_text { | |||
font-size: 11pt; | |||
color: #ffffff; | |||
padding-left: 25px; | |||
} | |||
.tech_research_cost { | |||
margin-top: 5px; | |||
padding-bottom: 5px; | |||
} | } | ||
.tech_unlock_item, .tech_unlock_item>a>img{ | .tech_unlock_item, .tech_unlock_item>a>picture>img{ | ||
display: inline-block; | display: inline-block; | ||
max-width: 45px; | max-width: 45px; |