Шаблон:PageGasFrame/styles.css: различия между версиями
Index (обсуждение | вклад) Новая страница: «.pageframe { overflow: hidden; display: flex; flex-direction: column; background-color: var(--tmp-10); box-shadow: var(--template-shadow--small) -1px var(--tmp-50); border-radius: var(--border-radius-medium); } .pageframe hr { margin: 0.5rem 0; background-color: var(--tmp-25); } .pageframe-header { display: flex; align-items: center; min-height: 1.75rem; gap: 0.5rem; padding: 2px 0.5rem 0; background-color: var(--tmp-75); color: var(--color-...» |
Index (обсуждение | вклад) Нет описания правки |
||
| (не показано 10 промежуточных версий этого же участника) | |||
| Строка 1: | Строка 1: | ||
. | .gas-card { | ||
background: var(--tmp-25); | |||
border-radius: 10px; | |||
border: 2px solid var(--tmp-25); | |||
box-shadow: 0 4px 12px var(--tmp-25); | |||
padding: 1.25rem; | |||
display: flex; | |||
flex-direction: column; | |||
gap: 0.75rem; | |||
} | } | ||
. | .gas-card__header { | ||
padding: 1.25rem 1.25rem 0rem 1.25rem; | |||
background: var(--tmp-50); | |||
margin: -1.25rem -1.25rem 0 -1.25rem; | |||
border-radius: 8px; | |||
} | } | ||
. | .gas-card__images { | ||
display: flex; | |||
justify-content: center; | |||
gap: 0.75rem; | |||
} | } | ||
. | .gas-card__name { | ||
font-size: 1.2rem; | |||
margin: 0; | |||
text-align: center; | |||
} | } | ||
. | .gas-card__params { | ||
list-style: none; | |||
padding: 0; | |||
margin: 0px 0px 0px 0px !important; | |||
} | } | ||
. | .gas-card__params li { | ||
display: flex; | |||
justify-content: space-between; | |||
} | |||
.gas-card__params span { | |||
font-weight: bold; | |||
} | } | ||
Текущая версия от 14:17, 14 мая 2026
.gas-card {
background: var(--tmp-25);
border-radius: 10px;
border: 2px solid var(--tmp-25);
box-shadow: 0 4px 12px var(--tmp-25);
padding: 1.25rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.gas-card__header {
padding: 1.25rem 1.25rem 0rem 1.25rem;
background: var(--tmp-50);
margin: -1.25rem -1.25rem 0 -1.25rem;
border-radius: 8px;
}
.gas-card__images {
display: flex;
justify-content: center;
gap: 0.75rem;
}
.gas-card__name {
font-size: 1.2rem;
margin: 0;
text-align: center;
}
.gas-card__params {
list-style: none;
padding: 0;
margin: 0px 0px 0px 0px !important;
}
.gas-card__params li {
display: flex;
justify-content: space-between;
}
.gas-card__params span {
font-weight: bold;
}