Template:Interlinear/styles.css

From Linguifex
< Template:Interlinear
Revision as of 09:52, 15 April 2024 by Sware (talk | contribs) (Created page with "→‎{{pp-template}} ------------------------------------------ -- use in the 'classN' parameter ------------------------------------------: .interlinear .bold { font-weight: bold; } →‎"font-variant:small-caps;" ignores oddball letters (such as ḥ) "text-transform: uppercase;" handles them: .interlinear .smallcaps { text-transform: uppercase; font-size: smaller; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}}
------------------------------------------
	-- use in the 'classN' parameter
	------------------------------------------ */
.interlinear .bold {
	font-weight: bold;
}

/* "font-variant:small-caps;" ignores oddball letters (such as ḥ)
   "text-transform: uppercase;" handles them */
.interlinear .smallcaps {
	text-transform: uppercase;
	font-size: smaller;
}