MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 5: Line 5:


.licontent .li-header {
.licontent .li-header {
     background: #c8102e;
     background: #8d2536;
     height: 10px;
    border: 2px solid #0f0f0f; /* Устанавливаем общую границу */
    border-bottom: none; /* Убираем нижнюю границу */
     height: 50px; /* Задайте подходящую высоту заголовка */
     color: #ffffff;
     color: #ffffff;
     font-weight: bold;
     font-weight: bold;
     text-align: center;
     text-align: center;
     padding: 10px;
     padding: 10px;
     border-radius: 8px 8px 0 0;
     border-radius: 8px 8px 0 0; /* Скругление только для верхних углов */
     background-size: cover;
     background-size: cover;
     background-image: url(/images/d/db/Clancy_Letter_Background1.png);
     background-image: url(/images/d/db/Clancy_Letter_Background1.png);
    display: flex; /* Для центрирования текста */
    justify-content: center;
    align-items: center;
}
}


Line 21: Line 26:
     line-height: 1.6;
     line-height: 1.6;
     padding: 10px;
     padding: 10px;
     background: #ffffff;
     background: #fffcf6;
     border-radius: 0 0 8px 8px;
     border-radius: 0 0 8px 8px;
    border: 2px solid #722215;
    border-top: none;
}
}


Navigation menu