« MediaWiki:Common.css » : différence entre les versions

De COSMOCATZ LORE WIKI
Aller à la navigation Aller à la recherche
Page créée avec « Thème sombre COSMOCATZ : body { background-color: #0a0a0a !important; color: #dcdcdc !important; } a { color: #7fdfff !important; } a:visited { color: #b77dff !important; } .infobox { background-color: #111 !important; color: #8ff !important; border: 1px solid #444 !important; } table { background-color: #111 !important; color: #ddd !important; } pre, code { background-color: #1b1b1b !important; color: #88ffcc... »
(Aucune différence)

Version du 17 juin 2025 à 03:17

/* Thème sombre COSMOCATZ */
body {
    background-color: #0a0a0a !important;
    color: #dcdcdc !important;
}

a {
    color: #7fdfff !important;
}

a:visited {
    color: #b77dff !important;
}

.infobox {
    background-color: #111 !important;
    color: #8ff !important;
    border: 1px solid #444 !important;
}

table {
    background-color: #111 !important;
    color: #ddd !important;
}

pre, code {
    background-color: #1b1b1b !important;
    color: #88ffcc !important;
}