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

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 1 262: Linha 1 262:


/* Teste */
/* Teste */
@media (prefers-color-scheme: dark) {
  .mw-body, .parsoid-body, #mw-panel {
    background: #222125;
    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;
}
}

Menu de navegação