|
|
(не показано 30 промежуточных версий этого же участника) |
Строка 1: |
Строка 1: |
| {{#css:
| |
| .maincontainer {
| |
| display: flex;
| |
| flex-direction: row;
| |
| justify-content: space-between;
| |
| flex-wrap: wrap;
| |
| gap: 10px;
| |
| }
| |
|
| |
|
| .firstcontainer {
| |
| display: flex;
| |
| flex-direction: column;
| |
| flex-basis: 256px;
| |
| flex-grow: 6;
| |
| justify-content: space-between;
| |
| }
| |
|
| |
| .quote {
| |
| font-size: 26px;
| |
| text-align: center;
| |
| color: white;
| |
| text-shadow: 1px 1px 0 darkblue;
| |
| padding: 8px;
| |
| height: min-content;
| |
| }
| |
| }}<!--
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| -->
| |
| <div class="maincontainer">
| |
| <div class="firstcontainer">
| |
| <div class="caveat quote">“ {{{1|Здесь могла быть ваша цитата}}} ”</div>
| |
| {{supertextbox|{{{текст}}}}}
| |
| </div>
| |
| {{{тип|{{roleheadder}}}}}
| |
| </div>
| |