MediaWiki:Citizen.css

De Battlestar Wiki

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  •  Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/* 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;
	}
	
	.citizen-footer__container {
		--width-page: calc(var(--width-layout) + var(--width-toc) + var(--space-lg));
	}
}
/* General colors */