Template:Recipe draw/styles.css

From Captain of Industry Wiki
< Template:Recipe draw
Revision as of 13:49, 13 January 2022 by Thadius856 (talk | contribs) (More slimming down (test))
Jump to: navigation, search
/* External stylesheet intended for ease of maintenance with the following templates:

   - Template:Recipe

*/

.recipe-wrapper {
  min-height: 75px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.ib {
  display: inline-block;
}

.item {
  max-width: 64px;
}

.accepts-provides {
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
}

.quantity {
  margin-top: 5px;
}

.colon {
  font-size: 24px;
}

.arrow {
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
}

.plus {
  font-size: 36px;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
}

.block {
  display: inline-block;
  max-width: 64px;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;

}