Template:Daily proofreading stats table/styles.css

From Wikisource
Jump to navigation Jump to search
.wst-daily-stats {
	border-collapse: collapse;
	font-size: 90%;
}

.wst-daily-stats caption {
	font-weight: bold;
}

.wst-daily-stats tr {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

.wst-daily-stats td {
	text-align: right;
	padding-right: 1ex;
}

.wst-daily-stats-daydata td:first-child,
.wst-daily-stats-total td:first-child,
.wst-daily-stats-average td:first-child {
	border-right: 1px solid grey;
}

.wst-daily-stats-note-row td {
	text-align: center;
	padding: 0;
}

.wst-daily-stats-under-target {
	background-color: #ffe867;
}

.wst-daily-stats-over-target {
	background-color: #90ff90;
}

.wst-daily-stats-in-progress {
	opacity: 0.7;
	font-style: italic;
}

.wst-daily-stats-in-progress td:not(:first-child)::before {
	content: "~";
}

.wst-daily-stats-average,
.wst-daily-stats-total {
	font-weight: bold;
}