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 16: Line 16:
.card.thumbwall .card-img img {
.card.thumbwall .card-img img {
height: 100% !important;
height: 100% !important;
}
.sidebar-icon-bar > .sidebar-trigger {
margin-bottom: .25rem !important;
}
}

Revision as of 08:07, 25 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;
}

#rightMenu #p-contentnavigation.pagetools .tab-group > div#ca-talk {
	display: none !important;
}

.card.thumbwall .card-img img {
	height: 100% !important;
}

.sidebar-icon-bar > .sidebar-trigger {
	margin-bottom: .25rem !important;
}