Шаблон:ColoredTextFrame: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
Строка 1: | Строка 1: | ||
<div class="frame-text" | <div class="сolored-frame-text" | ||
style=" | style=" | ||
margin:{{{margin|12px 0}}}; | margin:{{{margin|12px 0}}}; | ||
Строка 9: | Строка 9: | ||
--lightness-threshold:{{{lightness-threshold|0.1}}}; | --lightness-threshold:{{{lightness-threshold|0.1}}}; | ||
> | > | ||
{{#if:{{{title|}}}|<div class="frame-text__header">{{{title}}}</div>|}} | {{#if:{{{title|}}}|<div class="сolored-frame-text__header">{{{title}}}</div>|}} | ||
<div class="frame-text__content list-reset-margin">{{{content}}}</div> | <div class="сolored-frame-text__content list-reset-margin">{{{content}}}</div> | ||
</div><!-- | </div><!-- | ||
Строка 21: | Строка 21: | ||
} | } | ||
.frame-text { | .сolored-frame-text { | ||
display: block; | display: block; | ||
padding: 6px 8px; | padding: 6px 8px; | ||
border: 1px solid transparent; | border: 1px solid transparent; | ||
border-radius: 0. | border-radius: 0.5em; | ||
background: rgba(var(--label-r), var(--label-g), var(--label-b), var(--background-alpha)); | background: rgba(var(--label-r), var(--label-g), var(--label-b), var(--background-alpha)); | ||
Строка 31: | Строка 31: | ||
} | } | ||
.frame-text__header { | .сolored-frame-text__header { | ||
font-weight: bold; | font-weight: bold; | ||
font-family: "noto sans"; | font-family: "noto sans"; | ||
Строка 43: | Строка 43: | ||
} | } | ||
.frame-text__content { | .сolored-frame-text__content { | ||
color: lightgray; | color: lightgray; | ||
} | } | ||
}} | }} |
Версия от 22:52, 16 января 2025
{{{content}}}