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

Материал из Space Station 14 Вики
мНет описания правки
мНет описания правки
Строка 22: Строка 22:
justify-content: space-between;
justify-content: space-between;
text-align: left;
text-align: left;
background-color: #282831;
background-color: {{{background-color|#282831}}};
border-radius: 0.3em;
border-radius: 0.3em;
box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
transition: background 0.3s ease, box-shadow 0.3s ease;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
}
.rules__block:hover {
.rules__block:hover {
background: #2b2b35;
background-color: {{{background-color|#2b2b35}}};
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
}
Строка 58: Строка 58:
padding: 12px;
padding: 12px;
border-radius: 0.3em;
border-radius: 0.3em;
background: #34343f;
background-color: #34343f;
border-left: 4px solid #434353;
border-left: 4px solid #434353;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
transition: background 0.3s ease;
transition: background-color 0.3s ease;
}
}
.rules__content--addition {
.rules__content--addition {
Строка 89: Строка 89:
}
}
.rules__container--addition:hover {
.rules__container--addition:hover {
background: #33333b;
background-color: #33333b;
}
}
.rules__block:hover {
.rules__block:hover {
background: #27272e;
background-color: #27272e;
box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
}
}

Версия от 03:25, 26 сентября 2024