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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 8: Строка 8:


.pre-content h1, .content h1, .content h2, h3, h4, h5, h6 {
.pre-content h1, .content h1, .content h2, h3, h4, h5, h6 {
     font-family: Inter, sans-serif;
     font-family: "Inter", sans-serif !important;
     font-weight: 600;
     font-weight: 600;
}
.content h2 {
    clear: left;
    font-size: 18px;
}
}


Строка 16: Строка 21:
     font-family: "PT Serif", serif;
     font-family: "PT Serif", serif;
     font-size: 16px;
     font-size: 16px;
}
a {
    color: #a774fa !important;
}
}

Версия от 01:46, 30 мая 2024

/* All CSS here will be loaded for users of the mobile site */

.header-container {
    border-bottom: 1px solid #c8ccd1;
    padding: 0 16px;
    background-color: white !important;
}

.pre-content h1, .content h1, .content h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
}

.content h2 {
    clear: left;
    font-size: 18px;
}

.content p {
    margin: 0.5em 0 1em 0;
    font-family: "PT Serif", serif;
    font-size: 16px;
}

a {
    color: #a774fa !important;
}