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; }")
(No difference)

Revision as of 21:32, 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
}

div.gallerytext > p a {
	font-size: initial !important;
	line-height: initial !important;
	color: initial !important;
}