Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css

MediaWiki interface page

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */
:root {
    --width-layout: 1320px; /* Make use of full width*/
}

/* Dark Skin settings - light mode can be settled later */
:root.skin-citizen-dark{
	--color-base: hsl(var(--color-primary__h) 0% 90%);
	
}

/* Disable image zoom transformation on hover */
.citizen-body a.image:hover:not(.lazy):not(.new) > img {
  transform: none
}

/* Disabled until I figure a way out on how tf to get the image to display in the background*/
.body {
/*	background-image: linear-gradient(359deg,rgba(9,23,2,0.5) 0%,rgba(1,40,61,0.5) 100%),url(https://static.miraheze.org/dragdownwiki/1/11/Dark_mode_background);
	background-repeat: no-repeat; */
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.