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

sem sumário de edição
Sem resumo de edição
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;
}
.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #000000;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #1d1d1d;
    z-index: 1;
    display: none;
}
.overlay-header-container, .overlay-footer-container {
    width: 100%;
    background: #000;
    z-index: 2;
}
.overlay .content-header {
    background-color: #1d1d1d;
    border-bottom: 1px solid #eaecf0;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: inherit;
}
.overlay-footer-container {
    background-color: #000;
    bottom: 0;
    border-top: 1px solid #c8ccd1;
}
#mw-mf-page-left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 275px;
    max-width: 80%;
    z-index: 2;
    overflow-y: auto;
    background-color: #000000;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.menu.view-border-box span {
    color: black;
}
#toc {
    display: none;
    position: relative;
    margin: 1em 0;
    padding: 0.2em 0.5em;
    background-color: #000000;
    border: solid 1px #eaecf0;
    box-sizing: border-box;
}
table.wikitable.sortable.quest.jquery-tablesorter a {
        color: #12125e;
    }
    .oo-ui-fieldLayout.oo-ui-labelElement,
    .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline {
        margin-top: 0.85714286em;
        color: white;
    }
    .toccolours tr td {
        color: black;
    }
    .toccolours b {
        color: black;
    }
    .table-darkmode tr:nth-child(odd) td b {
        color: #101010;
    }
    .table-darkmode tr:nth-child(odd) {
        background: #f2f2f2 !important;
    }
    .square-box {
        background-color: #000;
    }
    .quest tr {
        background: linear-gradient(90deg, #404040 0%, #404040 100%) !important;
        color: white !important;
    }
    .quest a {
        color: #77c9ff !important;
    }
    table.wikitable.sortable.quest.jquery-tablesorter tr:hover {
        background: linear-gradient(90deg, #272727, #272727) !important;
        transition: 2s;
    }
    .oo-ui-labelElement .oo-ui-labelElement-label {
        line-height: 1.42857143em;
        color: white;
    }
    form#mw-upload-form {
    color: white;
    }
    .patch-notes p, .patch-notes h3 {
    color: black;
    }
    .mw-parser-output ul li::before{
    color: white;
    content: '● ';
    }
   
    #toc ul li::before{
    content: '';
    }
    .collapsible-battle-pass {
    cursor: pointer;
    padding: 8px;
    text-align: left;
    outline: none;
    font-style: italic;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    }
    .content pre {
    padding: 1em;
    color: white;
    }
    #mw-mf-page-left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 275px;
    max-width: 80%;
    /* color: white; */
    z-index: 2;
    overflow-y: auto;
    background-color: #000000;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    transform: translate(-100%,0);
    }
    ul.hlist span {
    color: white !important;
    }
}