Template:Recipe draw/styles.css: Difference between revisions
From Captain of Industry Wiki
Thadius856 (talk | contribs) 2nd cleanup |
Thadius856 (talk | contribs) +max-width to keep things stacked |
||
| Line 16: | Line 16: | ||
.item { | .item { | ||
max-width: 64px; | |||
text-align: center; | text-align: center; | ||
vertical-align: top; | vertical-align: top; | ||
Revision as of 13:12, 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: top;
}
.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: text-top;
}
.arrow {
margin-top: 15px;
width: 50px;
text-align: center;
}
.arrow2 {
height: 45px;
text-align: center;
display: inline-block;
font-size: 10pt;
}
.plus {
font-size: 18px;
width: 20px;
text-align: center;
vertical-align: bottom;
}