Template:Recipe draw/styles.css: Difference between revisions
From Captain of Industry Wiki
Thadius856 (talk | contribs) overhaul for "/ 60" support |
Thadius856 (talk | contribs) m fix vertical alignment of clocks |
||
| Line 36: | Line 36: | ||
.plus { font-size: 36px; } | .plus { font-size: 36px; } | ||
.blue { color: rgba(106,205,253,1); } | .blue { color: rgba(106,205,253,1); } | ||
.upper > img, .lower > img { margin-top: -3px; } | |||
Revision as of 22:25, 16 January 2022
/* External stylesheet intended for ease of maintenance with the following templates:
- Template:Recipe
*/
.recipe-wrapper {
display: table;
min-height: 75px;
margin: 7px;
padding: 4px 18px;
color: rgba(255,255,255,1);
background-color: rgba(34,34,34,1);
border: 2px solid rgba(128,128,128,1);
font-size: 15px;
font-weight: bold;
}
.block {
display: inline-block;
max-width: 64px;
text-align: center;
vertical-align: middle;
padding: 0 5px;
}
.time {
padding: 0 15px;
font-weight: normal;
}
.accepts-provides { max-width: unset; }
.upper { padding-bottom: 5px; }
.lower { padding-top: 5px; }
.colon { font-size: 24px; }
.plus { font-size: 36px; }
.blue { color: rgba(106,205,253,1); }
.upper > img, .lower > img { margin-top: -3px; }