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

From Captain of Industry Wiki
Jump to: navigation, search
(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; }")
 
(add wrapping of elements)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* External stylesheet intended for ease of maintenance with the following templates:
/* External stylesheet intended for ease of maintenance with the following templates:


   - Template:Recipe
   - Template:Machine_Recipe


*/
*/


.recipe-wrapper {
.recipe-wrapper2 {
   min-height: 50px;
   min-height: 40px;
   font-size: 16px;
   font-size: 12px;
   font-weight: bold;
   font-weight: bold;
   color: white;
   color: white;
  white-space: normal;
}
}



Latest revision as of 20:07, 28 February 2023

/* External stylesheet intended for ease of maintenance with the following templates:

   - Template:Machine_Recipe

*/

.recipe-wrapper2 {
  min-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  white-space: normal;
}

.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; }