Открыть меню
Открыть персональное меню
Вы не представились системе
Your IP address will be publicly visible if you make any edits.

Модуль:Documentation/styles.css

Материал из wiki.iccup.org
Версия от 17:23, 2 сентября 2024; DarkMuse (обсуждение | вклад)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.documentation {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid;
    border-color: red;
    font-size: 14px;
}

.documentation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.documentation-title {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

/*.documentation-links {*/
/*    font-family: var( --font-family-monospace );*/
/*}*/

.documentation-subheader {
    color: #000000;
    font-size: 18px;
    line-height: 150%;
}

.documentation-content {
    margin-top: 24px;
}

.documentation-modulestats {
    padding: 24px;
    background: #b3b3b3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.documentation-modulestats .wikitable {
    margin: 0;
}