Jump to content

Template:Wikimedia engineering project information/styles.css

From DawoumWiki, the free Mathematics self-learning
.wmf-engineering-project-box {
	border: 1px solid var( --border-color-subtle, #c8ccd1 );
	padding: .2em;
	width: 300px;
	background: var( --background-color-neutral-subtle, #f8f9fa );
	color: var( --color-base, #202122 );
}

.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;
}