Betterfootnotes
Text11Text in footnote.
Text22Text in footnote. and more text.
Text33Text in footnote.. More text.
:root { --posX: calc(50% - 358px - 12rem); --fnTransition: 0.3s; --fnLinger: 0.15s; --fnInteract: calc(var(--fnTransition) + var(--fnLinger)); } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; width: max-content; vertical-align: super; line-height: 80%; word-break: initial; text-decoration: none; font-style: initial; color: var(--fnColor, rgb(var(--link-color))); position: relative; font-size: 80%; padding: .15em .05em; margin-right: -0.25em; counter-increment: megacount; -webkit-user-select: none; user-select: none; } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, rgb(var(--link-color))); color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.25; padding: 0.8125rem; width: 12.5rem; box-sizing: border-box; background: white; border: .125rem solid black; font-size: .9125rem; font-weight: initial; font-style: normal; text-align: initial; visibility: hidden; opacity: 0; z-index: 9; transition: opacity 0.15s linear var(--fnLinger), right var(--fnTransition) cubic-bezier(.08,.72,.5,.94) var(--fnLinger), visibility 0.01s linear var(--fnInteract); } .fnnum:hover + .fncon, .fncon:is(:hover,:focus-within) { opacity: 1; z-index: 10; right: var(--posX); visibility: visible; transition: opacity 0.15s linear, right var(--fnTransition) cubic-bezier(.08,.72,.5,.94); } .fncon .label { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; font-size: initial; font-weight: bold; font-style: initial; padding: 0.18rem 0.32em 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.5rem; left: calc(15% - 50px); width: 70%; transition: opacity 0.15s linear var(--fnLinger), left var(--fnTransition) cubic-bezier(.08,.72,.5,.94) var(--fnLinger), visibility 0.01s linear var(--fnInteract); } .fnnum:hover + .fncon, .fncon:is(:hover,:focus-within) { left: 15%; transition: opacity 0.15s linear, left var(--fnTransition) cubic-bezier(.08,.72,.5,.94); } }
page revision: 5, last edited: 05 Apr 2025 18:02
