r2
r1
1{{{#!style
2.nw-a-box {
3 border-left: 1px solid #808080;
4 border-right: 1px solid #808080;
5 border-bottom: 1px solid #808080;
6 border-top: none;
7 box-shadow: 0 -6px 0 0 #007E01;
8 margin-top: 6px;
9 background-color: transparent;
10 padding: 10px 15px;
11 box-sizing: border-box;
12 border-radius: 0;
13 transition: box-shadow 0.2s ease-in-out;
14 font-size: 0.95em;
15}
16.nw-a-box:hover {
17 box-shadow: 0 -6px 0 0 #ff0000;
18}
19.nw-a-box-default {
20 margin: 0;
21}
22.nw-a-box-hover {
23 display: none;
24 margin: 0;
25}
26.nw-a-box:hover .nw-a-box-default {
27 display: none;
28}
29.nw-a-box:hover .nw-a-box-hover {
30 display: block;
31}
32@theseed-dark-mode {
33 .nw-a-box {
34 border-left: 1px solid #444444;
35 border-right: 1px solid #444444;
36 border-bottom: 1px solid #444444;
37 }
38}
39}}}
40{{{#!wiki class="nw-a-box"
41{{{#!wiki class="nw-a-box-default"
r2
42이 사용자는 모바일 인증되었습니다.
r1
43}}}{{{#!wiki class="nw-a-box-hover"
r2
44이 사용자는 모바일 인증되었습니다.
r1
45}}}
46}}}