PluginProbe
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder / 1.0.2
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder v1.0.2
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.2, at css/buttonizer.css

240 lines 5.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 a.buttonizer_head .text {
87 top: 15px;
88 right: 70px;
89 opacity: 0;
90 visibility: hidden;
91 }
92
93 .buttonizer-button a.buttonizer_head.onlyone:hover .text {
94 opacity: 1;
95 visibility: visible;
96 }
97
98 .buttonizer-button a.buttonizer_head.onlyone i {
99 font-size: 26px !important;
100 }
101
102 .buttonizer-button .buttonizer_inner a.buttonizer_head i, .buttonizer-button .buttonizer_inner a.buttonizer_head img {
103 transition: all 0.2s ease-in-out;
104 -moz-transition: all 0.2s ease-in-out;
105 -webkit-transition: all 0.2s ease-in-out;
106 -o-transition: all 0.2s ease-in-out;
107 }
108
109 .buttonizer-button .buttonizer_inner.opened a.buttonizer_head i, .buttonizer-button .buttonizer_inner.opened a.buttonizer_head img {
110 -webkit-transform: rotate(45deg);
111 -moz-transform: rotate(45deg);
112 -o-transform: rotate(45deg);
113 -ms-transform: rotate(45deg);
114 transform: rotate(45deg);
115 }
116
117 .buttonizer-button i.isicon-fa {
118 font-size: 30px !important;
119 }
120
121 .buttonizer-button .buttonizer_inner a.is_extra {
122 position: absolute;
123 top: 0;
124 z-index: 1;
125 opacity: 0;
126 right: 9px;
127 width: 40px;
128 height: 40px;
129 line-height: 40px;
130 }
131
132 .buttonizer-button .buttonizer_inner a.is_extra i {
133 font-size: 18px;
134 }
135
136 .buttonizer-button.hide .buttonizer_inner a.buttonizer_head,
137 .buttonizer-button.hide .buttonizer_inner a.is_extra {
138 width:0;
139 height: 0;
140 bottom: 20px;
141 right: 20px;
142 opacity: 0;
143 }
144
145 .buttonizer-button.hide #buttonizer-sys {
146 width:0;
147 height: 0;
148 bottom: 20px;
149 right: 20px;
150 opacity: 0;
151 }
152
153 .buttonizer-button .buttonizer_inner.opened .bt_0 {
154 opacity: 1;
155 top: -110px;
156 }
157
158 .buttonizer-button .buttonizer_inner.opened .bt_1 {
159 opacity: 1;
160 top: -160px;
161 }
162
163 .buttonizer-button .buttonizer_inner.opened .bt_2 {
164 opacity: 1;
165 top: -210px;
166 }
167
168 .buttonizer-button .buttonizer_inner.opened .bt_3 {
169 opacity: 1;
170 top: -260px;
171 }
172
173 .buttonizer-button .buttonizer_inner.opened .bt_4 {
174 opacity: 1;
175 top: -310px;
176 }
177
178 .buttonizer-button .buttonizer_inner.opened .share_1 {
179 opacity: 1;
180 left: -105px;
181 top: -53px;
182 }
183
184 .buttonizer-button .buttonizer_inner.opened .share_2 {
185 opacity: 1;
186 left: -154px;
187 top: -53px;
188 }
189
190 .buttonizer-button .buttonizer_inner.opened .share_3 {
191 opacity: 1;
192 left: -202px;
193 top: -53px;
194 }
195
196 .buttonizer-button .buttonizer_inner.opened .share_1 .text,
197 .buttonizer-button .buttonizer_inner.opened .share_2 .text,
198 .buttonizer-button .buttonizer_inner.opened .share_3 .text {
199 top: -35px;
200 right: -53px;
201 }
202
203 .buttonizer-button a .text {
204 position: absolute;
205 top: 7px;
206 right: 55px;
207 text-align: right;
208 color: #ffffff;
209 height: 26px;
210 line-height: 26px;
211 font-size: 12px;
212 padding: 0 10px;
213 transition: all 0.1s ease-out;
214 -moz-transition: all 0.1s ease-out;
215 -webkit-transition: all 0.1s ease-out;
216 -o-transition: all 0.1s ease-out;
217 display: block;
218 white-space: nowrap;
219 background: #4e4c4c;
220 border-radius: 3px;
221 -moz-border-radius: 3px;
222 -webkit-border-radius: 3px;
223 }
224
225 .buttonizer-button .share .text {
226 opacity: 0;
227 visibility: hidden;
228 }
229
230 .buttonizer-button a.share:hover .text {
231 visibility: visible;
232 opacity: 1;
233 }
234
235 .buttonizer-button a i {
236 font-size:24px;
237 width:24px;
238 height:24px;
239 }
240