Dantes (обсуждение | вклад) Нет описания правки Метка: отменено |
Dantes (обсуждение | вклад) Нет описания правки Метка: отменено |
||
| Строка 1: | Строка 1: | ||
.chem- | .chem-recipe { | ||
border: 1px solid #888; | |||
border-radius: 5px; | |||
margin: 5px 0; | |||
padding: 5px; | |||
background: #f9f9f9; | |||
font-family: sans-serif; | |||
} | } | ||
.chem-recipe- | .chem-recipe-title { | ||
font-weight: bold; | |||
cursor: pointer; | |||
padding: 3px; | |||
background: #ddd; | |||
border-radius: 3px; | |||
} | } | ||
.chem-recipe { | .chem-recipe-content { | ||
display: none; | |||
margin-top: 5px; | |||
padding-left: 10px; | |||
} | } | ||
.chem- | .chem-ingredient { | ||
margin-left: 10px; | |||
} | } | ||
Версия от 01:42, 9 сентября 2025
.chem-recipe {
border: 1px solid #888;
border-radius: 5px;
margin: 5px 0;
padding: 5px;
background: #f9f9f9;
font-family: sans-serif;
}
.chem-recipe-title {
font-weight: bold;
cursor: pointer;
padding: 3px;
background: #ddd;
border-radius: 3px;
}
.chem-recipe-content {
display: none;
margin-top: 5px;
padding-left: 10px;
}
.chem-ingredient {
margin-left: 10px;
}