« MediaWiki:Citizen.css » : différence entre les versions
De Battlestar Wiki
Contenu supprimé Contenu ajouté
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (2 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 21 : | Ligne 21 : | ||
} |
} |
||
} |
} |
||
/* General colors */ |
/* General colors */ |
||
Dernière version du 21 août 2025 à 19:40
/* Variables */
:root.citizen-feature-custom-width-clientpref-standard {
--width-layout: 1280px;
}
@media screen and (prefers-color-scheme:dark) {
:root.skin-theme-clientpref-os {
--border-color-base: #ffd700;
--color-surface-0: #0f090b;
--color-surface-1: #481919;
--color-surface-1: #160807;
}
}
/* Footer */
@media screen {
.citizen-footer {
padding: var(--space-md) var(--padding-page);
margin-top: 0;
}
}
/* General colors */
