Styling Superscript
-
I have styled the superscript but that does not work for the footnote plugin while it works very well for other superscripts where the
<sup>
is used/*Subscrip, Superscript Footnotes*/ sub, sup {font-size: 75%; line-height: 0;position: relative;vertical-align: baseline;} sup {top: -0.5em;} sub {bottom: -0.25em;}
Subsequently I tried to copy that for the footnotes css styling using
.footnote_plugin_tooltip { font-size: 0.8em; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;}
as well as
.footnote_plugin_tooltip_text { font-size: 0.8em; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;}
but to no avail. Take a look at this page where the superscript forks for ‘th’ but not for footnote index
https://dhimanta.com/jsp-a/prarambha/v%E1%B9%9Bddha-methodology
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Styling Superscript’ is closed to new replies.