r2905 vs r2906
11
[[분류:냥]]
22
{{{#!style
3
.g {
4
height: 5px; overflow: hidden; background: red; width: 10px
5
}
6
.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;
17
border-radius: 3px;
18
box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
19
max-width: 50%;
20
padding: 15px;
21
display: inline;
22
word-break: break-all;
23
}
24
@theseed-dark-mode{
25
.f {
26
background: inherit;
27
box-shadow: rgba(255, 255, 255, 0.5) 0 0 2px;
28
}
29
}
30
}}}
31
32
asdfasdfasdf
33
{{{#!wiki class="g"
34
{{{#!wiki class="f"
35
{{{#!wiki class="InternalLink"
36
[asdf]}}} 내용내용내용
37
}}}
38
}}}
39
asdfasdf
40
41
{{{#!style
342
.InternalLink {color: #0275d8; display: inline}
443
.InternalLink:hover {color: #0263b8; text-decoration: underline}
544
@theseed-dark-mode {
......