Module:vot-conj/style.css

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

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

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

table.vot-conj .vot-conj-header-toggle {
	width: 35em;
}

table.vot-conj .vot-conj-header-tense {
	width: 10em;
}

table.vot-conj .vot-conj-header-person {
	width: 11em;
}

table.vot-conj .vot-conj-header-posneg {
	width: 13em;
}

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

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

/* colors */

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

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

table.vot-conj th.thsub {
	background: rgb(90%,90%,100%);
}

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