Шаблон:RulesBox: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
(не показано 46 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
<div class=" | <div class="rules-box__block" style="background-color:{{{background-color|#282831}}};box-shadow:{{{box-shadow|0 2px 4px rgba(0, 0, 0, 0.3)}}};margin:{{{margin|12px 2px}}};border-left:{{{border-size|5px}}} solid {{{border-color|#404051}}};padding:{{{padding|10px 12px}}};color:{{{color|lightgrey}}};> | ||
<div class=" | <div class="rules-box__container"> | ||
<div class=" | {{#if: {{{title|}}} | <div class="rules-box__title" style="margin-bottom:{{{margin-bottom-title|8px}}};>'''{{{title}}}'''</div>}} | ||
<div class=" | {{#if: {{{content|}}} | <div class="rules-box__content list-reset-margin">{{{content}}}</div>}} | ||
</div> | </div> | ||
<div class=" | {{#ifeq: {{{1|}}} | addition | | ||
<div class=" | <div class="rules-box__container--addition mw-collapsible mw-collapsed"> | ||
<div class=" | <div class="rules-box__title--addition"><span style="white-space: nowrap;">'''{{{title-addition}}}'''</span></div> | ||
<div class="rules-box__content--addition mw-collapsible-content no-margin-edges short-scrollbar">{{{content-addition}}}</div> | |||
</div> | </div> | ||
</div> | }} | ||
</div><!-- | |||
-->{{#css: | |||
.rules-box__block { | |||
. | |||
position: relative; | position: relative; | ||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
text-align: left; | text-align: left; | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
box-shadow | transition: background-color 0.3s ease, box-shadow 0.3s ease; | ||
} | } | ||
. | |||
.rules-box__container { | |||
} | } | ||
.rules-box__title { | |||
font-size: 1.2em; | |||
} | } | ||
. | |||
.rules-box__content { | |||
} | } | ||
. | |||
.rules-box__title--addition { | |||
font-size: 1em; | font-size: 1em; | ||
display: flex; | |||
align-items: center; | |||
} | } | ||
. | .rules-box__container--addition { | ||
position: absolute; | position: absolute; | ||
display: flex; | |||
flex-direction: column; | |||
max-height: 85%; | |||
top: 0; | top: 0; | ||
right: 0; | right: 0; | ||
width: | width: min(35%, 300px); | ||
padding: 12px; | padding: 10px 12px; | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
background-color: # | background-color: #34343f; | ||
border-left: 4px solid # | border-left: 4px solid #434353; | ||
box-shadow: 0 2px | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); | ||
transition: background-color 0.3s ease; | |||
} | } | ||
. | |||
.rules-box__content--addition { | |||
flex-grow: 1; | |||
overflow-y: auto; | |||
margin-top: 10px; | |||
} | |||
.mw-collapsible-toggle { | |||
position: absolute; | |||
top: 12px; | |||
right: 12px; | |||
} | } | ||
@media (max-width: 700px) { | @media (max-width: 700px) { | ||
. | .rules-box__block { | ||
flex-direction: column; | flex-direction: column; | ||
margin: 20px 0; | |||
} | } | ||
. | .rules-box__container--addition { | ||
position: static; | position: static; | ||
display: block; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
width: 100%; | width: 100%; | ||
border-left: none; | border-left: none; | ||
box-shadow: none; | box-shadow: none; | ||
margin-top: | margin-top: 20px; | ||
} | } | ||
. | .rules-box__container--addition:hover { | ||
background-color: #33333b; | background-color: #33333b; | ||
} | |||
.rules-box__block:hover { | |||
background-color: #27272e; | |||
box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15); | |||
} | |||
.mw-collapsible-toggle { | |||
position: static; | |||
top: 12px; | |||
right: 12px; | |||
} | } | ||
} | } | ||
}} | |||
Текущая версия от 00:53, 19 января 2025