Mediawiki:common.css
| Строка 76: | Строка 76: | ||
max-height: 3000px; | max-height: 3000px; | ||
} | } | ||
.chem-recipe-block { | .chem-recipe-block, | ||
.chem-effects-block { | |||
text-align: center; | text-align: center; | ||
} | } | ||
.chem-recipe-steps | .chem-recipe-steps, | ||
.chem-effects { | .chem-effects { | ||
padding: 12px 16px 24px; | padding: 12px 16px 24px; | ||
| Строка 96: | Строка 95: | ||
.chem-recipe { | .chem-recipe { | ||
width: 100%; | width: 100%; | ||
max-width: | max-width: 780px; | ||
margin: 20px auto; | margin: 20px auto; | ||
display: flex; | display: flex; | ||
| Строка 114: | Строка 113: | ||
} | } | ||
.recipe-action { | .recipe-action { | ||
flex: 0 0 | flex: 0 0 160px; | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
| Строка 120: | Строка 119: | ||
justify-content: center; | justify-content: center; | ||
gap: 8px; | gap: 8px; | ||
padding: | padding: 12px 0; | ||
} | } | ||
.recipe-action-content { | .recipe-action-content { | ||
| Строка 149: | Строка 148: | ||
.action-sprite .chem-reagent-icon, | .action-sprite .chem-reagent-icon, | ||
.action-sprite .chem-beaker { | .action-sprite .chem-beaker { | ||
width: | width: 46px; | ||
height: | height: 46px; | ||
} | } | ||
.action-text { | .action-text { | ||
| Строка 157: | Строка 156: | ||
font-style: italic; | font-style: italic; | ||
font-size: 15px; | font-size: 15px; | ||
line-height: 1. | line-height: 1.3; | ||
} | } | ||
.chem-effects .chem-effect-line { | .chem-effects .chem-effect-line { | ||