User:This, that and the other/inflection table standardisation/narrow/style.css

Hello, you have come here looking for the meaning of the word User:This, that and the other/inflection table standardisation/narrow/style.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:This, that and the other/inflection table standardisation/narrow/style.css, but we will also tell you about its etymology, its characteristics and you will know how to say User:This, that and the other/inflection table standardisation/narrow/style.css in singular and plural. Everything you need to know about the word User:This, that and the other/inflection table standardisation/narrow/style.css you have here. The definition of the word User:This, that and the other/inflection table standardisation/narrow/style.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:This, that and the other/inflection table standardisation/narrow/style.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
.inflection-tableNEW-wrapper {
	display: inline-block; /* SHOULD BE width: fit-content INSTEAD, BUT THE CSS SANITIZER DOESN'T LIKE IT... */
	background: var(--wikt-palette-paleblue); /* standard MediaWiki table background colour */
	border: 1px solid var(--wikt-palette-grey);
	padding: 3px;
}

.inflection-tableNEW {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid var(--wikt-palette-grey);
}

.inflection-tableNEW a.new {
    color: inherit;
}

.inflection-tableNEW caption {
	text-align: left;
	font-size: 95%;
	padding: 0.1em 0.5em;
	font-weight: bold;
}

.inflection-tableNEW td, .inflection-tableNEW th {
	padding: 0.15em 0.6em;
	border: solid var(--wikt-palette-grey);
	border-width: 0 1px 1px 0;
}

.inflection-tableNEW td:not(.secondary), .inflection-tableNEW th:not(.secondary) {
	min-width: 5em;
}

.inflection-tableNEW th.secondary {
	/* font-style: italic; -- on second thoughts, let's leave italicisation in the hands of the template itself */
}

.inflection-tableNEW td.secondary {
	background: var(--wikt-palette-lightergrey);
}

.inflection-tableNEW + p { /* first note at foot of table */
	padding-top: 0.2em;
}

.inflection-tableNEW-wrapper > p { /* notes  at foot of table */
	margin: 0.3em 0.5em 0.2em;
}

/* Individual palettes: dark-on-light */

.inflection-tableNEW th {
	background: var(--wikt-palette-dullcyan); /* default grey palette. TODO needs to be just a smidgeon darker. lightgrey is too dark */
}

.inflection-table-lightblue th {
	background: var(--wikt-palette-lightblue);
}

.inflection-table-yellow th {
	background: var(--wikt-palette-yellow);
}

.inflection-table-pink th {
	background: var(--wikt-palette-pink);
}

/* All light-on-dark palettes need special border rules */

.inflection-table-lightondark th {
	border: solid var(--wikt-palette-paleblue); /* stupid CSS sanitizer doesn't allow setting border-color to a variable for some reason, so we have to reset the entire border styling :( */
	border-width: 0 1px 1px 0;
} 

.inflection-table-lightondark th.secondary {
	opacity: 0.75;
}

.inflection-table-lightondark th:last-child {
	border-right: 0;
}

.inflection-table-lightondark tr:last-child th {
	border-bottom: 0;
}

/* Individual palettes - light-on-dark */

.inflection-table-darkgreen table {
	border: 1px solid var(--wikt-palette-forestgreen);
}

.inflection-table-darkgreen th {
	background: var(--wikt-palette-forestgreen);
	color: var(--wikt-palette-palergreen);
}

.inflection-table-darkblue table {
	border: 1px solid var(--wikt-palette-dullblue);
}

.inflection-table-darkblue th {
	background: var(--wikt-palette-dullblue);
	color: var(--wikt-palette-lavender);
}





