Шаблон:ModernFrame/СollapsibleFrame: различия между версиями

Материал из Space Station 14 Вики
мНет описания правки
мНет описания правки
 
(не показана 1 промежуточная версия этого же участника)
Строка 10: Строка 10:
|border-color    = {{{border-color|#505061}}}
|border-color    = {{{border-color|#505061}}}
|content          =  
|content          =  
<div class="modern-frame--collapsible">
<div class="modern-frame--collapsible-frame">
<div class="mw-collapsible mw-collapsed modern-frame--collapsible__sub-title">
<div class="mw-collapsible mw-collapsed modern-frame--collapsible-frame__sub-title">
{{{sub-title}}}
{{{sub-title}}}
<div class="mw-collapsible-content modern-frame--collapsible__content">{{{content}}}</div>
<div class="mw-collapsible-content modern-frame--collapsible-frame__content">{{{content}}}</div>
</div>
</div>
</div>
</div>
}}<!--
}}<!--
-->{{#css:
-->{{#css:
.modern-frame--collapsible p {
.modern-frame--collapsible-frame p {
     margin: 0;
     margin: 0;
}
}


.modern-frame--collapsible .mw-collapsible span {
.modern-frame--collapsible-frame .mw-collapsible span {
     position: relative;
     position: relative;
     right: 0;
     right: 0;
Строка 30: Строка 30:
}
}


.modern-frame--collapsible {
.modern-frame--collapsible-frame {
     background: #232329ef;
     background: #232329ef;
     border-radius: 0.5em;
     border-radius: 0.5em;
Строка 38: Строка 38:
}
}


.modern-frame--collapsible__content {
.modern-frame--collapsible-frame__content {
     margin-top: 16px;
     margin-top: 16px;
}
}
}}
}}

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

{{{title}}}

{{{sub-title}}}

{{{content}}}