no edit summary
imported>76561198045853337 m (Undo revision 6291 by 76561198045853337 (talk): revert for the time being as it spawns problems in some infoboxes) |
imported>76561198045853337 No edit summary |
||
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 24: | Line 25: | ||
height: 80px; | height: 80px; | ||
display: flex; | display: flex; | ||
align-items: | align-items: flex-start; | ||
max-width: 80px; | max-width: 80px; | ||
max-height: 80px; | max-height: 80px; | ||
Line 34: | Line 35: | ||
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; | |||
} | } | ||