/* stuff for experiments */


	.irow-red > th.secondary {
	  background-color: var(--wikt-palette-red-1) !important;
	}
	.irow-red > th {
	  background-color: var(--wikt-palette-red-2) !important;
	}
	.irow-red > th.outer {
	  background-color: var(--wikt-palette-red-4) !important;
	}
	.irow-scarlet > th.secondary {
	  background-color: var(--wikt-palette-scarlet-1) !important;
	}
	.irow-scarlet > th {
	  background-color: var(--wikt-palette-scarlet-2) !important;
	}
	.irow-scarlet > th.outer {
	  background-color: var(--wikt-palette-scarlet-4) !important;
	}
	.irow-orange > th.secondary {
	  background-color: var(--wikt-palette-orange-1) !important;
	}
	.irow-orange > th {
	  background-color: var(--wikt-palette-orange-2) !important;
	}
	.irow-orange > th.outer {
	  background-color: var(--wikt-palette-orange-4) !important;
	}
	.irow-amber > th.secondary {
	  background-color: var(--wikt-palette-amber-1) !important;
	}
	.irow-amber > th {
	  background-color: var(--wikt-palette-amber-2) !important;
	}
	.irow-amber > th.outer {
	  background-color: var(--wikt-palette-amber-4) !important;
	}
	.irow-yellow > th.secondary {
	  background-color: var(--wikt-palette-yellow-1) !important;
	}
	.irow-yellow > th {
	  background-color: var(--wikt-palette-yellow-2) !important;
	}
	.irow-yellow > th.outer {
	  background-color: var(--wikt-palette-yellow-4) !important;
	}
	.irow-lime > th.secondary {
	  background-color: var(--wikt-palette-lime-1) !important;
	}
	.irow-lime > th {
	  background-color: var(--wikt-palette-lime-2) !important;
	}
	.irow-lime > th.outer {
	  background-color: var(--wikt-palette-lime-4) !important;
	}
	.irow-green > th.secondary {
	  background-color: var(--wikt-palette-green-1) !important;
	}
	.irow-green > th {
	  background-color: var(--wikt-palette-green-2) !important;
	}
	.irow-green > th.outer {
	  background-color: var(--wikt-palette-green-4) !important;
	}
	.irow-teal > th.secondary {
	  background-color: var(--wikt-palette-teal-1) !important;
	}
	.irow-teal > th {
	  background-color: var(--wikt-palette-teal-2) !important;
	}
	.irow-teal > th.outer {
	  background-color: var(--wikt-palette-teal-4) !important;
	}
	.irow-cyan > th.secondary {
	  background-color: var(--wikt-palette-cyan-1) !important;
	}
	.irow-cyan > th {
	  background-color: var(--wikt-palette-cyan-2) !important;
	}
	.irow-cyan > th.outer {
	  background-color: var(--wikt-palette-cyan-4) !important;
	}
	.irow-blue > th.secondary {
	  background-color: var(--wikt-palette-blue-1) !important;
	}
	.irow-blue > th {
	  background-color: var(--wikt-palette-blue-2) !important;
	}
	.irow-blue > th.outer {
	  background-color: var(--wikt-palette-blue-4) !important;
	}
	.irow-indigo > th.secondary {
	  background-color: var(--wikt-palette-indigo-1) !important;
	}
	.irow-indigo > th {
	  background-color: var(--wikt-palette-indigo-2) !important;
	}
	.irow-indigo > th.outer {
	  background-color: var(--wikt-palette-indigo-4) !important;
	}
	.irow-purple > th.secondary {
	  background-color: var(--wikt-palette-purple-1) !important;
	}
	.irow-purple > th {
	  background-color: var(--wikt-palette-purple-2) !important;
	}
	.irow-purple > th.outer {
	  background-color: var(--wikt-palette-purple-4) !important;
	}
	.irow-magenta > th.secondary {
	  background-color: var(--wikt-palette-magenta-1) !important;
	}
	.irow-magenta > th {
	  background-color: var(--wikt-palette-magenta-2) !important;
	}
	.irow-magenta > th.outer {
	  background-color: var(--wikt-palette-magenta-4) !important;
	}
	.irow-rose > th.secondary {
	  background-color: var(--wikt-palette-rose-1) !important;
	}
	.irow-rose > th {
	  background-color: var(--wikt-palette-rose-2) !important;
	}
	.irow-rose > th.outer {
	  background-color: var(--wikt-palette-rose-4) !important;
	}
	.irow-grey > th.secondary {
	  background-color: var(--wikt-palette-grey-1) !important;
	}
	.irow-grey > th {
	  background-color: var(--wikt-palette-grey-2) !important;
	}
	.irow-grey > th.outer {
	  background-color: var(--wikt-palette-grey-4) !important;
	}
	.irow-brown > th.secondary {
	  background-color: var(--wikt-palette-brown-1) !important;
	}
	.irow-brown > th {
	  background-color: var(--wikt-palette-brown-2) !important;
	}
	.irow-brown > th.outer {
	  background-color: var(--wikt-palette-brown-4) !important;
	}