Index:Pocket Manual of Rules of Order for Deliberative Assemblies (1876).djvu/styles.css

/* Headings are centered, x-larger, and bolder. */
.wst-heading {
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 144%;
}

/* Subheadings are just centered. */
.wst-subheading {
	margin-left: auto;
	margin-right: auto;
}

/* Headwords for sections. */
._sectiontitle {
	font-weight: 700; /* MW bold wikimarkup */
	font-size: 120%; /* Equivalent to {{larger}}. */
}

._flex_wrap_center {
	box-sizing: border-box;
}
._flex_child {
	width: calc(50% - (2 * 7px)); /* Less twice (left + right) margin from skin */
	min-width: 10em; /* Need a min. to break-point on. */
}

.robertsrules-table {
	border: 1px solid black;
}
.robertsrules-table th {
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
	padding: .5em;
	border: 1px solid black;
}
.robertsrules-table td {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.robertsrules-table th.robertsrules-vertical-th {
	padding: 0 0 .5em 0;
}
.robertsrules-table th.robertsrules-vertical-th div {
	writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}
.robertsrules-table .robertsrules-notes {
	text-align: left;
	vertical-align: top;
	padding: .5em;
	border-bottom: none;
}

.robertsrules-table tr td:nth-child(1) {
	text-align: center;
	padding: 0 .5em;
}
.robertsrules-table tr td:nth-child(2) {
	text-align: left;
	padding: 0 .5em;
}
.robertsrules-table tr td:nth-child(n+3):nth-child(-n+9) {
	text-align: center;
	padding: 0 .5em;
}
.robertsrules-table tr td:nth-child(10) {
	padding: 0 .5em;
}