Dantes (обсуждение | вклад) Нет описания правки |
Dantes (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
/* В медиавики: Common.css */ | |||
.alchemy-card { | .alchemy-card { | ||
border: 1px solid #a2a9b1; | |||
padding: 10px; | |||
margin-bottom: 15px; | |||
border-radius: 5px; | |||
background-color: #f8f9fa; | |||
} | } | ||
.alchemy-title { | .alchemy-title { | ||
font-size: 1.2em; | |||
font-weight: bold; | |||
margin-bottom: 10px; | |||
border-bottom: 1px solid #aaa; | |||
padding-bottom: 5px; | |||
} | } | ||
.alchemy- | |||
details.alchemy-collapsible { | |||
margin-bottom: 8px; | |||
} | } | ||
.collapsible- | |||
details.alchemy-collapsible > summary { | |||
cursor: pointer; | |||
font-weight: bold; | |||
padding: 5px; | |||
background-color: #eaecf0; | |||
border-radius: 3px; | |||
} | } | ||
.collapsible | |||
details.alchemy-collapsible[open] > summary { | |||
background-color: #d8eafc; | |||
} | } | ||
.reagent-item { | .reagent-item { | ||
margin: 3px 0; | |||
padding-left: 5px; | |||
} | } | ||
.method { | .method { | ||
margin-top: 8px; | |||
font-style: italic; | |||
} | } | ||
Версия от 10:56, 22 июня 2025
/* В медиавики: Common.css */
.alchemy-card {
border: 1px solid #a2a9b1;
padding: 10px;
margin-bottom: 15px;
border-radius: 5px;
background-color: #f8f9fa;
}
.alchemy-title {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
border-bottom: 1px solid #aaa;
padding-bottom: 5px;
}
details.alchemy-collapsible {
margin-bottom: 8px;
}
details.alchemy-collapsible > summary {
cursor: pointer;
font-weight: bold;
padding: 5px;
background-color: #eaecf0;
border-radius: 3px;
}
details.alchemy-collapsible[open] > summary {
background-color: #d8eafc;
}
.reagent-item {
margin: 3px 0;
padding-left: 5px;
}
.method {
margin-top: 8px;
font-style: italic;
}