Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox in Portable Infobox/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.infobox.infobox-in-di {
.infobox-in-di {
border: none !important;
border: none !important;
background: inherit !important;
background: inherit !important;
Line 8: Line 8:
width: 100% !important;
width: 100% !important;
padding: inherit !important;
padding: inherit !important;
}
 
.infobox-in-di .infobox-header {
font-size: var(--font-size-medium);
font-weight: var(--font-weight-semibold);
line-height: var(--line-height-sm);
}
}

Revision as of 01:32, 9 November 2024

.infobox-in-di {
	border: none !important;
	background: inherit !important;
	box-shadow: none !important;
	font-size: inherit !important;
	margin-bottom: 0 !important;
	float: unset !important;
	width: 100% !important;
	padding: inherit !important;
}

.infobox-in-di .infobox-header {
	font-size: var(--font-size-medium);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-sm);
}