Difference between revisions of "Template:Infobox material/styles.css"
From Captain of Industry Wiki
Thadius856 (talk | contribs) m (fix transparency) |
Thadius856 (talk | contribs) (minor tweaks for padding, etc.) |
||
Line 44: | Line 44: | ||
display: inline-block; | display: inline-block; | ||
min-width: 48px; | min-width: 48px; | ||
} | |||
.designation { | |||
padding-left: 5px; | |||
} | } | ||
Line 51: | Line 55: | ||
.tier { | .tier { | ||
text-align: right; | |||
padding-right: 8px; | |||
font-size: 18px; | font-size: 18px; | ||
color: rgba(255,255,255,1); | color: rgba(255,255,255,1); |
Revision as of 11:38, 14 January 2022
/* External stylesheet intended for ease of maintenance with the following templates: - Template:Infobox material - Template:Infobox machine - Template:Infobox transport - Template:Infobox vehicle - Template:Infobox storage */ .infobox-wrapper { float: right; clear: right; } .outer-box { display:inline-block; min-width: 250px; max-width: 350px; border: 3px solid rgba(252,162,58,1); border-radius: 15px; margin: 10px; font-size: 14px; background-color: rgba(46,46,46,1); } .inner-header { width: 100%; vertical-align: middle; text-align: center; background-color: rgba(0,0,0,1); font-size: 20px; color: rgba(252,162,58,1); text-shadow: 0 0 10px rgba(255,162,58,.7); font-family: Georgia, Liberation Serif, Times, serif; border-radius: 15px 15px 0 0; border-bottom: 3px solid rgba(252,162,58,1); padding: 10px 0; display: flex; height: 48px; line-height: 48px; } .designation, .tier { display: inline-block; min-width: 48px; } .designation { padding-left: 5px; } .title { width: 100%; } .tier { text-align: right; padding-right: 8px; font-size: 18px; color: rgba(255,255,255,1); } .inner-main { text-align: center; padding: 10px 10px 0; } .description { font-size: 16px; color: rgba(255,255,255,1); padding: 0px 0px 10px 0px; } .inner-table { padding: 10px; } .inner-inner-table { vertical-align: top; width: 100%; } .table { border-collapse: collapse; border-spacing: 0 8px; flex-grow: 1; line-height: 16px; white-space: nowrap; width: 100%; } .table-tr { border-top: 1px solid white; vertical-align: top; } .table-td-left { text-align: right; font-weight: bold; padding: 5px 5px 5px 0; } .table-td-right { padding: 5px 0 5px 5px; }