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
m 1F616EMO moved page Template:Infobox in Dynamic Infobox/styles.css to Template:Infobox in Portable Infobox/styles.css without leaving a redirect: Misspelled title
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
.infobox-in-di {
.infobox-in-di {
border: none;
border: none !important;
background: inherit;
background: inherit !important;
box-shadow: none;
box-shadow: none !important;
font-size: inherit;
font-size: inherit !important;
margin-bottom: 0;
margin-bottom: 0 !important;
float: unset;
float: unset !important;
width: 100%;
width: 100% !important;
padding: inherit;
padding: inherit !important;
}
 
.infobox-in-di .infobox-header {
text-align: left;
font-size: var(--font-size-medium);
font-weight: var(--font-weight-semibold);
line-height: var(--line-height-sm);
}
 
.infobox-in-di tr th {
padding: 5px 0 !important;
}
}

Latest revision as of 01:49, 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 {
	text-align: left;
	font-size: var(--font-size-medium);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-sm);
}

.infobox-in-di tr th {
	padding: 5px 0 !important;
}