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

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
mNo edit summary
m (revert changes)
 
Line 19: Line 19:
/* 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-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; */
background-repeat: no-repeat; */
}

/* Fix Cargo Table being messed up */
.mw-datatable th{
background-color:var(--color-surface-2);
}
.mw-datatable td{
background-color:var(--color-surface-2);
}
}

Latest revision as of 14:40, 21 May 2023

/* 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.