Index:Lltreaties-ustbv002.pdf/styles.css

From Wikisource
Jump to navigation Jump to search
/* TOC */

/* The second cell (dates) should wrap */
._maintoc td:nth-child(2) {
	text-align: left; 
    white-space: normal;
}

._maintoc td:nth-child(3) {
	width:70%;
}

/* Lists of seals at end of treaties */
._unts_seallist {
	column-gap: 5em;
}

table {
	margin: auto;
}

/* Nested lists */
._unts_seallist > ul > li > ul {
	font-variant: small-caps;
	break-inside: avoid; /* try to keep together across col breaks */
}
._unts_seallist > ul > li {
	margin-bottom: 0.5em;
}

/* articles */
h3.wst-heading {
	font-size: 110%;
	font-variant: small-caps;
}

h3.wst-heading sup {
	font-variant: normal;
}