Index:Risk of performance errors due to sleep loss, circadian desynchronization, fatigue, and work overload.pdf/styles.css

From Wikisource
Jump to navigation Jump to search
.wst-heading {
	font-weight:bold;
}
.wst-heading.h3 {
	font-size:120%;
}

/* footers */
/* odd numbers */
.wst-recto.wst-rh, .wst-recto.wst-rh > div {
	text-align:right;
}
/* even numbers */
.wst-verso.wst-rh {
	text-align:left;
}
.wst-rh > div {
	vertical-align:top;
}
/* even numbers on left, odd numbers on right */
.wst-verso.wst-rh > div:nth-of-type(1),
.wst-recto.wst-rh > div:nth-of-type(2) {
	vertical-align:middle;
	width:2em;
	background:#0071C1;
	color:white;
}

.wst-recto.wst-rh > div:nth-of-type(2){
	text-align:right;
}
.wst-verso.wst-rh > div:nth-of-type(2){
	text-align:left;
}

/* even numbers on left */
.wst-verso.wst-rh > div:nth-of-type(1) {
	padding:0.25em 2em 0.25em 0.25em;
	margin-right:0.5em;
}
/* odd numbers on right */
.wst-recto.wst-rh > div:nth-of-type(2) {
	padding:0.25em 0.25em 0.25em 2em;
	margin-left:0.5em;
}