Jump to content

Module:Progression rainbow/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 07:34, 27 October 2020 (??). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.progression-rainbow {
	border: 1px solid grey;
	height: 10px;
	width: 100%;
	border-spacing: 1px;
    border-collapse: separate;
}

.progression-rainbow tr td {
	height: 4px;
}

.progression-rainbow tr .remaining {
	background: #E2E2E2;
}

/* hide the text provided for blind people
https://accessibility.18f.gov/hidden-content/
*/
.progression-rainbow span {
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}