Toggle menu
520
1.5K
103
22.5K
Epithet Erased Wiki
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
No edit summary
No edit summary
Line 1: Line 1:
#siteSub{ display: none !important; }
#siteSub {  
display: none !important;  
}


.citizen-body a.image:hover > img {
.citizen-body .image:hover > img {
   transform: scale(1) !important;
   transform: scale(2) !important;
}
 
.citizen- {
background-image: URL("https://epitheterasedwiki.com/CITY ZOOM BG.jpg");
}
}

Revision as of 18:55, 17 June 2024

#siteSub { 
	display: none !important; 
}

.citizen-body .image:hover > img {
  transform: scale(2) !important;
}

.citizen- {
	background-image: URL("https://epitheterasedwiki.com/CITY ZOOM BG.jpg");
}