Template:Infobox Game Blocks/Styles.css

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
/* [[Category:Template Styles]] */

.infobox__image-caption {
	font-weight: bold;	
}

.infobox-game-blocks, .portable-infobox ul.infobox-game-blocks { /* Second rule is to override Fandom styles */
	list-style: none;
	margin-left: 0;
	margin-top: -0.5rem
}

li.infobox-game-blocks__game { /* li qualifier is needed to override a portable infobox style */
	margin-top: 0.5rem;
}

.infobox-game-blocks--compact, .portable-infobox ul.infobox-game-blocks--compact,
.infobox-game-blocks--compact li.infobox-game-blocks__game {
	margin-top: 0;
}

.infobox-game-blocks__game-text {
	font-weight: bold;
}

.infobox-game-blocks__game-list, .portable-infobox ul ul.infobox-game-blocks__game-list {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}