« 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
 
(9 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* Variables */
/* Variables */


:root.citizen-feature-custom-width-clientpref-standard {
:root {
--width-layout:1380px
--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 */
/* Footer */


Ligne 13 : 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 */