Module:vot-conj/style.css

Hello, you have come here looking for the meaning of the word Module:vot-conj/style.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:vot-conj/style.css, but we will also tell you about its etymology, its characteristics and you will know how to say Module:vot-conj/style.css in singular and plural. Everything you need to know about the word Module:vot-conj/style.css you have here. The definition of the word Module:vot-conj/style.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:vot-conj/style.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* 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;
}

/* appearance */

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

/* colors */

table.vot-conj { border: 1px solid var(--wikt-palette-blue-2, #ccccff); }
table.vot-conj th,
table.vot-conj th.vot-conj-header-toggle { background-color: var(--wikt-palette-blue-2, #ccccff); }
table.vot-conj th.thsub { background-color: var(--wikt-palette-blue-1, #e6e6ff); }
table.vot-conj td { background-color: var(--wikt-palette-blue-0, #f2ffff); }