Участник: TFMB: различия между версиями
Материал из Vanilla Station
TFMB (обсуждение | вклад) Нет описания правки |
TFMB (обсуждение | вклад) Нет описания правки |
||
(не показано 8 промежуточных версий этого же участника) | |||
Строка 11: | Строка 11: | ||
width:100%; | width:100%; | ||
} | } | ||
. | .mw-headline:before{order:1;} | ||
. | .mw-headline:after{order:3;} | ||
. | .mw-headline:before,.mw-headline:after{ | ||
content: ""; | content: ""; | ||
content: ""; | content: ""; | ||
Строка 23: | Строка 23: | ||
.colapserbtn{ | .colapserbtn{ | ||
order: 2; | order: 2; | ||
width:60%; | |||
margin: 3px 0; | margin: 3px 0; | ||
background: repeating-linear-gradient(-45deg, transparent 16px, #27272e 20px); | background: repeating-linear-gradient(-45deg, transparent 16px, #27272e 20px); | ||
Строка 29: | Строка 30: | ||
user-select: none; | user-select: none; | ||
box-shadow: 0px 0px 1px 1px black; | box-shadow: 0px 0px 1px 1px black; | ||
} | |||
.colapserbtn:hover{ | |||
width:62%; | |||
} | } | ||
.mw-collapsed{ | .mw-collapsed{ | ||
Строка 35: | Строка 39: | ||
transition: none; | transition: none; | ||
} | } | ||
.extendedcontainer,mw-headline{ | .extendedcontainer, .mw-headline{ | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
align-items: center; | align-items: center; | ||
justify-content: center;} | justify-content: center;} | ||
.mw-headline{ | |||
width: 100%; | |||
order: 2; | |||
} | |||
.h3{ | .h3{ | ||
font-size: 1.1em !important;padding: 5px 15px; | |||
} | } | ||
.h2{ | .h2{ | ||
font-size: 1.4em !important;padding: 5px 15px; | |||
} | } | ||
.colapsibletext:has(*:target) { | .colapsibletext:has(*:target) { |