Песочница/Pok/3: различия между версиями

Нет описания правки
мНет описания правки
Строка 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 0.6em;
padding: 1em;
text-wrap: pretty;
text-wrap: pretty;
}
}
Строка 42: Строка 42:
width: 100%;
width: 100%;
height: 100%;
height: 100%;
padding: 1em 0.6em !important;
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: #4538EB;
color: #6b72a7;
font-weight: bold;
font-weight: bold;
font-size: 40px;
font-size: 40px;
margin-bottom: 10px;
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: 6vh;
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);
}
}