@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/Assets/Images/Greenboard.jpg") no-repeat fixed center;
	background-size: cover;
}

page.text {
	color: #FFFFFF;
}
page.lite {
	color: #ED7455;
}
page.dark {
	color: #E74A22;
}
page.gram {
	z-index: 1;	/* This index enables the "Beginner/Adavnced" menu button of grammar pages */
}

/* Hindi and French translation */
french {
	color: #AAA;
}
hindi ~ french {
	display: none;
}
	hindi ~ french::before {
		content: " : ";
	}
hindi {
	cursor: help;
}
	hindi:hover + french, french:hover {
		display: inline;
	}

/* Transliteration attributes (to be used with JavaScript Begin functions) */
trans {
	font-style: italic;
}
trans::before {
	content: " (";
	color: #FFF;
	font-style: normal;
}
trans::after {
	content: ")";
	color: #FFF;
	font-style: normal;
}

.mas {
	color: #8888FF;
}
.fem {
	color: #FF8888;
}
.aux {
	color: #5DF340;
}
.pst {
	color: #C284B9;
}
.erg {
	color: #8585AD;
}

.emphasis {
	color: #E74A22;
}