Шаблон:ElectricPowerDescriptionGenerators/styles.css

Версия от 11:19, 24 января 2026; Index (обсуждение | вклад) (Новая страница: «.score-container { display: flex; flex-flow: row wrap; justify-content: space-evenly; column-gap: 4px; } .score-item { flex: 1 0 200px; width: 100%; padding: 0.25em 0.5em; border-radius: calc(1rem * 0.25); } #score-plus { background: var(--green-transparent); border: 2px solid var(--green-light); } #score-minus { background: var(--red-transparent); border: 2px solid var(--red-light); }»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.score-container {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-evenly;
 column-gap: 4px;
}
.score-item {
 flex: 1 0 200px;
 width: 100%;
 padding: 0.25em 0.5em;
 border-radius: calc(1rem * 0.25);
}
#score-plus {
 background: var(--green-transparent);
 border: 2px solid var(--green-light);
}
#score-minus {
 background: var(--red-transparent);
 border: 2px solid var(--red-light);
}