PC Gaming Shelter
An archive dedicated to preserving PC Gaming history and more

MediaWiki:Common.css: Difference between revisions

From PC Gaming Shelter
No edit summary
No edit summary
Line 8: Line 8:
.infobox-value ul {
.infobox-value ul {
   list-style: none;
   list-style: none;
}
#ca-talk {
display: none !important;
}
}

Revision as of 19:49, 2 April 2026

/* CSS placed here will be applied to all skins */

/* Hide user menu icon for anonymous */
.personal-tools-icon {
	display: none !important;
}

.infobox-value ul {
  list-style: none;
}

#ca-talk {
	display: none !important;
}