Jump to content

Template:Translations/styles.css

From Yezur Wiki
Revision as of 11:52, 3 August 2026 by Thiorosan (talk | contribs) (Styles for the translations box)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Template:Translations/styles.css — the translations box */
.translations {
	border: 1px solid #a2a9b1;
	border-top: 3px solid #2a4b6b;
	background: #f8f9fa;
	padding: 0.4em 0.8em 0.5em;
	margin: 0.5em 0;
	max-width: 38em;
	font-size: 95%;
}
.translations-head {
	font-weight: bold;
	margin-bottom: 0.2em;
}
.translations-gloss {
	font-weight: normal;
	font-style: italic;
}
.translations-family {
	font-weight: bold;
	font-size: 92%;
	color: #2a4b6b;
	margin: 0.3em 0 0.1em;
}
ul.translations-list {
	margin: 0 0 0 1.4em;
}
.translations-error {
	color: #b32424;
}