Template:Machine Recipe/styles.css

From Captain of Industry Wiki
< Template:Machine Recipe
Revision as of 21:33, 14 January 2022 by ABravePanda (talk | contribs) (Created page with "→‎External stylesheet intended for ease of maintenance with the following templates: - Template:Recipe: .recipe-wrapper { min-height: 50px; 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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* External stylesheet intended for ease of maintenance with the following templates:

   - Template:Recipe

*/

.recipe-wrapper {
  min-height: 50px;
  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; }