Шаблон:PageGasFrame/styles.css: различия между версиями

Отмена версии 12556, сделанной Index (обсуждение)
Метка: отмена
Нет описания правки
Строка 1: Строка 1:
.pagegasframe {
.gas-card {
overflow: hidden;
  background: var(--tmp-25);
display: flex;
  border-radius: 10px;
flex-direction: column;
  border: 2px solid var(--tmp-25);
background-color: var(--tmp-10);
  box-shadow: 0 4px 12px var(--tmp-25);
box-shadow: var(--template-shadow--small) -1px var(--tmp-50);
  padding: 1.25rem;
border-radius: var(--border-radius-medium);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
}


.pagegasframe hr {
.gas-card__images {
margin: 0.5rem 0;
  display: flex;
background-color: var(--tmp-25);
  justify-content: center;
  gap: 0.75rem;
}
}


.pagegasframe-header {
.gas-card__name {
display: flex;
  font-size: 1.2rem;
align-items: center;
  margin: 0;
min-height: 1.75rem;
  text-align: center;
gap: 0.5rem;
padding: 2px 0.5rem 0;
background-color: var(--tmp-75);
color: var(--color-white);
border-bottom: 2px solid hsl(from var(--tmp-100) h s calc(l + 5));
}
}


.pagegasframe-content {
.gas-card__params {
padding: 0.5rem;
  list-style: none;
border: 1px solid var(--tmp-25);
  padding: 0;
border-top: unset;
  margin: 0px 0px 0px 0px !important;
border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
}
 
.gas-card__params li {
  display: flex;
  justify-content: space-between;
}
 
.gas-card__params span {
  font-weight: bold;
}
}

Версия от 10:20, 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__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;
}