Участник: TFMB: различия между версиями
Материал из Vanilla Station
TFMB (обсуждение | вклад) Нет описания правки |
TFMB (обсуждение | вклад) Нет описания правки |
||
Строка 31: | Строка 31: | ||
} | } | ||
.mw-collapsed{ | .mw-collapsed{ | ||
order: 2; | |||
display: | display: flex; | ||
flex-wrap: wrap; | |||
} | } | ||
.extendedcontainer{ | .extendedcontainer{ | ||
Строка 40: | Строка 40: | ||
align-items: center; | align-items: center; | ||
justify-content: center;} | justify-content: center;} | ||
.h3{ | |||
width: 60%;font-size: 1.1em !important;padding: 5px 15px; | |||
} | |||
.h3:hover{ | |||
width: 62%; | |||
} | |||
.h2{ | |||
width: 70%;font-size: 1.4em !important;padding: 5px 15px; | |||
} | |||
.h2:hover{ | |||
width:72% | |||
} | |||
.colapsibletext:has(*:target) { | .colapsibletext:has(*:target) { | ||
transition:none; | transition:none; | ||
} | } | ||
.mw-headline{ | .mw-headline{ | ||
width:60%; | order: 2; | ||
width: 60%; | |||
display: flex; | |||
} | } | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
. | .colapserbtn{ | ||
width:100% !important; | width:100% !important; | ||
} | } | ||
Строка 58: | Строка 71: | ||
<h2 class="extendedcontainer"> | <h2 class="extendedcontainer"> | ||
<div class="mw-collapsible mw-collapsed colapsibletext" id="mw-customcollapsible-{{{id|myid}}}">{{{2}}}</div> | <div class="mw-collapsible mw-collapsed colapsibletext" id="mw-customcollapsible-{{{id|myid}}}">{{{2}}}</div> | ||
<div class="mw-customtoggle-{{{id|myid}}} colapserbtn">{{{1}}}</div> | <div class="mw-customtoggle-{{{id|myid}}} colapserbtn {{#switch:{{{3|h3}}}|h2=h2|h3=h3}}">{{{1}}}</div> | ||
</h2> | </h2> |