| r2901 vs r2902 | ||
|---|---|---|
| ... | ... | |
| 3 | 3 | .InternalLink {color: #0275d8; display: inline} |
| 4 | 4 | .InternalLink:hover {color: #0263b8; text-decoration: underline} |
| 5 | 5 | @theseed-dark-mode { |
| 6 | .InternalLink {color: #ec9f19}.InternalLink:hover {color: #bd7f14} } | |
| 7 | }}} | |
| 8 | ||
| 6 | .InternalLink {color: #ec9f19}.InternalLink:hover {color: #bd7f14} } }}} | |
| 9 | 7 | [[asdf]] < internal |
| 10 | ||
| 11 | 8 | {{{#!wiki style="overflow: hidden; display: inline-table" |
| 12 | 9 | {{{#!wiki style="margin-left: -17px" |
| 13 | 10 | [[https://google.com|{{{#!wiki class="InternalLink" |
| 14 | 11 | asdf}}}]]}}}}}} < external |
| 12 | [*진짜각주 asdfasdasdfasdf] | |
| 15 | 13 | |
| 14 | {{{#!style | |
| 15 | .Footnote {color: #0275d8; display: inline; font-size: .8em; vertical-align: super;} | |
| 16 | .Footnote:hover {color: #0263b8} | |
| 17 | @theseed-dark-mode { | |
| 18 | .Footnote {color: #ec9f19} | |
| 19 | .Footnote:hover {color: #bd7f14} } }}} | |
| 16 | 20 | |
| 21 | {{{#!wiki class="Footnote" | |
| 22 | [asdf]}}} | |
| 17 | 23 | |
| 24 | ||
| 18 | 25 | {{{#!style |
| 19 | 26 | .asdf:is(li) { |
| 20 | 27 | color: red; |
| ... | ... |