Шаблон:RulesBox: различия между версиями

Материал из Space Station 14 Вики
мНет описания правки
мНет описания правки
Строка 22: Строка 22:
border-radius: 0.3em;
border-radius: 0.3em;
box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
transition: background-color 0.3s ease, box-shadow 0.3s ease;
transition: background 0.3s ease, box-shadow 0.3s ease;
}
}
.rules__block:hover {
.rules__block:hover {
Строка 55: Строка 55:
padding: 12px;
padding: 12px;
border-radius: 0.3em;
border-radius: 0.3em;
background-color: #303038;
background: #303038;
border-left: 4px solid #494953;
border-left: 4px solid #494953;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease;
transition: background 0.3s ease;
}
}
.rules__container--addition:hover {
.rules__container--addition:hover {
background-color: #33333b;
background: #33333b;
}
}
.rules__content--addition {
.rules__content--addition {
Строка 89: Строка 89:
}
}
.rules__container--addition:hover {
.rules__container--addition:hover {
background-color: #33333b;
background: #33333b;
}
.rules__block:hover {
background: #27272e;
box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
}
}
.mw-collapsible-toggle {
.mw-collapsible-toggle {

Версия от 18:13, 24 июля 2024

{{{title}}}
{{{content}}}
{{{title-addition}}}
{{{content-addition}}}