MediaWiki:Common.css: различия между версиями

Материал из Revera Wiki
Нет описания правки
Метка: отменено
Нет описания правки
Метка: отменено
Строка 34: Строка 34:
     display: block;
     display: block;
     text-align: center;
     text-align: center;
     background-image: url("/wiki/Special:FilePath/home_logo.png");
     background-image: url("https://revera.world/wiki/index.php/%D0%A4%D0%B0%D0%B9%D0%BB:Home_logo.png");
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;

Версия от 01:44, 27 февраля 2025

#reverinDateWidget {
    font-size: 13px; /* Универсальный размер */
    font-weight: normal; /* Обычный текст */
    color: #333;
    background: #f8f9fa;
    padding: 5px 8px;
    border-radius: 4px;
    border-top: 1px solid #ccc;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
}

#reverinDateWidget .row {
    display: flex;
    justify-content: center;
    gap: 4px;
    font-weight: normal; /* Обе строки теперь не жирные */
}

#reverinDateWidget a {
    text-decoration: none; /* Убираем подчеркивание */
    color: inherit; /* Делаем ссылки того же цвета, что и обычный текст */
    font-weight: normal; /* Убираем жирность ссылок */
}

#p-navigation::after {
    content: "";
    display: block;
    text-align: center;
    background-image: url("https://revera.world/wiki/index.php/%D0%A4%D0%B0%D0%B9%D0%BB:Home_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px; /* Подбери нужную высоту */
    margin-top: 10px;
}