Difference between revisions of "Template:Recipe draw/styles.css"

From Captain of Industry Wiki
Jump to: navigation, search
(+accepts/provides block)
(1st clean-up)
Line 15: Line 15:
}
}


.building-container {
.building {
   max-width: 64px;
   max-width: 64px;
   max-height: 64px;
   max-height: 64px;
Line 22: Line 22:
}
}


.material-container {
.material {
   max-width: 48px;
   max-width: 48px;
   max-height: 48px;
   max-height: 48px;
Line 37: Line 37:
}
}


.quantity-container {
.quantity {
   margin-top: 5px;
   margin-top: 5px;
}
}

Revision as of 13:05, 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;
}

.inline-block {
  display: inline-block;
}

.building {
  max-width: 64px;
  max-height: 64px;
  text-align: center;
  vertical-align: top;
}

.material {
  max-width: 48px;
  max-height: 48px;
  text-align: center;
  vertical-align:top;
}

.accepts-provides {
  max-width: 64px;
  max-height: 64px;
  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;
}