PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 3.4.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v3.4.2
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
← All changes | css/wp-chatbot-tabs.css +200 -349 8.5.43.4.2 View file →
@@ -1,349 +1,200 @@
1 -/* Default tab style */
2 -
3 -.wp-chatbot-tabs {
4 -
5 - position: relative;
6 -
7 - overflow: hidden;
8 -
9 - margin: 0 auto;
10 -
11 - width: 100%;
12 -
13 - font-weight: 300;
14 -
15 - display: flex;
16 -}
17 -
18 -
19 -
20 -/* Nav */
21 -
22 -.wp-chatbot-tabs nav {
23 -
24 - width: 16%;
25 -
26 - display: block;
27 -
28 - float: left;
29 -
30 -
31 -
32 -}
33 -
34 -
35 -
36 -.wp-chatbot-tabs nav ul {
37 - position: relative;
38 - margin: 0 auto;
39 - padding: 0;
40 - list-style: none;
41 - margin-bottom: 15px;
42 -
43 -}
44 -
45 -
46 -
47 -.wp-chatbot-tabs nav a span {
48 -
49 - vertical-align: middle;
50 -
51 - font-size: 0.75em;
52 -
53 -}
54 -
55 -
56 -/* Content */
57 -
58 -.content-wrap {
59 -
60 - position: relative;
61 -
62 - width: 64%;
63 -
64 - display: block;
65 -
66 - float: left;
67 -
68 -
69 -}
70 -
71 -
72 -
73 -.content-wrap section {
74 -
75 - display: none;
76 -
77 - margin: 0 auto;
78 -
79 - padding: 1em;
80 -
81 -
82 -}
83 -
84 -
85 -
86 -.content-wrap section.content-current {
87 -
88 - display: block;
89 -
90 -}
91 -
92 -
93 -.wp-chatbot-lng-items .row, #wp-chatbot-language-section .row{
94 -
95 - padding-top: 2px;
96 -
97 - padding-bottom: 2px;
98 -
99 - margin-bottom: 0;
100 -
101 -}
102 -
103 -
104 -
105 -.top-section .row .cxsc-settings-blocks {
106 -
107 - padding-top: 10px;
108 -
109 -}
110 -
111 -
112 -
113 -.content-wrap section h4 {
114 -
115 - margin-top: 0;
116 -
117 - padding-top: 0;
118 -
119 - font-size: 16px;
120 -
121 - font-weight: normal;
122 -
123 -}
124 -
125 -
126 -
127 -.content-wrap section.content-current input[type=checkbox] + label, .wp-chatbot-wrap label {
128 -
129 - font-size: 14px;
130 -
131 - font-weight: normal !important;
132 -
133 - margin-bottom: 0;
134 -
135 -}
136 -
137 -
138 -
139 -/* Fallback */
140 -
141 -.no-js .content-wrap section {
142 -
143 - display: block;
144 -
145 - padding-bottom: 2em;
146 -
147 - border-bottom: 1px solid rgba(255, 255, 255, 0.6);
148 -
149 -}
150 -
151 -
152 -
153 -.no-flexbox nav ul {
154 -
155 - display: block;
156 -
157 -}
158 -
159 -
160 -
161 -.no-flexbox nav ul li {
162 -
163 - min-width: 15%;
164 -
165 - display: inline-block;
166 -
167 -}
168 -
169 -
170 -
171 -/*****************************/
172 -
173 -/* Flip */
174 -
175 -/*****************************/
176 -
177 -
178 -
179 -
180 -.wp-chatbot-tabs-style-flip nav a {
181 -
182 - padding: 0.5em 1em;
183 -
184 - color: #33B0D9;
185 -
186 - font-size: 18px;
187 -
188 -}
189 -
190 -
191 -
192 -.wp-chatbot-tabs-style-flip nav a:hover, .wp-chatbot-tabs-style-flip nav a:focus, .wp-chatbot-tabs-style-flip nav a:active, .wp-chatbot-tabs-style-flip nav li.tab-current a {
193 -
194 - color: #74777b;
195 -
196 - outline: none;
197 -
198 - box-shadow: none;
199 -
200 -}
201 -
202 -
203 -
204 -.wp-chatbot-tabs-style-flip nav a span {
205 -
206 - text-transform: capitalize;
207 -
208 - letter-spacing: 1px;
209 -
210 - font-weight: 700;
211 -
212 - font-size: 0.625em;
213 -
214 -}
215 -
216 -
217 -
218 -.wp-chatbot-tabs-style-flip nav a::after {
219 -
220 - position: absolute;
221 -
222 - top: 0;
223 -
224 - left: 0;
225 -
226 - z-index: -1;
227 -
228 - width: 100%;
229 -
230 - height: 100%;
231 -
232 - background-color: #f0f0f0;
233 -
234 - content: '';
235 -
236 - -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
237 -
238 - transition: transform 0.3s, background-color 0.3s;
239 -
240 - -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
241 -
242 - transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
243 -
244 - -webkit-transform-origin: 50% 100%;
245 -
246 - transform-origin: 50% 100%;
247 -
248 - -webkit-perspective-origin: 50% 100%;
249 -
250 - perspective-origin: 50% 100%;
251 -
252 -}
253 -
254 -
255 -
256 -.wp-chatbot-tabs-style-flip nav li.tab-current a::after {
257 -
258 - background-color: #fff;
259 -
260 - -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
261 -
262 - transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
263 -
264 -}
265 -
266 -
267 -
268 -.wp-chatbot-tabs-style-flip .content-wrap {
269 -
270 - background: #fff;
271 -
272 -}
273 -
274 -
275 -
276 -@media screen and (max-width: 58em) {
277 -
278 - .wp-chatbot-tabs nav a.icon span {
279 -
280 - display: none;
281 -
282 - }
283 -
284 -
285 -
286 - .wp-chatbot-tabs nav a:before {
287 -
288 - margin-right: 0;
289 -
290 - }
291 -
292 -}
293 -
294 -
295 -
296 -@media screen and (max-width: 650px) {
297 -
298 - .wp-chatbot-tabs-style-flip nav a {
299 -
300 - padding: 0;
301 -
302 - line-height: 2;
303 -
304 - }
305 -
306 -
307 -
308 -}
309 -div#wp-chatbot-custom-color-options .cxsc-settings-blocks{
310 - min-height: 85px;
311 -}
312 -div#wp-chatbot-custom-color-options .cxsc-settings-blocks .cxsc-settings-blocks {
313 - min-height: 0;
314 -}
315 -section.wp-chatbot-tab-container-inner .top-section {
316 -
317 -}
318 -section.wp-chatbot-tab-container-inner div#wp-chatbot-custom-color-options .top-section .row {
319 - padding: 15px;
320 -}
321 -section.wp-chatbot-tab-container-inner .top-section input[type=checkbox] + label {
322 - font-size: 14px !important;
323 -}
324 -.panel-default>.panel-heading+.panel-collapse>.panel-body {
325 - border-top-color: #ddd;
326 - font-size: 15px;
327 -}
328 -.wp-chatbot-language-center-summmery {
329 - DISPLAY: NONE !important;
330 - }
331 -
332 - header.wp-chatbot-admin-header h3 {
333 - color: #fff;
334 - }
335 -
336 - .top-section .row .cxsc-settings-blocks {
337 - background-color: #fff;
338 - border: 1px solid #fff;
339 - margin: 0;
340 - padding: 0;
341 - box-shadow: none;
342 - width: auto;
343 -}
344 -
345 -.wrapTexttop-lite .alert.alert-warning {
346 - margin: 0 0 15px 0;
347 -}
348 -
349 -
1 +/* Default tab style */
2 +.wp-chatbot-tabs {
3 + position: relative;
4 + overflow: hidden;
5 + margin: 0 auto;
6 + width: 100%;
7 + font-weight: 300;
8 + font-size: 1.25em;
9 +}
10 +
11 +/* Nav */
12 +.wp-chatbot-tabs nav {
13 + width: 25%;
14 + display: block;
15 + float: left;
16 +
17 +}
18 +
19 +.wp-chatbot-tabs nav ul {
20 + position: relative;
21 + margin: 0 auto;
22 + padding: 0;
23 + list-style: none;
24 +}
25 +
26 +.wp-chatbot-tabs nav ul li {
27 + position: relative;
28 + border-bottom: 1px solid #4d565f;
29 + z-index: 1;
30 + display: block;
31 + margin: 0;
32 + text-align: left;
33 + -webkit-flex: 1;
34 + -moz-flex: 1;
35 + -ms-flex: 1;
36 + flex: 1;
37 +}
38 +
39 +.wp-chatbot-tabs nav a {
40 + position: relative;
41 + display: block;
42 + overflow: hidden;
43 + text-overflow: ellipsis;
44 + white-space: nowrap;
45 + line-height: 2.5;
46 + text-decoration: none;
47 + /*padding: 10px 20px;*/
48 +}
49 +
50 +.wp-chatbot-tabs nav a span {
51 + vertical-align: middle;
52 + font-size: 0.75em;
53 +}
54 +
55 +.wp-chatbot-tabs nav li.tab-current a {
56 + color: #74777b;
57 +}
58 +
59 +.wp-chatbot-tabs nav a:focus {
60 + outline: none;
61 +}
62 +
63 +/* Content */
64 +.content-wrap {
65 + position: relative;
66 + width: 75%;
67 + display: block;
68 + float: left;
69 + min-height: 600px;
70 +}
71 +
72 +.content-wrap section {
73 + display: none;
74 + margin: 0 auto;
75 + padding: 1em;
76 + max-width: 1200px; /*text-align: center;*/
77 +}
78 +
79 +.content-wrap section.content-current {
80 + display: block;
81 +}
82 +
83 +.top-section .row {
84 + padding-top: 15px;
85 + padding-bottom: 15px;
86 +}
87 +.wp-chatbot-lng-items .row, #wp-chatbot-language-section .row{
88 + padding-top: 2px;
89 + padding-bottom: 2px;
90 + margin-bottom: 0;
91 +}
92 +
93 +.top-section .row .cxsc-settings-blocks {
94 + padding-top: 10px;
95 +}
96 +
97 +.content-wrap section h4 {
98 + margin-top: 0;
99 + padding-top: 0;
100 + font-size: 16px;
101 + font-weight: normal;
102 +}
103 +
104 +.content-wrap section.content-current input[type=checkbox] + label, .wp-chatbot-wrap label {
105 + font-size: 14px;
106 + font-weight: normal !important;
107 + margin-bottom: 0;
108 +}
109 +
110 +/* Fallback */
111 +.no-js .content-wrap section {
112 + display: block;
113 + padding-bottom: 2em;
114 + border-bottom: 1px solid rgba(255, 255, 255, 0.6);
115 +}
116 +
117 +.no-flexbox nav ul {
118 + display: block;
119 +}
120 +
121 +.no-flexbox nav ul li {
122 + min-width: 15%;
123 + display: inline-block;
124 +}
125 +
126 +/*****************************/
127 +/* Flip */
128 +/*****************************/
129 +
130 +.wp-chatbot-tabs-style-flip {
131 + max-width: 1200px;
132 +}
133 +
134 +.wp-chatbot-tabs-style-flip nav a {
135 + padding: 0.5em 1em;
136 + color: #33B0D9;
137 + -webkit-transition: color 0.3s;
138 + transition: color 0.3s;
139 + font-size: 18px;
140 +}
141 +
142 +.wp-chatbot-tabs-style-flip nav a:hover, .wp-chatbot-tabs-style-flip nav a:focus, .wp-chatbot-tabs-style-flip nav a:active, .wp-chatbot-tabs-style-flip nav li.tab-current a {
143 + color: #74777b;
144 + outline: none;
145 + box-shadow: none;
146 +}
147 +
148 +.wp-chatbot-tabs-style-flip nav a span {
149 + text-transform: uppercase;
150 + letter-spacing: 1px;
151 + font-weight: 700;
152 + font-size: 0.625em;
153 +}
154 +
155 +.wp-chatbot-tabs-style-flip nav a::after {
156 + position: absolute;
157 + top: 0;
158 + left: 0;
159 + z-index: -1;
160 + width: 100%;
161 + height: 100%;
162 + background-color: #f0f0f0;
163 + content: '';
164 + -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
165 + transition: transform 0.3s, background-color 0.3s;
166 + -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
167 + transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
168 + -webkit-transform-origin: 50% 100%;
169 + transform-origin: 50% 100%;
170 + -webkit-perspective-origin: 50% 100%;
171 + perspective-origin: 50% 100%;
172 +}
173 +
174 +.wp-chatbot-tabs-style-flip nav li.tab-current a::after {
175 + background-color: #fff;
176 + -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
177 + transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
178 +}
179 +
180 +.wp-chatbot-tabs-style-flip .content-wrap {
181 + background: #fff;
182 +}
183 +
184 +@media screen and (max-width: 58em) {
185 + .wp-chatbot-tabs nav a.icon span {
186 + display: none;
187 + }
188 +
189 + .wp-chatbot-tabs nav a:before {
190 + margin-right: 0;
191 + }
192 +}
193 +
194 +@media screen and (max-width: 650px) {
195 + .wp-chatbot-tabs-style-flip nav a {
196 + padding: 0;
197 + line-height: 2;
198 + }
199 +
200 +}