본문으로 건너뛰기
사용자

Vanilla(비교)

r209 vs r210
1
{{{#!style
2
.b, .fold1 {
3
display:none;
4
}
5
.a {
6
background: #fff;
7
border: 1px solid #ddd;
8
border-radius: 12px;
9
display:flex;
10
flex-direction:row;
11
align-items: center;
12
width: auto;
13
max-width: 350px;
14
}
15
.iconanda {
16
padding: .9rem;
17
display: flex;
18
gap: 7px;
19
align-items: center;
20
}
21
.firstclass {
22
border-right: 1px solid #ddd;
23
}
24
.a:hover ~ .b {
25
display:block !important;
26
}
27
.edit:hover ~ .fold1 {
28
display: block !important;
29
}
30
.icon {
31
font-family: "fontawesome";
32
font-size: 1.1rem;
33
}
34
}}}
35
{{{#!wiki class="a"
36
{{{#!wiki class="iconanda firstclass edit"
37
{{{#!wiki class="icon"
38
{{{#!html }}}
39
}}}편집
40
}}}
41
{{{#!wiki class="iconanda firstclass"
42
{{{#!wiki class="icon"
43
{{{#!html }}}
44
}}}토론
45
}}}
46
{{{#!wiki class="iconanda firstclass"
47
{{{#!wiki class="icon"
48
{{{#!html }}}
49
}}}역사
50
}}}
51
{{{#!wiki class="iconanda"
52
{{{#!wiki class="icon"
53
{{{#!html }}}
54
}}}ACL
55
}}}
56
}}}
57
{{{#!wiki class="b"
58
ㅋㅋㅋㅋ
59
}}}
1
크아악