Шаблон:Графема/styles.css

Материал из Википедии — свободной энциклопедии
Перейти к навигации Перейти к поиску
.ts-graphema .infobox-header {
    background: #dcebff;
    /*font-size: 1em;*/
    /*font-weight: bold;*/
    /*text-align: center;*/
    /*padding: 0;*/
}

html.skin-theme-clientpref-night .ts-graphema .infobox-header:not(.notheme) {
    background: #4b4ba3 !important;
}

.ts-graphema .infobox-above {
    /**/
}

.ts-graphema-labels {
    white-space: nowrap;
    padding-right: .4em;
}

.ts-graphema-char {
    font-family: 'times new roman', times, georgia, serif, code2000, code2001, code2002, code2003, symbola, UniversaliaPlus, Universalia;
    line-height: 1;
    padding: .1em;
}

.ts-graphema-chrono {
    padding: 0;
}

.ts-graphema-chrono-table {
    width: 100%;
    /*margin: 0;*/
    /*padding: 0;*/
    /*border-width: 5px;*/
    /*background: transparent;*/
    /*text-align: center;*/
}

.ts-graphema-chrono-table--this-char {
    background: #eaecf0;
    font-weight: bold;
}

.ts-graphema-chrono-table--this-char a {
    color: var(--color-emphasized, #000);
}

.ts-graphema .infobox-image {
    background: #f8f9fa !important;
    /*background: #72777d !important;*/
}

.infobox-image .ts-Скрытый_блок {
    border: 0;
    padding: 0;
}

.ts-graphema .infobox-below {
    text-align: left;
    font-style: italic;
    /*padding-left: .4em;*/
    /*padding-right: .4em;*/
    padding: .4em;
}

@media all and (max-width:320px) {
    .ts-graphema .mw-collapsible-toggle {
        display: none !important;
    }

    .ts-graphema .mw-collapsible-content {
        display: block !important;
    }
}

/* [[Категория:Шаблоны:Подстраницы CSS]] */