View source for MediaWiki:Mobile.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* All CSS here will be loaded for users of the mobile site */
:root.skin-citizen-dark {
--color-primary__h: 20;
--color-surface-0: hsl(var(--color-primary__h) 20% 8%);
--color-surface-1: hsl(var(--color-primary__h) 20% 10%);
--color-surface-2: hsl(var(--color-primary__h) 20% 12%);
--background-color-overlay: hsla(var(--color-primary__h) 20% 8% / 95%);
--background-color-overlay--lighter: hsl(var(--color-primary__h) 20% 8% / 60%);
--bg3wiki-relative-location-bg: var(--color-surface-0);
--bg3wiki-relative-location-header-bg-dark: var(--color-surface-1);
--bg3wiki-tooltip-border: #785000;
}
/*
* Fix for table widths; not sure why this is necessary.
*/
.citizen-table-wrapper {
width: 100%;
000
1:0
Return to MediaWiki:Mobile.css.