Template:Wikimedia engineering project information/styles.css

.wmf-engineering-project-box {
	border: 1px solid #eaecf0;
	padding: .2em;
	width: 300px;
	background: #f8f9fa;
	color: #222;
}

.wmf-engineering-project-box-catlink {
	font-size: smaller;
	margin: .2em;
	text-align: center;
}
.wmf-engineering-project-box-title {
	font-size: 1.2em;
	margin: .2em;
	background: #14866d;
	color: #fff;
	padding: .5em;
	text-align: center;
	font-weight: bold;
}
.wmf-engineering-project-box-description {
	margin: .2em;
	padding: .2em;
	font-style: italic;
}
.wmf-engineering-project-box-data {
	font-size: .9em;
	margin: .2em 0;
	width: 100%;
}
.wmf-engineering-project-box-data th {
	width: 25%;
	font-weight: normal;
}

.wmf-engineering-project-box-previous,
.wmf-engineering-project-box-next {
	font-size: smaller;
	margin:.2em;
}
.infobox-ltr .wmf-engineering-project-box-previous,
.infobox-rtl .wmf-engineering-project-box-next {
	/* @noflip */
	float: left;
}
.infobox-ltr .wmf-engineering-project-box-next,
.infobox-rtl .wmf-engineering-project-box-previous {
	/* @noflip */
	float: right;
}

html.skin-theme-clientpref-night .wmf-engineering-project-box {
    background: transparent;
    color: inherit;
}

@media (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os .wmf-engineering-project-box {
    background: transparent;
    color: inherit;
  }
}