-
Notifications
You must be signed in to change notification settings - Fork 75
/
jquery.fs.naver.css
101 lines (98 loc) · 1.9 KB
/
jquery.fs.naver.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/*
* Naver v3.1.2 - 2015-04-04
* A jQuery plugin for responsive navigation. Part of the Formstone Library.
* http://formstone.it/naver/
*
* Copyright 2015 Ben Plum; MIT Licensed
*/
/*
* Naver v3.1.2 - 2015-04-04
* A jQuery plugin for responsive navigation. Part of the Formstone Library.
* http://formstone.it/naver/
*
* Copyright 2015 Ben Plum; MIT Licensed
*/
/*
* Naver v3.1.2 - 2014-11-25
* A jQuery plugin for responsive navigation. Part of the Formstone Library.
* http://formstone.it/naver/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/
.naver {
margin: 0;
}
.naver,
.naver *,
.naver *:before,
.naver *:after {
box-sizing: border-box;
}
.naver-handle {
width: 100%;
background: #ffffff;
border: 1px solid #cccccc;
color: #111111;
cursor: pointer;
display: none;
font-size: 16px;
margin: 0;
padding: 10px 15px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.naver-handle:after {
height: 3px;
width: 15px;
position: absolute;
top: 0;
right: 15px;
bottom: 0;
background: #cccccc;
box-shadow: 0 5px 0 #cccccc, 0 -5px 0 #cccccc;
content: '';
display: block;
margin: auto 0;
}
.naver.open .naver-handle:after {
width: 15px;
height: 15px;
background: transparent;
border: none;
box-shadow: none;
color: #cccccc;
content: "\00d7";
font-size: 22px;
font-weight: 700;
line-height: 15px;
text-align: center;
}
.naver-wrapper {
border: none;
height: auto;
margin: 0;
padding: 0;
}
.naver-container:after {
clear: both;
content: ".";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
.naver.enabled .naver-handle {
display: block;
}
.naver.enabled .naver-wrapper {
height: 0px;
overflow: hidden;
}
.naver.enabled .naver-container {
background: #ffffff;
border: 1px solid #cccccc;
border-width: 0 1px 1px;
}