Шаблон:FlatCardWithHeader: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
(не показано 10 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
<div class=" | <div class="flat-card-with-header" style="background-color:{{{background-color|#ffffff}}}{{{transparency|05}}};margin:{{{margin|16px 0px}}};> | ||
{{#if:{{{title|}}}| | {{#if:{{{title|}}}| | ||
<div class=" | <div class="flat-card-with-header__header" style="background-color:{{{background-color|#303039}}}> | ||
{{#if:{{{picture|}}}|<div class=" | {{#if:{{{picture|}}}|<div class="flat-card-with-header__header-img">[[файл:{{{picture|BikeHorn.png}}}|{{{pixel|32x32px}}}|link=]]</div>}} | ||
<div style="margin-left: | <div style="margin-left:4px;">'''{{{title}}}'''</div> | ||
</div> | </div> | ||
}} | }} | ||
<div class=" | <div class="flat-card-with-header__content no-margin-edges" style="padding:{{{padding|8px}}};{{{style}}}>{{{content}}}</div></div><!-- | ||
-->{{#css: | -->{{#css: | ||
. | .flat-card-with-header { | ||
border-radius: 0.4em; | border-radius: 0.4em; | ||
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); | box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); | ||
} | } | ||
. | .flat-card-with-header__header { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
font-family: "noto sans"; | font-family: "noto sans"; | ||
text-align: left; | text-align: left; | ||
padding: 4px; | padding: 4px; | ||
border: 1px solid # | border: 1px solid #ffffff0с; | ||
border-bottom: 3px solid #00000045 !important; | border-bottom: 3px solid #00000045 !important; | ||
border-radius: 0.4em | border-radius: 0.4em; | ||
} | } | ||
. | .flat-card-with-header__header-img { | ||
background: #00000027; | background: #00000027; | ||
padding: 2px; | padding: 2px; | ||
Строка 33: | Строка 31: | ||
} | } | ||
. | .flat-card-with-header__content { | ||
} | } | ||
. | .flat-card-with-header__content::-webkit-scrollbar { width: 10px; } | ||
. | .flat-card-with-header__content::-webkit-scrollbar-track { background: #2c2c33; } | ||
. | .flat-card-with-header__content::-webkit-scrollbar-thumb { background: #44444d; border: 2px solid #2c2c33; border-radius: 0; } | ||
}} | }} |
Текущая версия от 13:57, 4 января 2025
{{{content}}}