Template:Machine Recipe/styles.css: Difference between revisions
From Captain of Industry Wiki
ABravePanda (talk | contribs) No edit summary |
ABravePanda (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
.recipe-wrapper2 { | .recipe-wrapper2 { | ||
min-height: 50px; | min-height: 50px; | ||
font-size: | font-size: 12px; | ||
font-weight: bold; | font-weight: bold; | ||
color: white; | color: white; | ||
Revision as of 23:47, 14 January 2022
/* External stylesheet intended for ease of maintenance with the following templates:
- Template:Machine_Recipe
*/
.recipe-wrapper2 {
min-height: 50px;
font-size: 12px;
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; }