SketchUp / sketchup-yard-template

YARD Template used to generate SketchUp Ruby API documentations
MIT License
13 stars 5 forks source link

OnHover magically appearing links #15

Open DanRathbun opened 7 years ago

DanRathbun commented 7 years ago

Thomas made note in another issue thread about liking these style links: http://breathe.readthedocs.io/en/latest/#_CPPv2N8NutshellD0Ev ... so I started a new one to talk about link styling.

Basically they are onHover (onMouseOver) magically appearing links. They'd work well for the permalinks.

DanRathbun commented 7 years ago

I have gotten the popup "permalinks" to work well. Normal rendering:

image

And then onHover anywhere over the h2.summary_header parent element:

image

I used the same styling as the "note title constructor" class indicators in the "Instance Method Summary" (expanded) lists. Ie:

image

... except that I created a new class named "permalink", in an addendum stylesheet named "styles_add.css". (It's better to leave the default stylesheet file as is from YARD master.)