Stylesheet Definitions
This plugin also uses a stylesheet to style the jQuery links and the indicator characters.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | a.tt-link, a.tt-link-all, a.tt-link-part { text-decoration:none !important; } div.tt-div { display:none; } span.tt-span { color: black !important; font-family: monospace; font-size: large; } span.tt-span-hide, span.tt-span-all-hide, span.tt-span-part-hide { display:none; } |
- The first section removes any decorations to the link text, particularly underlining it. (I find the underlining of links, particularly in this situation, to be particularly annoying.)
- The second section automatically hides the content until the accompanying link is clicked.
- The third section forces the indicator characters to be monospaced so they will always be the same size and use the same ‘real estate’ on the screen; that way, they will not cause the subsequent link text to move when clicked.
- The fourth section automatically hides the “hide” character until the accompanying link is clicked.
The short URL of the present article is: http://www.terryobrien.me/kUWob
Personal Links