MediaWiki:Mobile.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
(Created page with "→‎All CSS here will be loaded for users of the mobile site: :root.skin-citizen-dark { --text-color: #ffffff; --primary-1: #0e2348; --primary-2: #0f2651; --primary-3: #1a2e53; --primary-4: #0a1b3c; --accent-1: #c7b286; --accent-2: #d5ac59; --accent-3: #bfa773; --accent-4: #e5c076; --alt-text-color: #000000; --contrast-color-1: #e6e6e6; --contrast-color-1--rgb: 230,230,230; } :root.skin-citizen-light { --text-color: #0e191a; --primary-1: #fff4ef; --primar...")
Tags: Mobile edit Mobile web edit
 
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
@import url("https://tardis.wiki/w/load.php?modules=ext.gadget.modularStyles&only=styles");
:root.skin-citizen-dark {
:root.skin-citizen-dark {
--text-color: #ffffff;
--text-color: #ffffff;

Revision as of 22:20, 20 February 2024

/* All CSS here will be loaded for users of the mobile site */
@import url("https://tardis.wiki/w/load.php?modules=ext.gadget.modularStyles&only=styles");
:root.skin-citizen-dark {
	--text-color: #ffffff;
	--primary-1: #0e2348;
	--primary-2: #0f2651;
	--primary-3: #1a2e53;
	--primary-4: #0a1b3c;
	--accent-1: #c7b286;
	--accent-2: #d5ac59;
	--accent-3: #bfa773;
	--accent-4: #e5c076;
	--alt-text-color: #000000;
	--contrast-color-1: #e6e6e6;
	--contrast-color-1--rgb: 230,230,230;
}
:root.skin-citizen-light {
	--text-color: #0e191a;
	--primary-1: #fff4ef;
	--primary-2: #90a2bf;
	--primary-3: #4f6087;
	--primary-4: #bec9da;
	--accent-1: #556375;
	--accent-2: #47639E;
	--accent-3: #46619b;
	--accent-4: #334671;
	--alt-text-color: #ffffff;
	--contrast-color-1: #e6e6e6;
	--contrast-color-1--rgb: 230,230,230;
}