Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.


Макрос генерирует HTML разметку
<div class="wd-header-container">
<div class="wd-header">
    <h1>Управление</h1>
</div>
</div>
<style>
    @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic');
    .soz-header-container {
        background-color: #F5AB37;

    }
    .wd-header {
        background-image: url("/download/attachments/9409326/header.png");
        min-height: 200px166px;        
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .wd-header h1 {
        margin: 010px;
        padding: 0;
        font-family: 'Roboto', sans-serif;
        color: white;
        font-size: 4vw40px;
        font-weight: 500;		    
        text-align:  center;
 }

    @media (max-width: 1024px) {
              .wd-header h1 {font-size: 25px;}                            
         }

    #title-heading {
        display: none;
    }

    .page-metadata {
        visibility: hidden;
    }
</style>


...