PluginProbe
Visual Slider / trunk
Visual Slider vtrunk
visual-slider / admin / assets / css / admin-iconpicker.css

admin-iconpicker.css in Visual Slider trunk, at admin/assets/css/admin-iconpicker.css

268 lines 4.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .vs-active-icon .vs-mouse-wait{
2 background:rgba(0,0,0,0.70);
3 }
4
5 .vs_title_tabs a:hover{
6 background:#cccccc;
7 }
8 .vs_layout_active {
9 background: rgb(255, 255, 255) !important;
10 border-bottom: none !important;
11 border-width: 1px 1px 0px 1px !important;
12 }
13
14
15 .vs_icon .vs_icon_content i::before {
16 font-family: FontAwesome;
17 font-size: 40px;
18 color: #666;
19 font-style: normal;
20 line-height: 40px;
21
22 font-style: normal;
23 }
24 .vs-menu-icon {
25 width: 100%;
26 position:relative;
27 padding-top: 10px;
28 }
29 .vs-menu-icon::before {
30 font-family: FontAwesome!important;
31 padding: 10px;
32 font-size: 30px;
33 color: #000;
34 border: solid 3px rgba(150,150,150,.3);
35 font-style: normal;
36 }
37 .vs_icon_content {
38 box-sizing: border-box;
39 }
40 .vs_icon li {
41 width: 90px;
42 }
43 .vs_icon li span {
44 font-size: 12px;
45 text-align: center;
46 width: 100%;
47 line-height: 1.3em;
48 float: left;
49 overflow: hidden;
50 height: 2.6em;
51 font-style: normal;
52 }
53 .vs_icon_content .fa {
54 width: 100%;
55 padding: 10px;
56 }
57 .vs_icon_item.selected {
58 box-shadow: 0 0 0 3px rgba(0,132,255,1.00);
59 }
60
61 body.vs-active-icon .vs_icon {
62 position: fixed;
63 pointer-events: all;
64 background: rgba(0,0,0,0.70);
65 top: 0;
66 z-index: 10000000 !important;
67 cursor: initial;
68 height: 100%;
69 width: 100%;
70 right: 0;
71 }
72 body.vs-active-icon .menu-item {
73 display: block;
74 }
75 .vs_builder_remove_icon:hover{
76 opacity:.5;
77 }
78 .vs_builder_remove_icon::before{
79 font-family:dashicons;
80 content: "\f158";
81 color:#ff0000;
82 font-size: 25px;
83 font-style: normal;
84 line-height: 25px;
85 float: left;
86 }
87
88 .vs_builder_remove_icon{
89 cursor:pointer;
90 position:absolute;
91 top:-12px;
92 left:-12px;
93 }
94 .vs_icon * {
95 pointer-events: all;
96 box-sizing: border-box;
97 }
98 .vs_icon.vs_active {
99 display: table;
100 vertical-align: middle
101 }
102 .vs_icon_middle {
103 margin: auto;
104 vertical-align: middle;
105 width: calc(100% - 40px);
106 height: calc(100% - 40px);
107 text-align: center;
108 display: inline-block;
109 position: absolute;
110 margin:20px;
111
112 overflow: auto;
113 box-sizing: border-box;
114 left: auto;
115 bottom: auto;
116 }
117 .vs_icon_warp {
118 width: 100%;
119 max-height: 450px;
120 background: #ffffff;
121 margin: auto;
122 }
123 .vs_row_list{
124 padding:15px;
125 }
126 .vs_icon_title {
127 padding: 10px 10px 0;
128 font-size: 18px;
129 font-weight: 700;
130 text-align: left;
131 position: sticky;
132 font-style: normal;
133 background: rgb(248, 248, 248);
134 box-sizing: border-box;
135 float: left;
136 width: 100%;
137 z-index: 999999 !important;
138 top: 0;
139 position: sticky;
140 top: 0;
141 line-height: 25px;
142 }
143 .vs_icon_content .vs_icon_warp{
144 display:none;
145 }
146 .vs_icon_content .vs_icon_warp.vs_layout_group_active{
147 display:inline-block;
148 }
149 .vs_icon_title .vs_title_tabs{
150 margin-top:20px;
151
152 }
153 .vs_icon_close {
154 cursor: pointer;
155 font-style: normal;
156 }
157 .vs_icon_close::before {
158 font-size: 2em;
159 font-family: dashicons;
160 height: 100%;
161 float: right;
162 content: "\f335";
163 font-style: normal;
164 }
165 .vs_icon_close:hover {
166 opacity: .6;
167 }
168 .vs_icon_content {
169 overflow-y: auto;
170 float: left;
171 background: #fff;
172 padding: 0;
173 padding: 20px;
174 box-sizing: border-box;
175 margin: 0;
176 width: 100%;
177 height: 100%;
178 }
179 .vs_icon_content li {
180 display: inline-block;
181 float: left;
182 box-sizing: border-box;
183 padding: 5px;
184 cursor: pointer;
185 }
186 .vs_icon[vs-has-search="active"] .vs_title_tabs {
187 display:none !important;
188
189 }
190 .vs_icon[vs-has-search="active"] .vs_icon_warp{
191 display:inline !important;
192 }
193 .vs_icon_add {
194 background: #0085ba;
195 font-style: normal;
196 border-color: #0073aa #006799 #006799;
197 -webkit-box-shadow: 0 1px 0 #006799;
198 box-shadow: 0 1px 0 #006799;
199 color: #fff;
200 text-decoration: none;
201 text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
202 }
203 .vs_remove_icon {
204 font-style:normal;
205
206 }
207 .vs_remove_icon.vs-remove-hide{
208 display:none;
209 }
210 .vs_remove_icon.vs-remove-show{
211 display:inline-block;
212 }
213 .vs_icon_bottom {
214 float: left;
215 padding: 15px;
216 position: sticky;
217 bottom: 0;
218 background: #fcfcfc;
219 text-align: left;
220 width: 100%;
221 }
222 .vs_icon .vs_icon_head {
223 width: 100%;
224 float: left;
225 position: relative;
226 font-size: 30px;
227 text-align: left;
228 border-bottom: solid 3px #5555552b;
229 padding-bottom: 20px;
230 }
231
232 .vs_icon .vs-search-item{
233 display:none !important;
234 }
235 .vs_icon .vs-search-item.vs-search-show{
236 display:inline !important;
237
238 }
239 .vs_icon[vs-has-search="deactive"] .vs-search-item{
240 display:inline-block !important;
241 }
242 .vs_icon .search-icon-control {
243 width: 100%;
244 border: solid 3px #ddd;
245 line-height: 35px;
246 border-radius: 10px;
247 margin-top: 10px;
248 padding: 0 15px;
249 }
250
251 .rtl .vs_icon li span,
252 .rtl .vs_builder_remove_icon::before,
253 .rtl .vs_icon_title,
254 .rtl .vs_icon_content,
255 .rtl .vs_icon_content li,
256 .rtl .vs_icon_bottom,
257 .rtl .vs_icon .vs_icon_head{
258
259 float:right;
260 }
261
262 .rtl .vs_icon_close::before{
263 float:left;
264 }
265 .rtl .vs_icon .vs_icon_head,
266 .rtl .vs_icon_title{
267 text-align:right;
268 }