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

Материал из Space Station 14 Вики
Нет описания правки
мНет описания правки
Строка 13: Строка 13:
<div class="customCSS" style="display:none">
<div class="customCSS" style="display:none">
.rules__block {
.rules__block {
position: relative;
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
Строка 22: Строка 23:
border-radius: 0.3em;
border-radius: 0.3em;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
position: relative; /* добавляем позиционирование для родительского элемента */
}
}
.rules__block li {
.rules__block li {
Строка 31: Строка 31:
}
}
.rules__container {
.rules__container {
width: 75%;
 
}
}
.rules__title {
.rules__title {
Строка 44: Строка 44:
}
}
.rules__container--addition {
.rules__container--addition {
position: absolute;
top: 0;
right: 0;
width: 20%;
padding: 12px;
padding: 12px;
border-radius: 0.3em;
border-radius: 0.3em;
background-color: #303038;
background-color: #303038;
position: absolute;
top: 0;
right: 0;
width: 25%;
border-left: 4px solid #494953;
border-left: 4px solid #494953;
}
}
</div>
</div>

Версия от 16:03, 21 июля 2024

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