MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 165: Line 165:


body.theme-dark-grey {
body.theme-dark-grey {
--bg3wiki-accent: #281C14;
--bg3wiki-math: invert(1);
--bg3wiki-accent-text: #C1A886;
/* Variables with the dark suffix are intended for detail elements within the contents of pages, such as tabbers, infoboxes, amboxes and tables. These are darker than other elements. */
/* Intended for very large boxed elemetns that cover an entire page. */
--bg3wiki-documentation-bg: #282b28;
--bg3wiki-tooltip-bg: #1B1A19;
--bg3wiki-tooltip-bg: #1B1A19;
--bg3wiki-math: invert(1);
/* Intended for accents like headers or titles */
--bg3wiki-accent: #23201f;
--bg3wiki-accent-dark: #232324;
--bg3wiki-accent-text: var(--fg);
/* Intended for labels in boxes */
--bg3wiki-label-bg: #2f2b28;
--bg3-wiki-label-dark-bg: #171717;
/* Intended for data elements in boxes, where its contents are displayed. */
--bg3wiki-data-bg: #232323;
--bg3wiki-data-odd-bg: #272727;
--bg3wiki-data-dark-bg: #1f1e1e;
/* Intended for detail elements in boxes */
--bg3wiki-detail-bg: #1b1b1b;
--bg3wiki-detail-dark-bg: #121212;
/* Relative location */
--bg3wiki-relative-location-bg: var(--bg-main2);
--bg3wiki-relative-location-bg: var(--bg-main2);
--bg3wiki-relative-location-header-bg-dark: var(--bg-main);
--bg3wiki-relative-location-header-bg-dark: var(--bg-main);