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

De Cronicas Eternas Wiki
Sem resumo de edição
Sem resumo de edição
Linha 1: Linha 1:
/* Pagina total */
/* Pagina total */


body.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}
body.dark-mode a {
    color: #bb86fc;
}
body.dark-mode #mw-head,
body.dark-mode #mw-panel {
    background-color: #1f1f1f;
}
body.dark-mode .mw-body,
body.dark-mode table {
    background-color: #1e1e1e;
    border: 1px solid #333;
    color: #e0e0e0;
}





Edição das 21h05min de 22 de novembro de 2024

/* Pagina total */

body.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}

body.dark-mode a {
    color: #bb86fc;
}

body.dark-mode #mw-head,
body.dark-mode #mw-panel {
    background-color: #1f1f1f;
}

body.dark-mode .mw-body,
body.dark-mode table {
    background-color: #1e1e1e;
    border: 1px solid #333;
    color: #e0e0e0;
}


/* Outros role */

#p-logo a {
    background-image: url(https://cronicaseternas.site/wiki/images/logo.png);
    background-size: contain;
    width: 135px;
    height: 135px;
    display: block;
}


.infobox {
    width: 22em;
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 5px;
    float: right;
    font-size: 90%;
}

.infobox div {
    padding: 2px 5px;
}

.infobox .header {
    text-align: center;
    background: #ccc;
    font-size: 120%;
    padding: 4px;
}


.character-infobox {
    width: 22em;
    background: #f9f9f9;
    border: 1px solid #aaa;
    float: right;
    padding: 5px;
    font-size: 90%;
}

.character-infobox .header {
    text-align: center;
    background: #ccc;
    font-size: 120%;
    padding: 4px;
}

.character-infobox .section {
    text-align: center;
    background: #ddd;
    font-size: 110%;
    padding: 4px;
    margin-top: 5px;
}

.character-infobox div {
    padding: 2px 5px;
}

.item-infobox {
    width: 22em;
    background: #f9f9f9;
    border: 1px solid #aaa;
    float: right;
    padding: 5px;
    font-size: 90%;
}

.item-infobox .header {
    text-align: center;
    background: #ccc;
    font-size: 120%;
    padding: 4px;
}

.item-infobox .section {
    text-align: center;
    background: #ddd;
    font-size: 110%;
    padding: 4px;
    margin-top: 5px;
}

.item-infobox div {
    padding: 2px 5px;
}


.species-infobox {
    width: 22em;
    background: #f9f9f9;
    border: 1px solid #aaa;
    float: right;
    padding: 5px;
    font-size: 90%;
}

.species-infobox .header {
    text-align: center;
    background: #ccc;
    font-size: 120%;
    padding: 4px;
}

.species-infobox .section {
    text-align: center;
    background: #ddd;
    font-size: 110%;
    padding: 4px;
    margin-top: 5px;
}

.species-infobox div {
    padding: 2px 5px;
}