MediaWiki:Mobile.css: mudanças entre as edições

sem sumário de edição
(Desfeita a edição 19280 de Ybooh (Discussão))
Etiqueta: Desfazer
Sem resumo de edição
Linha 615: Linha 615:


/* DarkMode */
/* DarkMode */
/* DarkMode */
@media (prefers-color-scheme: dark) {
.overlay-enabled, #content {
    background-color: #222222;
}
.header-container.header-chrome {
    background-color: #000000;
    border: 0;
    box-shadow: inset 0 -1px 3px rgba(0,0,0,0.08);
}
.header .branding-box h1 span, .header .branding-box a span {
    line-height: 1;
    font-size: inherit;
    color: white;
}
.pre-content h1, .content h1, .content h2, h3, h4, h5, h6 {
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-word;
    color: white;
}
a:visited {
    color: #e5d6ff;
}
a {
    text-decoration: none;
    color: #e5d6ff;
    hyphens: none;
}
footer .last-modified-bar {
    border-bottom: solid 1px #adafb1;
    background-color: #1a1a1a;
    color: #ffffff;
    transition: background-color 0.2s ease,color 0.2s ease;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    font-size: 0.875em;
}
div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, ins, em, img, small, strike, strong, sub, sup, tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, select, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: none;
    color: white;
}
.minerva-footer {
    border-top: solid 1px #000000;
    overflow: auto;
    padding-bottom: 6px;
    background-color: #000;
}
.overlay.search-overlay .header input {
    padding-right: 3em;
    color: #000000;
}
.overlay.search-overlay {
    background: #1d1d1d;
}
}