This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpgwmenu_custom.css
129 lines (110 loc) · 2.95 KB
/
pgwmenu_custom.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/**
* pgwMenuCustom - Version 2.0
*
* Copyright 2014, Jonathan M. Piat
* http://pgwjs.com - http://pagawa.com
*
* Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
*/
.pgwMenuCustom {
background: #f1941c;
height: 40px;
position: relative;
list-style: none;
}
.pgwMenuCustom ul {
list-style: none;
white-space: nowrap;
margin: 0;
padding: 0;
}
.pgwMenuCustom .pm-links.mobile,
.pgwMenuCustom .pm-viewMore > ul {
background: #f1941c;
box-shadow: 2px 2px 4px #777;
position: absolute;
left: 0;
top: 100%;
z-index: 1000;
}
.pgwMenuCustom .pm-links.mobile li,
.pgwMenuCustom .pm-viewMore > ul > li {
display: block;
clear: both;
width: 175px;
}
.pgwMenuCustom li {
float: left;
font-size: 0.9rem;
}
.pgwMenuCustom a{
display: block;
color: #fff;
line-height: 40px;
padding: 0 12px;
text-decoration: none;
}
.pgwMenuCustom a.selected {
background: #e5601d;
}
.pgwMenuCustom li a:hover{
background: #e86f2e;
text-decoration: none;
}
.pgwMenuCustom .pm-dropDown,
.pgwMenuCustom .pm-viewMore,
.pgwMenuCustom .pm-viewMore > ul {
display: none;
}
.pgwMenuCustom .pm-dropDown a {
display: inline-block;
background: #e86F2e;
}
.pgwMenuCustom .pm-dropDown a.active,
.pgwMenuCustom .pm-viewMore a.active {
background: #e5601d;
}
.pgwMenuCustom .pm-dropDown span.icon,
.pgwMenuCustom .pm-dropDown span.black {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvgAADr4B6kKxwAAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABpSURBVEhL7ZPLCcAwDEM9jefI/ks1Hyj2QbiGSLcKHggl8sEktjTc/WGyZxo6YKAbrFzFoav3/hdhmsrlijBN5XJFmKZyuSJMU7lcsfV/kIN0FRJgyACGDGDIAIYMpK8CHt6iG6xZhY0JIJ+6AHGbUFsAAAAASUVORK5CYII=) no-repeat;
display: block;
height: 22px;
width: 22px;
margin: 9px 5px;
}
.pgwMenuCustom .pm-dropDown span.white {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABKSURBVEhL7ZOxDQAwCMN6O4/T0tmjsxHJDB4yROJ0dz3s1BRHEi2OTREBpQFKA5QGKA3m7IP8RKeIgNIApQFKA5QGc/ZBfkJTdF0oUafLBAFNbAAAAABJRU5ErkJggg==) no-repeat;
display: block;
height: 22px;
width: 22px;
margin: 9px 5px;
}
.pgwMenuCustom .pm-viewMore {
display: none;
position: relative;
}
.pgwMenuCustom .pm-viewMore > a {
display: inline-block;
}
.pgwMenuCustom .pm-viewMore > ul {
left: auto;
right: 0;
}
.pgwMenuCustom .pm-viewMore li {
float: none;
}
.pgwMenuCustom .pm-viewMore span.icon,
.pgwMenuCustom .pm-viewMore span.white {
border-color: #fff transparent;
border-style: solid;
border-width: 8px 6px 0;
margin-left: 3px;
display: inline-block;
}
.pgwMenuCustom .pm-viewMore span.black {
border-color: #000 transparent;
border-style: solid;
border-width: 8px 6px 0;
margin-left: 3px;
display: inline-block;
}