MediaWiki:Common.css: Difference between revisions

From Modding Haven
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: div.gallerytext > p { font-size: 1px !important; color: transparent !important; line-height: 1% !important } div.gallerytext > p a { font-size: initial !important; line-height: initial !important; color: initial !important; }")
 
mNo edit summary
Line 4: Line 4:
color: transparent !important;
color: transparent !important;
line-height: 1% !important
line-height: 1% !important
}
div.gallerytext > p a {
font-size: initial !important;
line-height: initial !important;
color: initial !important;
}
}

Revision as of 21:33, 19 January 2024

/* CSS placed here will be applied to all skins */
div.gallerytext > p {
	font-size: 1px !important;
	color: transparent !important;
	line-height: 1% !important
}