PluginProbe
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder / 1.0.6
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder v1.0.6
3.6.0 3.5.0 trunk 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5 1.5.1 All 110 releases
buttonizer-multifunctional-button / css / buttonizer.css

buttonizer.css in Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder 1.0.6, at css/buttonizer.css

370 lines 9.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .buttonizer-button{
2 position:fixed;
3 right: 40px;
4 bottom: 40px;
5 z-index: 9999;
6 transition: all 0.2s ease-in-out;
7 -moz-transition: all 0.2s ease-in-out;
8 -webkit-transition: all 0.2s ease-in-out;
9 -o-transition: all 0.2s ease-in-out;
10 }
11
12 .buttonizer-button .buttonizer_inner {
13 position: relative;
14 }
15
16 .buttonizer-button:hover .c5 {
17 opacity: 1;
18 }
19
20 .buttonizer-button a, .buttonizer-button a:hover, .buttonizer-button a:active, .buttonizer-button a:focus{
21 text-decoration: none;
22 color: #fff;
23 box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
24 }
25
26 .c5 {
27 font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif;
28 position: absolute !important;
29 opacity: 0;
30 bottom: -23px;
31 height: 15px !important;
32 line-height: 15px !important;
33 right: 0;
34 font-size: 8px;
35 background-color: rgba(0, 0, 0, 0.4) !important;
36 color: #FFFFFF;
37 text-align: center;
38 border-radius: 2px !important;
39 -moz-border-radius: 2px !important;
40 -webkit-border-radius: 2px !important;
41 }
42
43 .buttonizer-button a:hover,
44 .buttonizer-button a:focus{
45 background: #1D9BDB;
46 }
47
48 .buttonizer-button a{
49 background: #48A4DC;
50 border-radius:50%;
51 width:56px;
52 height:56px;
53 display: block;
54 vertical-align: middle;
55 text-align:center;
56 color: #FFFFFF;
57 box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
58 cursor:pointer;
59 outline:none;
60 position: relative;
61 transition: all 0.2s ease-out;
62 -moz-transition: all 0.2s ease-out;
63 -webkit-transition: all 0.2s ease-out;
64 -o-transition: all 0.2s ease-out;
65 margin-top: 5px;
66 line-height: 56px;
67 }
68
69 .buttonizer-button a.buttonizer_head {
70 position: absolute;
71 z-index: 999;
72 bottom: 0;
73 right: 0;
74 }
75
76 .buttonizer-button .buttonizer_inner a.buttonizer_head i {
77 font-size: 40px;
78 font-style: normal;
79 width: 56px;
80 height: 56px;
81 line-height: 56px;
82 display: block;
83 text-align: center;
84 }
85
86 .buttonizer-button .buttonizer_inner.exit_intent_animation a.buttonizer_head {
87 animation: buttonizer_exit_intent 1s;
88 }
89
90 .buttonizer-button a.buttonizer_head .text {
91 top: 15px;
92 right: 70px;
93 opacity: 0;
94 visibility: hidden;
95 }
96
97 .buttonizer-button a.buttonizer_head.onlyone:hover .text, .buttonizer-button a.buttonizer_head .text.showlabel {
98 opacity: 1;
99 visibility: visible;
100 }
101
102 .buttonizer-button a.buttonizer_head.onlyone i {
103 font-size: 26px !important;
104 }
105
106 .buttonizer-button .buttonizer_inner a.buttonizer_head i, .buttonizer-button .buttonizer_inner a.buttonizer_head img {
107 transition: all 0.2s ease-in-out;
108 -moz-transition: all 0.2s ease-in-out;
109 -webkit-transition: all 0.2s ease-in-out;
110 -o-transition: all 0.2s ease-in-out;
111 }
112
113 .buttonizer-button .buttonizer_inner.opened a.buttonizer_head i, .buttonizer-button .buttonizer_inner.opened a.buttonizer_head img {
114 -webkit-transform: rotate(45deg);
115 -moz-transform: rotate(45deg);
116 -o-transform: rotate(45deg);
117 -ms-transform: rotate(45deg);
118 transform: rotate(45deg);
119 }
120
121 .buttonizer-button i.isicon-fa {
122 font-size: 30px !important;
123 }
124
125 .buttonizer-button .buttonizer_inner a.is_extra {
126 position: absolute;
127 top: 0;
128 z-index: 1;
129 opacity: 0;
130 right: 9px;
131 width: 40px;
132 height: 40px;
133 line-height: 40px;
134 }
135
136 .buttonizer-button .buttonizer_inner a.is_extra i {
137 font-size: 18px;
138 }
139
140 .buttonizer-button.hide .buttonizer_inner a.buttonizer_head,
141 .buttonizer-button.hide .buttonizer_inner a.is_extra {
142 width:0;
143 height: 0;
144 bottom: 20px;
145 right: 20px;
146 opacity: 0;
147 }
148
149 .buttonizer-button.hide #buttonizer-sys {
150 width:0;
151 height: 0;
152 bottom: 20px;
153 right: 20px;
154 opacity: 0;
155 }
156
157 .buttonizer-button .buttonizer_inner.opened .share_1 .text,
158 .buttonizer-button .buttonizer_inner.opened .share_2 .text,
159 .buttonizer-button .buttonizer_inner.opened .share_3 .text {
160 top: -35px;
161 right: -53px;
162 }
163
164 .buttonizer-button a .text {
165 position: absolute;
166 top: 7px;
167 right: 55px;
168 text-align: right;
169 color: #ffffff;
170 height: 26px;
171 line-height: 26px;
172 font-size: 12px;
173 padding: 0 10px;
174 transition: all 0.1s ease-out;
175 -moz-transition: all 0.1s ease-out;
176 -webkit-transition: all 0.1s ease-out;
177 -o-transition: all 0.1s ease-out;
178 display: block;
179 white-space: nowrap;
180 background: #4e4c4c;
181 border-radius: 3px;
182 -moz-border-radius: 3px;
183 -webkit-border-radius: 3px;
184 }
185
186 .buttonizer-button .share .text {
187 opacity: 0;
188 visibility: hidden;
189 }
190
191 .buttonizer-button a.share:hover .text {
192 visibility: visible;
193 opacity: 1;
194 }
195
196 .buttonizer-button a i {
197 font-size:24px;
198 width:24px;
199 height:24px;
200 }
201
202 /* Default animation */
203 .buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_0 {
204 opacity: 1;
205 top: -110px;
206 }
207
208 .buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_1 {
209 opacity: 1;
210 top: -160px;
211 }
212
213 .buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_2 {
214 opacity: 1;
215 top: -210px;
216 }
217
218 .buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_3 {
219 opacity: 1;
220 top: -260px;
221 }
222
223 .buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_4 {
224 opacity: 1;
225 top: -310px;
226 }
227
228 .buttonizer-button[button-animation="default"] .buttonizer_inner.opened .share_1 {
229 opacity: 1;
230 left: -105px;
231 top: -53px;
232 }
233
234 .buttonizer-button[button-animation="default"] .buttonizer_inner.opened .share_2 {
235 opacity: 1;
236 left: -154px;
237 top: -53px;
238 }
239
240 .buttonizer-button[button-animation="default"] .buttonizer_inner.opened .share_3 {
241 opacity: 1;
242 left: -202px;
243 top: -53px;
244 }
245
246 /* Circle animation */
247 .buttonizer-button[button-animation="circle"] a.is_extra {
248 top: -50px;
249 right: 0px;
250 }
251
252 .buttonizer-button[button-animation="circle"] .buttonizer_inner a.is_extra .text {
253 opacity: 0;
254 }
255
256 .buttonizer-button[button-animation="circle"] .buttonizer_inner a.is_extra:hover .text {
257 opacity: 1;
258 }
259
260 .buttonizer-button[button-animation="circle"] .buttonizer_inner.opened .bt_0 {
261 opacity: 1;
262 top: -49px;
263 right: 150px;
264 }
265
266 .buttonizer-button[button-animation="circle"] .buttonizer_inner.opened .bt_1 {
267 opacity: 1;
268 top: -100px;
269 right: 137px;
270 -moz-transition-delay: 150ms;
271 -webkit-transition-delay: 150ms;
272 transition-delay: 150ms;
273 }
274
275 .buttonizer-button[button-animation="circle"] .buttonizer_inner.opened .bt_2 {
276 opacity: 1;
277 top: -150px;
278 right: 108px;
279 -moz-transition-delay: 300ms;
280 -webkit-transition-delay: 300ms;
281 transition-delay: 300ms;
282 }
283
284 .buttonizer-button[button-animation="circle"] .buttonizer_inner.opened .bt_3 {
285 opacity: 1;
286 top: -186px;
287 right: 63px;
288 -moz-transition-delay: 450ms;
289 -webkit-transition-delay: 450ms;
290 transition-delay: 450ms;
291 }
292
293 .buttonizer-button[button-animation="circle"] .buttonizer_inner.opened .bt_4 {
294 opacity: 1;
295 top: -208px;
296 right: 10px;
297 -moz-transition-delay: 600ms;
298 -webkit-transition-delay: 600ms;
299 transition-delay: 600ms;
300 }
301
302
303 /* Fade right to left animation */
304 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner:not(.opened) .is_extra {
305 margin-right: -40px;
306 }
307
308 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner.opened .is_extra {
309 opacity: 1;
310 }
311
312 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_0 {
313 top: -110px;
314 }
315
316 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_1 {
317 top: -160px;
318 -moz-transition-delay: 150ms;
319 -webkit-transition-delay: 150ms;
320 transition-delay: 150ms;
321 }
322
323 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_2 {
324 top: -210px;
325 -moz-transition-delay: 300ms;
326 -webkit-transition-delay: 300ms;
327 transition-delay: 300ms;
328 }
329
330 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_3 {
331 top: -260px;
332 -moz-transition-delay: 450ms;
333 -webkit-transition-delay: 450ms;
334 transition-delay: 450ms;
335 }
336
337 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_4 {
338 top: -310px;
339 -moz-transition-delay: 600ms;
340 -webkit-transition-delay: 600ms;
341 transition-delay: 600ms;
342 }
343
344 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner:not(.opened) .share_1,
345 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner:not(.opened) .share_2,
346 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner:not(.opened) .share_3 {
347 margin-bottom: -40px;
348 }
349
350 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .share_1 {
351 left: -105px;
352 top: -53px;
353 }
354
355 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .share_2 {
356 left: -154px;
357 top: -53px;
358 -moz-transition-delay: 150ms;
359 -webkit-transition-delay: 150ms;
360 transition-delay: 150ms;
361 }
362
363 .buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .share_3 {
364 left: -202px;
365 top: -53px;
366 -moz-transition-delay: 300ms;
367 -webkit-transition-delay: 300ms;
368 transition-delay: 300ms;
369 }
370