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

Материал из Space Station 14 Вики
мНет описания правки
Нет описания правки
Строка 1: Строка 1:
<div class="frame__container">
<div class="frame__container" style="
<div class="frame__content">{{{content}}}</div>
</div>
<!-- CSS -->
<div class="customCSS" style="display:none">
.frame__container {
margin: {{{margin|2px}}};
margin: {{{margin|2px}}};
text-align: {{{text-align|left}}};
text-align: {{{text-align|left}}};
Строка 11: Строка 6:
border-radius: {{{border-radius|0.55em}}};
border-radius: {{{border-radius|0.55em}}};
border: 2px solid {{{border-color|#141414}}};
border: 2px solid {{{border-color|#141414}}};
">
<div class="frame__content" style="
color: {{{color|lightgrey}}};
font-size: {{{font-size|1em}}};
font-weight: {{{font-weight|500}}};
">{{{content}}}</div>
</div>
<!-- Не изменяемый CSS -->
<div class="customCSS" style="display:none">
.frame__container {
}
}
.frame__content {
.frame__content {
margin: 0;
margin: 0;
color: {{{color|lightgrey}}};
font-size: {{{font-size|1em}}};
font-weight: {{{font-weight|500}}};
}
}
</div>
</div>

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

{{{content}}}