Template:Interlinear/styles.css: Difference between revisions
Jump to navigation
Jump to search
(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; }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* | /* | ||
------------------------------------------ | ------------------------------------------ | ||
-- use in the 'classN' parameter | -- use in the 'classN' parameter |
Latest revision as of 09:53, 15 April 2024
/*
------------------------------------------
-- 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;
}