Template:Sandbox/grcDecl.css

Hello, you have come here looking for the meaning of the word Template:Sandbox/grcDecl.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:Sandbox/grcDecl.css, but we will also tell you about its etymology, its characteristics and you will know how to say Template:Sandbox/grcDecl.css in singular and plural. Everything you need to know about the word Template:Sandbox/grcDecl.css you have here. The definition of the word Template:Sandbox/grcDecl.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:Sandbox/grcDecl.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/*
	For experimental declension tables in ], a copy of
	some of the CSS that I have in the script sandbox
	(]).
	
	I think you can install this by adding the following code to your common.js
	(]):
		
		importStylesheetURI("//en.wiktionary.orghttps://en.wiktionary.org/w/index.php?title=User:Erutuon/grcInflection.css&action=raw&ctype=text/css")
*/

table.grc-adj-infl {
	width: auto;
	border: 1px solid lightgray;
	border-collapse: separate;
	border-spacing: 1px;
}

table.grc-adj-infl .vsToggleElement {
	background-color: hsl(220, 20%, 85%);
}

table.grc-adj-infl .gender, table.grc-adj-infl .case,
table.grc-adj-infl .number, table.grc-adj-infl .label {
	background-color: hsl(220, 20%, 85%);
}

.NavToggle {
	margin-left: 0.5em;
}

.grc-adj-infl th, .grc-adj-infl td {
	/* border: 1px solid #fff; */
	padding: 0.2em 0.4em;
}

.grc-adj-infl th.first-declension {
	background-color: hsl(340, 70%, 80%);
}

.grc-adj-infl td.first-declension {
	background-color: hsl(340, 70%, 90%);
}

.grc-adj-infl th.second-declension {
	background-color: hsl(145, 70%, 80%);
}

.grc-adj-infl td.second-declension {
	background-color: hsl(145, 70%, 90%);
}

.grc-adj-infl th.third-declension {
	background-color: hsl(220, 70%, 80%);
}

.grc-adj-infl td.third-declension {
	background-color: hsl(220, 70%, 90%);
}

.grc-adj-infl .all-declensions {
	background-color: hsl(220, 50%, 90%);
}