Jump to content

Template:Infobox television episode/styles.css: Difference between revisions

From WikipediNyah
Created page with "{{pp-template}}: .ib-tv-episode .infobox-above { background-color: #ccf; font-weight: normal; padding: 0.25em 1em; } .ib-tv-episode .infobox-header { background-color: #ccf; padding: 0.25em 1em; } .ib-tv-episode .infobox-subheader { font-weight: bold; } .ib-tv-episode-guests { margin: 0; padding: 5px; padding-left: 1em; text-align: left; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
.ib-tv-episode .infobox-above {
.ib-tv-episode .infobox-above {
background-color: #ccf;
background-color: #ccf;
    color:inherit;
font-weight: normal;
font-weight: normal;
padding: 0.25em 1em;
padding: 0.25em 1em;
Line 8: Line 9:
.ib-tv-episode .infobox-header {
.ib-tv-episode .infobox-header {
background-color: #ccf;
background-color: #ccf;
color: inherit;
padding: 0.25em 1em;
padding: 0.25em 1em;
}
}
Line 13: Line 15:
.ib-tv-episode .infobox-subheader {
.ib-tv-episode .infobox-subheader {
font-weight: bold;
font-weight: bold;
}
.ib-tv-label .infobox-label {
white-space: nowrap;
}
}



Latest revision as of 16:15, 1 July 2026

/* {{pp-template}} */
.ib-tv-episode .infobox-above {
	background-color: #ccf;
    color:inherit;
	font-weight: normal;
	padding: 0.25em 1em;
}

.ib-tv-episode .infobox-header {
	background-color: #ccf;
	color: inherit;
	padding: 0.25em 1em;
}

.ib-tv-episode .infobox-subheader {
	font-weight: bold;
}

.ib-tv-label .infobox-label {
	white-space: nowrap;
}

.ib-tv-episode-guests {
	margin: 0;
	padding: 5px;
	padding-left: 1em;
	text-align: left;
}