Difference between revisions of "Template:Recipe draw/styles.css"
From Captain of Industry Wiki
Thadius856 (talk | contribs) (better v-align) |
Thadius856 (talk | contribs) (delete arrow2 class, simplify arrow class) |
||
Line 39: | Line 39: | ||
.arrow { | .arrow { | ||
width: 50px; | width: 50px; | ||
text-align: center; | text-align: center; | ||
vertical-align: middle; | |||
} | } | ||
Revision as of 13:22, 13 January 2022
/* External stylesheet intended for ease of maintenance with the following templates: - Template:Recipe */ .recipe-wrapper { min-height: 75px; font-size: 14px; font-weight: bold; } .ib { display: inline-block; } .item { max-width: 64px; text-align: center; vertical-align: middle; } .accepts-provides { text-align: center; vertical-align: middle; padding: 0 10px; } .quantity { margin-top: 5px; } .colon { font-size: 18px; width: 15px; text-align: center; vertical-align: middle; } .arrow { width: 50px; text-align: center; vertical-align: middle; } .plus { font-size: 18px; width: 20px; text-align: center; vertical-align: middle; }