Difference between revisions of "Template:Infobox/styles.css"

From WPRDC Wiki
Jump to navigation Jump to search
>ExE Boss
(Apply base `.ext‑infobox‑header img` padding to all infobox headers (from MediaWiki:Gadget‑site.css?oldid=4662923))
>ExE Boss
(Add `color: #fff;` to `.tpl‑infobox‑header a`)
Line 35: Line 35:
.tpl-infobox-header {
.tpl-infobox-header {
background-color: #a2a9b1;
background-color: #a2a9b1;
color: white;
color: #fff;
text-align: left;
text-align: left;
}
.tpl-infobox-header a {
color: #fff;
}
}



Revision as of 17:51, 6 July 2021

/**
 * Common TemplateStyles used by [[Template:Extension]], [[Template:Skin]],
 * [[Template:Tool]], etc.
 */
.tpl-infobox {
	box-sizing: border-box;
	border: 2px solid #a2a9b1;
	width: 280px;
	/* @noflip */
	clear: right;
	/* @noflip */
	float: right;
	margin: 0 0 0.5em 0.5em;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: white;
}

@media (max-width: 719px) {
	.tpl-infobox {
		box-sizing: border-box;
		float: none;
		clear: both;
		width: 100%;
		margin: 0 0 .5em 0;
	}
}

.tpl-infobox td {
	border: 2px none #a2a9b1;
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #f0f0f0 !important;
}

.tpl-infobox-header {
	background-color: #a2a9b1;
	color: #fff;
	text-align: left;
}

.tpl-infobox-header a {
	color: #fff;
}

.tpl-infobox-header td {
	padding-top: 0.5em;
}

.tpl-infobox-header img {
	padding: 0 0.2em 0 0.5em;
}