/*
===============================================================================
 Project Wulfila
 ------------------------------------------------------------------------------
 
 Shared CSS for entries from Streitberg's dictionary embedded in other pages.
 
 Currently NOT shared with the standalone HTML transcription (dictionary.css),
 despite some obvious overlap.

 Expects embedded entries in an element with class "streitberg".
 
 ------------------------------------------------------------------------------
 tdh.20260617
===============================================================================
*/


.streitberg {
	color: #444;
}

.streitberg .grammar {
	color: olive;
}

.streitberg .m {
	color: navy;
}

.streitberg .q {
	color: navy;
}

.streitberg .greek {
	font-style: normal;
}

.streitberg .lb {
	font-style: normal;
}

.streitberg .note {
	color: gray;
}

.streitberg i.sperrdruck {
	color: burlywood;
	font-style: normal;
	/* letter-spacing: 0.2em; */
}

.streitberg .bib,
.streitberg .xref {
	color: teal;
}

.streitberg a .m {
	color: inherit;
}

.streitberg .lemma a {
	color: black;
	text-decoration: none;
}

.streitberg .lemma a:hover {
	text-decoration: underline;
}

.streitberg del {
	color: red;
	text-decoration: none;
}

.streitberg ins {
	color: green;
	text-decoration: underline;
}