Песочница/Pok/3: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 1: | Строка 1: | ||
<div class="slide__container mw-collapsible mw-collapsed new-collapsed" data-expandtext="+" data-collapsetext="-" | <div class="slide__container mw-collapsible mw-collapsed new-collapsed" data-expandtext="+" data-collapsetext="-" | ||
style=" | style=" | ||
text-align: {{{text-align|center}}}; | text-align: {{{text-align|center}}}; | ||
| Строка 18: | Строка 18: | ||
background: #27272e; | background: #27272e; | ||
position: relative; | position: relative; | ||
padding: 1em | padding: 1em; | ||
text-wrap: pretty; | text-wrap: pretty; | ||
} | } | ||
| Строка 42: | Строка 42: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
padding: 1em | padding: 1em !important; | ||
text-align: center; | text-align: center; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| Строка 50: | Строка 50: | ||
align-items: center; | align-items: center; | ||
transition: background-color 0.2s; | transition: background-color 0.2s; | ||
line-height: 50px; | |||
} | } | ||
.new-collapsed .mw-collapsible-toggle:hover { | .new-collapsed .mw-collapsible-toggle:hover { | ||
| Строка 55: | Строка 56: | ||
} | } | ||
.new-collapsed .mw-collapsible-text { | .new-collapsed .mw-collapsible-text { | ||
color: # | color: #6b72a7; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 40px; | font-size: 40px; | ||
margin-bottom: | margin-bottom: 7px; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
border: none !important; | border: none !important; | ||
| Строка 116: | Строка 117: | ||
} | } | ||
.mw-collapsible:not(.mw-collapsed) .mw-collapsible-toggle { | .mw-collapsible:not(.mw-collapsed) .mw-collapsible-toggle { | ||
height: | height: 55px; | ||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); | box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); | ||
} | } | ||