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

Материал из Revera Wiki
Полностью удалено содержимое страницы
Метки: очистка отменено
Нет описания правки
Метки: ручная отмена отменено
Строка 1: Строка 1:
#reverinDateWidget {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    border-top: 1px solid #ccc;
    text-align: center;
    white-space: pre-line;
}


.custom-tooltip-box {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 12px;
    max-width: 250px;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.tooltip:hover .custom-tooltip-box {
    opacity: 1;
}
.year-link {
    font-weight: bold;
    color: #0056b3;
    text-decoration: none;
}
.year-link:hover {
    text-decoration: underline;
}

Версия от 23:07, 25 февраля 2025

#reverinDateWidget {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    border-top: 1px solid #ccc;
    text-align: center;
    white-space: pre-line;
}

.custom-tooltip-box {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 12px;
    max-width: 250px;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.tooltip:hover .custom-tooltip-box {
    opacity: 1;
}

.year-link {
    font-weight: bold;
    color: #0056b3;
    text-decoration: none;
}

.year-link:hover {
    text-decoration: underline;
}