Jump to content

Module:Progress box/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 20:20, 26 February 2023 (Created page with '.maint-cat-progress { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; padding: 0.2em; font-size: 88%; line-height: 1.5em; } .maint-cat-progress-header { background: #ddf; padding: 0.2em; font-size: 125%; font-weight: bold; } .maint-cat-refresh { text-align: center; } .maint-cat-progress-subtotals { width: 100%; } .maint-cat-progress-subtotals caption { font-weight: bold; } .maint-cat-progress-subto...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.maint-cat-progress {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
}

.maint-cat-progress-header {
	background: #ddf;
	padding: 0.2em;
	font-size: 125%;
	font-weight: bold;
}

.maint-cat-refresh {
	text-align: center;
}

.maint-cat-progress-subtotals {
	width: 100%;
}

.maint-cat-progress-subtotals caption {
	font-weight: bold;
}

.maint-cat-progress-subtotals th,
.maint-cat-progress-subtotals td {
	vertical-align: top;
}

.maint-cat-progress-subtotals tr td:nth-child(2) {
	text-align: right;
}

.maint-cat-progress-total-row {
	font-size: 110%;
}

.maint-cat-progress-total-label {
	float: left;
	font-weight: bold;
}

.maint-cat-progress-total {
	float: right;
	font-weight: bold;
}

@media (min-width: 720px) {
	.maint-cat-progress {
		width: 22em;
	}
	
	.maint-cat-progress-left {
		/* @noflip */
		float: left;
		/* @noflip */
		clear: left;
		/* @noflip */
		margin: 0.5em 1em 0.5em 0;
	}
	
	.maint-cat-progress-right {
		/* @noflip */
		margin: 0.5em 0 0.5em 1em;
		/* @noflip */
		float: right;
		/* @noflip */
		clear: right;
	}
	
	.maint-cat-progress-none {
		float: none;
		clear: none;
	}
}