Dantes (обсуждение | вклад) Нет описания правки |
Dantes (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
.alchemy-card { | |||
background: #1c1f24; | |||
border: 1px solid #444; | |||
border-radius: 8px; | border-radius: 8px; | ||
padding | padding: 0.5em; | ||
width: max-content; | |||
width: | max-width: 400px; | ||
color: #ddd; | |||
font-family: sans-serif; | |||
} | } | ||
.alchemy-title { | |||
. | background: #c2a85d; | ||
color: black; | |||
font-weight: bold; | font-weight: bold; | ||
padding: 4px 8px; | |||
border-radius: 4px; | |||
} | } | ||
.alchemy-section { | |||
.section | margin-top: 0.5em; | ||
} | } | ||
.collapsible-container { | |||
. | margin-top: 4px; | ||
} | } | ||
.collapsible-header { | |||
. | background: #2a2d33; | ||
padding: 4px; | |||
font-weight: bold; | |||
cursor: pointer; | |||
user-select: none; | |||
border-radius: 4px; | |||
} | } | ||
.collapsible-body { | |||
. | padding: 4px; | ||
background: #2f3239; | |||
margin-top: 2px; | |||
border-radius: 4px; | |||
} | } | ||
.collapsed { | |||
. | |||
display: none; | display: none; | ||
} | } | ||
.reagent-item { | |||
margin-left: 8px; | |||
. | |||
margin- | |||
} | } | ||
.reagent { | |||
. | color: #6cf; | ||
} | } | ||
.qty { | |||
. | color: #ccc; | ||
color: # | |||
} | } | ||
.method { | |||
. | margin-top: 4px; | ||
font-style: italic; | font-style: italic; | ||
color: #aaa; | |||
color: # | |||
} | } | ||
Версия от 10:30, 22 июня 2025
.alchemy-card {
background: #1c1f24;
border: 1px solid #444;
border-radius: 8px;
padding: 0.5em;
width: max-content;
max-width: 400px;
color: #ddd;
font-family: sans-serif;
}
.alchemy-title {
background: #c2a85d;
color: black;
font-weight: bold;
padding: 4px 8px;
border-radius: 4px;
}
.alchemy-section {
margin-top: 0.5em;
}
.collapsible-container {
margin-top: 4px;
}
.collapsible-header {
background: #2a2d33;
padding: 4px;
font-weight: bold;
cursor: pointer;
user-select: none;
border-radius: 4px;
}
.collapsible-body {
padding: 4px;
background: #2f3239;
margin-top: 2px;
border-radius: 4px;
}
.collapsed {
display: none;
}
.reagent-item {
margin-left: 8px;
}
.reagent {
color: #6cf;
}
.qty {
color: #ccc;
}
.method {
margin-top: 4px;
font-style: italic;
color: #aaa;
}