Module:vot-decl/style.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search
/* layout */

table.vot-decl {
	text-align: left;
}

table.vot-decl th {
	text-align: center;
}

table.vot-decl th.vot-decl-header-row {
	text-align: left;
}

table.vot-decl tr {
	vertical-align: top;
}

.vot-decl-type {
	font-size: 90%;
}

.vot-decl-case-column {
	width: 11em;
}

.vot-decl-form-column {
	width: 12em;
}

.vot-decl-notes {
	font-size: smaller;
}

/* colors */

table.vot-decl {
	border: 1px solid #CCCCFF;
}

table.vot-decl .vot-decl-header-row {
	background: rgb(80%,80%,100%);
}

table.vot-decl th {
	background: rgb(80%,80%,100%);
}

table.vot-decl td {
	background: rgb(95%,95%,100%);
}