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

Страница интерфейса MediaWiki
(Новая страница: «→‎All CSS here will be loaded for users of the mobile site: @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); .header-container { border-bottom: 1px solid #c8ccd1; padding: 0 16px; background-color: white !important; }»)
 
Нет описания правки
 
(не показаны 3 промежуточные версии этого же участника)
Строка 1: Строка 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


.header-container {
.header-container {
Строка 7: Строка 5:
     padding: 0 16px;
     padding: 0 16px;
     background-color: white !important;
     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 !important;
    font-size: 16px;
}
a {
    color: #a774fa !important;
}
}

Текущая версия от 02:21, 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 !important;
    font-size: 16px;
}

a {
    color: #a774fa !important;
}