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

Материал из Space Station 14 Вики
мНет описания правки
мНет описания правки
 
(не показано 12 промежуточных версий этого же участника)
Строка 1: Строка 1:
<div class="frame-text"  
<div class="сolored-frame-text"  
style="
style="
margin:{{{margin|12px 0}}};
margin:{{{margin|12px 0}}};
Строка 7: Строка 7:
--background-alpha:{{{background-alpha|0.1}}};
--background-alpha:{{{background-alpha|0.1}}};
--border-alpha:{{{border-alpha|0.1}}};
--border-alpha:{{{border-alpha|0.1}}};
--lightness-threshold:{{{lightness-threshold|0.3}}};
--lightness-threshold:{{{lightness-threshold|0.1}}};
>
>
<div class="frame-text__header">{{{title}}}</div>
{{#if:{{{title|}}}|<div class="сolored-frame-text__header">{{Anchor|{{{title}}}}}{{{title}}}</div>|}}
<div class="frame-text__content">{{{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;
    font-size: 15px;
     padding: 6px 8px;
     padding: 6px 8px;
     border: 1px solid transparent;
     border: 1px solid transparent;
     border-radius: 0.4em;
     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));
Строка 32: Строка 31:
}
}


.frame-text ol {
.сolored-frame-text__header {
     margin: 0.3em 0 0 1.5em;
     font-size: 15px;
}
 
.frame-text__header {
     font-weight: bold;
     font-weight: bold;
     font-family: "noto sans";
     font-family: "noto sans";
     margin-bottom: 2px;
     margin-bottom: 4px;
   
     color: rgba(
     color: rgba(
         calc(var(--label-r) + var(--lighten-by)),  
         calc(var(--label-r) + var(--lighten-by)),  
Строка 48: Строка 45:
}
}


.frame-text__content {
.сolored-frame-text__content {
     color: lightgray;
     color: lightgray;
}
.frame-text__content li {
margin-top: {{{margin-li|6px}}};
}
}
}}
}}

Текущая версия от 22:32, 17 января 2025

{{{content}}}