r2906 vs r2907
11
[[분류:냥]]
22
{{{#!style
33
.g {
4
height: 5px; overflow: hidden; background: red; width: 10px
4
height: 5px; overflow: hidden; background: red; width: 10px; display: inline-block
55
}
66
.g:hover {
7
background: #fff; height: revert; padding: 15px 0; border: 2px solid #fff; border-radius: 5px; overflow: normal;
8
display: inline;
9
}
10
@theseed-dark-mode{
11
.g:hover {
12
background: rgb(56, 59, 64); height: revert; padding: 15px 0; border: 2px solid #000; border-radius: 5px; overflow: normal;
13
display: inline;
14
}}
15
.f {
16
background: inherit;
7
height: revert; overflow: normal; margin-right: -50%;
8
background: #fff;
179
border-radius: 3px;
1810
box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
1911
max-width: 50%;
......
2214
word-break: break-all;
2315
}
2416
@theseed-dark-mode{
25
.f {
26
background: inherit;
17
.g:hover {
18
background: rgb(56, 59, 64);
2719
box-shadow: rgba(255, 255, 255, 0.5) 0 0 2px;
28
}
29
}
20
}}
3021
}}}
3122
3223
asdfasdfasdf
33
{{{#!wiki class="g"
34
{{{#!wiki class="f"
24
각주{{{#!wiki class="g"
3525
{{{#!wiki class="InternalLink"
3626
[asdf]}}} 내용내용내용
3727
}}}
38
}}}
3928
asdfasdf
4029
4130
{{{#!style
......