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

From New Prairie Wiki
Jump to navigation Jump to search
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-label .infobox-label { white-space: nowrap; } .ib-tv-episode-guests { margin: 0; padding: 5px; padding-left: 1em; text-align: left; }"
 
(No difference)

Latest revision as of 11:11, 19 August 2025

/* {{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-label .infobox-label {
	white-space: nowrap;
}

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