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

Материал из Revera Wiki
Нет описания правки
Метка: отменено
Нет описания правки
Метка: отменено
Строка 14: Строка 14:
     align-items: center;
     align-items: center;
     gap: 2px;
     gap: 2px;
    white-space: nowrap;
    display: inline-block;
    white-space: nowrap;
    font-weight: normal;
    display: inline-block;
}
#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.4;
    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; /* Расстояние между элементами внутри одной строки */
}
#reverinDateWidget span,
#reverinDateWidget a {
    display: inline-block;
    white-space: nowrap;
    font-weight: normal;
}
}

Версия от 01:17, 26 февраля 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.4;
    display: flex;
    flex-direction: column; /* Два ровных ряда */
    justify-content: center;
    align-items: center;
    gap: 2px;
}