MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 39: Line 39:
.help-text {
.help-text {
     color: #000;              /* Цвет текста заголовка */
     color: #000;              /* Цвет текста заголовка */
     font-size: 0.80em;
     font-size: 0.80em;       /* Размер шрифта */
     font-weight: bold;
     font-weight: bold;       /* Жирный шрифт */
     background-image: linear-gradient(to right, rgba(200, 204, 209, 0) 0, #AA3C14 33%, #AA3C14 66%, rgba(200, 204, 209, 0) 100%);
     background-image: linear-gradient(to right, rgba(200, 204, 209, 0) 0, #AA3C14 33%, #AA3C14 66%, rgba(200, 204, 209, 0) 100%);
     background-position: center top;
     background-position: center top; /* Положение фона */
     background-repeat: no-repeat;
     background-repeat: no-repeat;   /* Фон не повторяется */
     background-size: 100% 1px;
     background-size: 100% 1px;       /* Размер фона */
     text-align: center;
     text-align: center;             /* Выравнивание текста по центру */
     margin-top: -10px;
     margin-top: 10px;                /* Отступ сверху */
    padding-top: 5px;               /* Отступ от фона на 5 пикселей */
}
}


Navigation menu