MediaWiki:Test.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Метка: отменено
Нет описания правки
Метка: отменено
Строка 40: Строка 40:
   font-size: 12px;
   font-size: 12px;
   width: 12em;
   width: 12em;
}
.chem-recipe img {
  width: 32px;
  height: 32px;
  margin-right: 0.3em;
}
}



Версия от 01:35, 9 сентября 2025

.chem-card {
  border: 2px solid black;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  margin-bottom: 1em;
  font-family: sans-serif;
}

.chem-card .chem-header {
  font-weight: 500;
  background-color: #75B1F0;
  color: #000;
  padding: 0.2em 0.5em;
}

.chem-card .chem-description {
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.5;
}

.chem-recipes {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.chem-recipe-row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.chem-recipe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #27272e;
  padding: 0 0.5em;
  font-size: 12px;
  width: 12em;
}

.chem-toggle {
  cursor: pointer;
  font-weight: bold;
  margin: 0.2em 0;
}