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

Модуль:Documentation/styles.css: различия между версиями

Материал из wiki.iccup.org
Новая страница: «.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: #fefefe; font-size: 18px; font-weight: 700; line-height: 150%; } →‎.documentation-links {: →‎font-family: var( --font-family-monospace );: →‎}: ...»
 
Нет описания правки
 
Строка 15: Строка 15:


.documentation-title {
.documentation-title {
     color: #fefefe;
     color: #000000;
     font-size: 18px;
     font-size: 18px;
     font-weight: 700;
     font-weight: 700;
Строка 26: Строка 26:


.documentation-subheader {
.documentation-subheader {
     color: #fefefe;
     color: #000000;
     font-size: 18px;
     font-size: 18px;
     line-height: 150%;
     line-height: 150%;
Строка 37: Строка 37:
.documentation-modulestats {
.documentation-modulestats {
     padding: 24px;
     padding: 24px;
     background: #030303;
     background: #b3b3b3;
     border-radius: 5px;
     border-radius: 5px;
     display: flex;
     display: flex;

Текущая версия от 17:23, 2 сентября 2024

.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;
}