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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
.chem-recipe {
.role-block {
   margin-bottom: 1em;
   padding: 10px;
   border-radius: 10px;
   border-radius: 10px;
   background-color: #1e1e1e;
   margin-bottom: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
   color: white;
   overflow: hidden;
}
}


.chem-header {
.role-gradient {
   padding: 0.8em 1em;
   height: 12px;
   font-size: 1.2em;
   margin: 0;
   font-weight: bold;
   padding: 0;
  background-color: #2e2e2e;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
}


.chem-content {
#command      { display: none; }
  padding: 1em;
#legal        { display: none; }
  background-color: #262626;
#security    { display: none; }
  color: #ddd;
#prison      { display: none; }
}
#med          { display: none; }
 
#sci          { display: none; }
.chem-mixrow {
#eng          { display: none; }
  display: flex;
#supply      { display: none; }
  align-items: center;
#service      { display: none; }
  justify-content: center;
#antags      { display: none; }
  gap: 1.5em;
#free-antags  { display: none; }
  padding: 0.5em 0;
#wildlife    { display: none; }
}
#cc          { display: none; }
 
#specops      { display: none; }
.chem-column.inputs p {
#synthetics   { display: none; }
  margin: 0.2em 0;
#ghost        { display: none; }
  text-align: left;
}
 
.chem-column {
  flex: 1;
  text-align: center;
}
 
.chem-column.beaker img {
  height: 32px;
  image-rendering: pixelated;
}
 
.chem-column.output {
  font-weight: bold;
  color: #b2ffb2;
}
 
.chem-effects {
  margin-top: 0.5em;
  padding-left: 1.2em;
}
 
.chem-recipe hr {
  border: none;
  border-top: 1px solid #444;
   margin: 0.6em 0;
}
 
/* Индивидуальные цвета */
.chem-zombieacid .chem-header { background-color: #228b22; }

Версия от 20:22, 20 апреля 2025

.role-block {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 0;
  color: white;
}

.role-gradient {
  height: 12px;
  margin: 0;
  padding: 0;
}

#command      { display: none; }
#legal        { display: none; }
#security     { display: none; }
#prison       { display: none; }
#med          { display: none; }
#sci          { display: none; }
#eng          { display: none; }
#supply       { display: none; }
#service      { display: none; }
#antags       { display: none; }
#free-antags  { display: none; }
#wildlife     { display: none; }
#cc           { display: none; }
#specops      { display: none; }
#synthetics   { display: none; }
#ghost        { display: none; }