Difference between revisions of "Template:Recipe draw/styles.css"
From Captain of Industry Wiki
Thadius856 (talk | contribs) (More slimming down (test)) |
Thadius856 (talk | contribs) (Even more slimming) |
||
Line 10: | Line 10: | ||
font-weight: bold; | font-weight: bold; | ||
color: white; | color: white; | ||
} | } | ||
Line 53: | Line 18: | ||
vertical-align: middle; | vertical-align: middle; | ||
padding: 0 5px; | padding: 0 5px; | ||
} | |||
} | .accepts-provides { max-width: unset; } | ||
.quantity { margin-top: 5px; } | |||
.colon { font-size: 24px; } | |||
.plus { font-size: 36px; } |
Revision as of 13:57, 13 January 2022
/* External stylesheet intended for ease of maintenance with the following templates: - Template:Recipe */ .recipe-wrapper { min-height: 75px; font-size: 16px; font-weight: bold; color: white; } .block { display: inline-block; max-width: 64px; text-align: center; vertical-align: middle; padding: 0 5px; } .accepts-provides { max-width: unset; } .quantity { margin-top: 5px; } .colon { font-size: 24px; } .plus { font-size: 36px; }