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

sem sumário de edição
Sem resumo de edição
Etiquetas: Edição móvel Edição feita através do site móvel
Sem resumo de edição
Etiquetas: Edição móvel Edição feita através do site móvel
Linha 586: Linha 586:


/* DarkMode */
/* DarkMode */
/* Dark Mode */
@media (prefers-color-scheme: dark) {
    .mw-body,
    .parsoid-body,
    #mw-panel {
        background: #222125 !important;
        border-radius: 6px;
        border: 5px solid transparent;
        border-image: url(https://wiki.otpokemon.com/images/a/af/Border_blue.png) 15 stretch;
    }
    .mw-body h1,
    .mw-body-content h1 {
        font-size: 1.8em;
        color: white;
    }
    .mw-body-content .toc h2 {
        font-family: sans-serif;
        font-size: 100%;
        color: white;
    }
    #mw-panel .portal h3 {
        color: #cacaca;
        font-weight: normal;
        margin: 0.5em 0 0 0.66666667em;
        padding: 0.25em 0;
        cursor: default;
        border: 0;
        font-size: 0.75em;
    }
    .mw-body-content p {
        margin: 0.5em 0;
        color: white;
    }
    .mw-body-content h3,
    .mw-body-content h4 {
        font-weight: bold;
        color: white;
    }
    pre,
    .mw-code {
        color: #fff;
        background-color: rgb(234 236 240 / 0%);
        border: 1px solid rgb(234 236 240 / 0%);
        padding: 0;
        white-space: pre-wrap;
    }
    .tocnumber {
        padding-left: 0;
        padding-right: 0.5em;
        color: #e3e3e3;
    }
    li {
        margin-bottom: 0.1em;
        color: white;
    }
    #simpleSearch {
        display: block;
        width: 13.2em;
        width: 20vw;
        min-width: 5em;
        max-width: 20em;
        height: 100%;
        margin-top: 0;
        position: relative;
        background: #222125;
        min-height: 1px;
    }
    #mw-panel .portal .body li a:visited {
        color: #e0e0e0;
    }
    #mw-panel .portal .body li a {
        color: #d8d8d9;
    }
    a:visited {
        color: #5d90ff;
    }
    a {
        text-decoration: none;
        color: #5d90ff;
        background: none;
    }
    b {
        color: white;
    }
    .mw-content-ltr {
        direction: ltr;
        color: white;
    }
    .toc {
        display: inline-block;
        display: table;
        zoom: 1;
        background: #141415;
        padding: 7px;
    }
    .toctogglelabel {
        cursor: pointer;
        color: #b3bcca;
    }
    .mw-parser-output a.external:visited {
        color: #ffa6ff;
    }
    .mw-parser-output a.external {
        color: #ffa6ff;
    }
    .mw-body-content h2 {
        margin-top: 1em;
        font-size: 1.5em;
        color: white;
    }
    .mw-editform #wpTextbox1 {
        margin: 0;
        display: block;
        max-height: 100vh;
        background: #d8d6de;
        min-height: 5em;
    }
    div#editpage-copywarn p {
        color: #363535;
    }
    .mw-editinginterface p {
        color: white;
    }
    .wikitable {
        background-color: #141415;
        color: #eaecf0;
        margin: 1em 0;
        border: 1px solid #a2a9b1;
        border-collapse: collapse;
    }
    .wikitable>tr>th,
    .wikitable>*>tr>th {
        background-color: #3d3d3d;
        text-align: center;
    }
    #simpleSearch input {
        background-color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        color: #ffffff;
        margin: 0;
    }
    ol li::marker {
        color: red;
        font-weight: bold;
    }
    ul li::marker {
        font-size: 150%;
        color: white;
    }
    .spoilers-body {
        border: 1px dashed #000;
        padding: 3px;
        background-color: #222125;
        display: none;
        color: #000;
    }
    .tab_shiny {
        background-color: rgb(255 255 255);
        color: black;
    }
    .warningbox {
        background-color: #000;
        border-color: #fc3;
    }
    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: '';
    }
}