MediaWiki:Theme-sai.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* Стили для темной темы */
.theme-sai .mw-parser-output .infobox th {
.theme-sai .mw-parser-output .infobox th {
     background-color: #B0DFE5; /* Цвет фона */
     background-color: #f1f1f1; /* Светлый фон */
     color: #fff; /* Цвет текста */
     color: #000;               /* Черный текст */
    font-weight: bold;        /* Жирный шрифт */
    text-align: center;        /* Выравнивание по центру */
    padding: 8px;              /* Внутренние отступы */
    border-bottom: 2px solid #ccc; /* Нижняя граница */
}
}


Navigation menu