r2911 vs r2912
11
[[분류:냥]]
22
{{{#!style
3
.Footnote {color: #0275d8; display: inline; font-size: .8em; vertical-align: super}
3
.Footnote {color: #0275d8; display: inline; font-size: .8em; vertical-align: super; margin-right: -50px}
44
.Footnote:hover {color: #0263b8; text-decoration: underline}
55
@theseed-dark-mode {
66
.Footnote {color: #ec9f19}
......
88
99
{{{#!style
1010
.g {
11
height: 5px; overflow: hidden; background: red; width: 50px; display: inline-block;
11
height: 5px; overflow: hidden; background: red; width: 50px; display: inline-block; vertical-align: super
1212
}
1313
.g:hover {
14
height: revert; overflow: normal; margin-right: -50%;
14
height: revert; overflow: normal;
1515
background: #fff;
1616
border-radius: 3px;
1717
box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
......
2020
display: inline;
2121
word-break: break-all;
2222
}
23
.h:hover {
24
overflow: normal
25
}
2326
@theseed-dark-mode{
2427
.g:hover {
2528
background: rgb(56, 59, 64);
......
2730
}}
2831
}}}
2932
30
asdfasdfasdf
31
각주{{{#!wiki class="Footnote" style="margin-right: -50px"
33
asdfasdfasdf 각주{{{#!wiki class="h" style="display: inline-block; overflow: hidden"
34
{{{#!wiki style="background: blue; width: fit-content"
35
{{{#!wiki class="Footnote"
3236
[asdf]}}}{{{#!wiki class="g"
3337
{{{#!wiki class="InternalLink"
3438
[asdf]}}} 내용내용내용
35
}}}
36
asdfasdf
39
}}}}}}}}}asdfasdf
3740
3841
{{{#!style
3942
.InternalLink {color: #0275d8; display: inline}
......