MediaWiki:Citizen.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: →‎set max width and fix the background: html, body { position: relative; margin-left: auto !important; margin-right: auto !important; max-width: 1280px; }")
 
(set the tooltip bg colour to something)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */


/* set max width and fix the background */
.skin-citizen-dark {
html,
--bg3wiki-relative-location-bg: var(--color-surface-1);
body {
--bg3wiki-relative-location-header-bg-dark: var(--color-surface-3);
    position: relative;
--bg3wiki-tooltip-bg: var(--color-surface-2);
    margin-left: auto !important;
--bg3wiki-documentation-bg: var(--color-surface-1);
    margin-right: auto !important;
--bg3wiki-documentation-border: #a3caff;
    max-width: 1280px;
--bg3wiki-documentation-header-bg: var(--color-surface-3);
}
}

Latest revision as of 17:14, 6 November 2023

/* All CSS here will be loaded for users of the Citizen skin */

.skin-citizen-dark {
	--bg3wiki-relative-location-bg: var(--color-surface-1);
	--bg3wiki-relative-location-header-bg-dark: var(--color-surface-3);
	--bg3wiki-tooltip-bg: var(--color-surface-2);
	--bg3wiki-documentation-bg: var(--color-surface-1);
	--bg3wiki-documentation-border: #a3caff;
	--bg3wiki-documentation-header-bg: var(--color-surface-3);
}