Module:izh-conj/style.css

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

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

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

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

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

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

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

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

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

/* appearance */

table.izh-conj {
	border-style: solid;
	border-width: 1px;
}

/* colors */

table.izh-conj {
	border: 1px solid var(--wikt-palette-blue-2, #ccccff);
}

table.izh-conj th, table.izh-conj th.izh-conj-header-toggle {
	background-color: var(--wikt-palette-blue-2, #ccccff);
}

table.izh-conj th.thsub {
	background-color: var(--wikt-palette-blue-1, #e6e6ff);
}

table.izh-conj td {
	background-color: var(--wikt-palette-blue-0, #f2ffff);
}