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 | templates/template-00/shortcode-backup.css +279 -549 8.7.23.4.2 View file →
@@ -1,549 +1,279 @@
1 -/*
2 -
3 - 1.ShortCode Grid
4 -
5 - 2.wp Chat bot Message container
6 -
7 - 3.Sidebar
8 -
9 - -Cart
10 -
11 - -Agent
12 -
13 - 4.Product Details
14 -
15 -*/
16 -
17 -/**********************************************************************************
18 -
19 -1. ShortCode Grid
20 -
21 -**********************************************************************************/
22 -
23 -.chatbot-shortcode-template-00 {
24 -
25 - font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria;
26 -
27 - height: auto;
28 -
29 - max-width: 1100px;
30 -
31 - margin: 0 auto;
32 -
33 - position: relative;
34 -
35 - box-sizing: border-box;
36 -
37 - border-radius: 5px;
38 -
39 - box-shadow: 0 5px 40px rgba(0, 0, 0, .10);
40 -
41 - background: #ffffff;
42 -
43 - display: table;
44 -
45 -}
46 -
47 -
48 -
49 -.chatbot-shortcode-row {
50 -
51 - display: table-row;
52 -
53 -}
54 -
55 -
56 -
57 -.chatbot-shortcode-template-00 .wp-chatbot-container, .chatbot-shortcode-template-00 .chatbot-sidebar {
58 -
59 - display: table-cell;
60 -
61 - vertical-align: top;
62 -
63 - box-sizing: border-box;
64 -
65 -}
66 -
67 -
68 -
69 -.chatbot-shortcode-template-00 .chatbot-sidebar {
70 -
71 - width: 30%;
72 -
73 - padding: 15px;
74 -
75 - font-size: 14px;
76 -
77 - line-height: 1.8;
78 -
79 -}
80 -
81 -
82 -
83 -.chatbot-shortcode-template-00 .wp-chatbot-container {
84 -
85 - width: 40%;
86 -
87 - background-color: #f6f6fc;
88 -
89 -}
90 -
91 -
92 -
93 -/***************************************************************************************************
94 -
95 -2. wp Chat bot Message container
96 -
97 -****************************************************************************************************/
98 -
99 -
100 -
101 -.wp-chatbot-header h3 {
102 -
103 - color: #999999;
104 -
105 -}
106 -
107 -
108 -
109 -
110 -ul.wp-chatbot-messages-container > li {
111 -
112 - margin-bottom: 10px;
113 -
114 - padding-top: 30px;
115 -
116 -}
117 -
118 -
119 -
120 -ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
121 -
122 - padding-left: 35px;
123 -
124 -}
125 -
126 -
127 -
128 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
129 -
130 - padding-right: 35px;
131 -
132 -}
133 -
134 -
135 -
136 -ul.wp-chatbot-messages-container > li:first-child {
137 -
138 - padding: 0;
139 -
140 -}
141 -
142 -
143 -
144 -ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar {
145 -
146 - position: absolute;
147 -
148 - border-radius: 50%;
149 -
150 - overflow: hidden;
151 -
152 - border: 2px solid #70aca9;
153 -
154 - background-color: #70aca9;
155 -
156 - width: 40px;
157 -
158 - height: 40px;
159 -
160 -}
161 -
162 -
163 -
164 -ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar {
165 -
166 - top: 0;
167 -
168 - left: 0;
169 -
170 -}
171 -
172 -
173 -
174 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
175 -
176 - top: 0;
177 -
178 - right: 0;
179 -
180 -}
181 -
182 -
183 -
184 -ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph {
185 -
186 - padding: 10px;
187 -
188 - max-width: 90%;
189 -
190 - background-color: #fff;
191 -
192 - -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
193 -
194 - -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
195 -
196 - -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
197 -
198 - box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
199 -
200 - filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
201 -
202 -}
203 -
204 -
205 -
206 -ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
207 -
208 - box-shadow: none;
209 -
210 -}
211 -
212 -
213 -
214 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
215 -
216 - text-align: right;
217 -
218 - float: right;
219 -
220 - border-radius: 10px 10px 10px 10px;
221 -
222 - color: #999;
223 -
224 -}
225 -
226 -
227 -
228 -ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph {
229 -
230 - color: #70aca9;
231 -
232 - border-radius: 10px 10px 10px 10px;
233 -
234 -}
235 -
236 -
237 -
238 -.wp-chatbot-footer {
239 -
240 - border-radius: 5px;
241 -
242 -}
243 -
244 -
245 -
246 -.wp-chatbot-editor-area {
247 -
248 - border-top: 1px solid #deebe9;
249 -
250 - border-radius: 0 0 5px 5px;
251 -
252 - margin: 0;
253 -
254 - padding: 6px 15px;
255 -
256 -}
257 -
258 -
259 -
260 -.wp-chatbot-editor-area input {
261 -
262 - display: inline-block;
263 -
264 - border: none;
265 -
266 - height: 50px;
267 -
268 - font-family: 'Montserrat', sans-serif;
269 -
270 - width: 80%;
271 -
272 - background-color: transparent;
273 -
274 - color: #565867;
275 -
276 - font-size: 14px;
277 -
278 - margin: 0;
279 -
280 - padding: 0;
281 -
282 -}
283 -
284 -
285 -
286 -.wp-chatbot-editor-area input:focus {
287 -
288 - outline: none;
289 -
290 - border: none;
291 -
292 - box-shadow: none;
293 -
294 - background: none;
295 -
296 -}
297 -
298 -
299 -
300 -.wp-chatbot-editor-area input::-webkit-input-placeholder, .wp-chatbot-editor-area input::-moz-placeholder, .wp-chatbot-editor-area input:-ms-input-placeholder, .wp-chatbot-editor-area input:-moz-placeholder {
301 -
302 - color: #565867;
303 -
304 -}
305 -
306 -
307 -
308 -.wp-chatbot-editor-area button {
309 -
310 - display: inline-block;
311 -
312 - height: 50px;
313 -
314 - background: transparent url("../../images/send-button.png") no-repeat center;
315 -
316 - color: transparent;
317 -
318 - width: 20%;
319 -
320 - cursor: pointer;
321 -
322 - margin: 0 0 0 -8px;
323 -
324 - padding: 0;
325 -
326 - border: none;
327 -
328 - outline: none;
329 -
330 -}
331 -
332 -
333 -
334 -.wp-chatbot-editor-area button:hover {
335 -
336 - background: transparent url("../../images/send-button.png") no-repeat center;
337 -
338 -}
339 -
340 -
341 -
342 -.wp-chatbot-editor-area button:focus {
343 -
344 - outline: none;
345 -
346 - border: none;
347 -
348 - box-shadow: none;
349 -
350 - background: transparent url("../../images/send-button.png") no-repeat center;
351 -
352 -}
353 -
354 -
355 -
356 -/*******************************************************************************************
357 -
358 -sidebar element
359 -
360 -*******************************************************************************************/
361 -
362 -/********* Cart *******/
363 -
364 -
365 -
366 -.wp-chatbot-cart-header {
367 -
368 - background-color: #F5F5F5;
369 -
370 -}
371 -
372 -
373 -
374 -.wp-chatbot-cart-single {
375 -
376 - background-color: rgba(245, 245, 245, 0.1);
377 -
378 - border-bottom: 1px solid #dddddd;
379 -
380 -}
381 -
382 -
383 -
384 -.wp-chatbot-cart-single:nth-child(2n+1) {
385 -
386 - background-color: rgba(245, 245, 245, 0.5);
387 -
388 -}
389 -
390 -
391 -
392 -.wp-chatbot-cart-footer div a {
393 -
394 - text-decoration: none;
395 -
396 - background: #6dcbe3;
397 -
398 - color: #ffffff !important;
399 -
400 -}
401 -
402 -
403 -
404 -.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
405 -
406 - background: #559db0 !important;
407 -
408 -}
409 -
410 -
411 -
412 -/****** ********************************************************************************
413 -
414 -04. Product Details
415 -
416 -***************************************************************************************/
417 -
418 -.wp-chatbot-product-details {
419 -
420 - box-shadow: 0 0 10px #ccc;
421 -
422 - background-color: #f5f5f5;
423 -
424 -}
425 -
426 -
427 -
428 -.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore {
429 -
430 - border: 1px solid #6dcbe3;
431 -
432 - background: #6dcbe3;
433 -
434 - color: #ffffff;
435 -
436 - box-shadow: 0 0 2px #999;
437 -
438 -}
439 -
440 -
441 -
442 -.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover {
443 -
444 - background: #559db0;
445 -
446 - color: #ffffff;
447 -
448 -}
449 -
450 -
451 -
452 -#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close {
453 -
454 - position: absolute;
455 -
456 - top: 0;
457 -
458 - right: 0;
459 -
460 - background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center;
461 -
462 - background-size: 27px;
463 -
464 - width: 50px;
465 -
466 - height: 50px;
467 -
468 -}
469 -
470 -
471 -
472 -#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover {
473 -
474 - background-color: red;
475 -
476 -}
477 -
478 -
479 -
480 -#wp-chatbot-shortcode-template-container .wp-chatbot-product-details {
481 -
482 - box-shadow: none;
483 -
484 -}
485 -
486 -
487 -
488 -#wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title {
489 -
490 - margin: 0 0 10px !important;
491 -
492 - color: #999999;
493 -
494 - padding: 0 0 5px;
495 -
496 - font-size: 18px;
497 -
498 - font-weight: 700;
499 -
500 - line-height: 1.2;
501 -
502 - letter-spacing: 1px;
503 -
504 -}
505 -
506 -
507 -
508 -@media screen and (max-width: 1024px) {
509 -
510 - .chatbot-left-sidebar {
511 -
512 - display: none !important;
513 -
514 - }
515 -
516 -}
517 -
518 -
519 -
520 -@media screen and (max-width: 767px) {
521 -
522 - .chatbot-shortcode-template-01 {
523 -
524 - display: block;
525 -
526 - }
527 -
528 -
529 -
530 - .chatbot-shortcode-template-01 .chatbot-shortcode-row {
531 -
532 - display: block;
533 -
534 - }
535 -
536 -
537 -
538 - .chatbot-shortcode-template-01 .wp-chatbot-container, .chatbot-shortcode-template-01 .chatbot-sidebar {
539 -
540 - display: block !important;
541 -
542 - width: 100% !important;
543 -
544 - margin-bottom: 30px;
545 -
546 - }
547 -
548 -}
549 -
1 +/*
2 + 1.ShortCode Grid
3 + 2.wp Chat bot Message container
4 + 3.Sidebar
5 + -Cart
6 + -Agent
7 + 4.Product Details
8 +*/
9 +/**********************************************************************************
10 +1. ShortCode Grid
11 +**********************************************************************************/
12 +.chatbot-shortcode-template-00 {
13 + font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria;
14 + height: auto;
15 + max-width: 1100px;
16 + margin: 0 auto;
17 + position: relative;
18 + box-sizing: border-box;
19 + border-radius: 5px;
20 + box-shadow: 0 5px 40px rgba(0, 0, 0, .10);
21 + background: #ffffff;
22 + display: table;
23 +}
24 +
25 +.chatbot-shortcode-row {
26 + display: table-row;
27 +}
28 +
29 +.chatbot-shortcode-template-00 .wp-chatbot-container, .chatbot-shortcode-template-00 .chatbot-sidebar {
30 + display: table-cell;
31 + vertical-align: top;
32 + box-sizing: border-box;
33 +}
34 +
35 +.chatbot-shortcode-template-00 .chatbot-sidebar {
36 + width: 30%;
37 + padding: 15px;
38 + font-size: 14px;
39 + line-height: 1.8;
40 +}
41 +
42 +.chatbot-shortcode-template-00 .wp-chatbot-container {
43 + width: 40%;
44 + background-color: #f6f6fc;
45 +}
46 +
47 +/***************************************************************************************************
48 +2. wp Chat bot Message container
49 +****************************************************************************************************/
50 +
51 +.wp-chatbot-header h3 {
52 + color: #999999;
53 +}
54 +
55 +.wp-chatbot-content {
56 +
57 +}
58 +
59 +ul.wp-chatbot-messages-container > li {
60 + margin-bottom: 10px;
61 + padding-top: 30px;
62 +}
63 +
64 +ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
65 + padding-left: 35px;
66 +}
67 +
68 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
69 + padding-right: 35px;
70 +}
71 +
72 +ul.wp-chatbot-messages-container > li:first-child {
73 + padding: 0;
74 +}
75 +
76 +ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar {
77 + position: absolute;
78 + border-radius: 50%;
79 + overflow: hidden;
80 + border: 2px solid #70aca9;
81 + background-color: #70aca9;
82 + width: 40px;
83 + height: 40px;
84 +}
85 +
86 +ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar {
87 + top: 0;
88 + left: 0;
89 +}
90 +
91 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
92 + top: 0;
93 + right: 0;
94 +}
95 +
96 +ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph {
97 + padding: 10px;
98 + max-width: 90%;
99 + background-color: #fff;
100 + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
101 + -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
102 + -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
103 + box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
104 + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
105 +}
106 +
107 +ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
108 + color: #3e3d3d;
109 + box-shadow: none;
110 +}
111 +
112 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
113 + text-align: right;
114 + float: right;
115 + border-radius: 10px 10px 10px 10px;
116 + color: #999;
117 +}
118 +
119 +ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph {
120 + color: #70aca9;
121 + border-radius: 10px 10px 10px 10px;
122 +}
123 +
124 +.wp-chatbot-footer {
125 + border-radius: 5px;
126 +}
127 +
128 +.wp-chatbot-editor-area {
129 + border-top: 1px solid #deebe9;
130 + border-radius: 0 0 5px 5px;
131 + margin: 0;
132 + padding: 6px 15px;
133 +}
134 +
135 +.wp-chatbot-editor-area input {
136 + display: inline-block;
137 + border: none;
138 + height: 50px;
139 + font-family: 'Montserrat', sans-serif;
140 + width: 80%;
141 + background-color: transparent;
142 + color: #565867;
143 + font-size: 14px;
144 + margin: 0;
145 + padding: 0;
146 +}
147 +
148 +.wp-chatbot-editor-area input:focus {
149 + outline: none;
150 + border: none;
151 + box-shadow: none;
152 + background: none;
153 +}
154 +
155 +.wp-chatbot-editor-area input::-webkit-input-placeholder, .wp-chatbot-editor-area input::-moz-placeholder, .wp-chatbot-editor-area input:-ms-input-placeholder, .wp-chatbot-editor-area input:-moz-placeholder {
156 + color: #565867;
157 +}
158 +
159 +.wp-chatbot-editor-area button {
160 + display: inline-block;
161 + height: 50px;
162 + background: transparent url("../../images/send-button.png") no-repeat center;
163 + color: transparent;
164 + width: 20%;
165 + cursor: pointer;
166 + margin: 0 0 0 -8px;
167 + padding: 0;
168 + border: none;
169 + outline: none;
170 +}
171 +
172 +.wp-chatbot-editor-area button:hover {
173 + background: transparent url("../../images/send-button.png") no-repeat center;
174 +}
175 +
176 +.wp-chatbot-editor-area button:focus {
177 + outline: none;
178 + border: none;
179 + box-shadow: none;
180 + background: transparent url("../../images/send-button.png") no-repeat center;
181 +}
182 +
183 +/*******************************************************************************************
184 +sidebar element
185 +*******************************************************************************************/
186 +/********* Cart *******/
187 +
188 +.wp-chatbot-cart-header {
189 + background-color: #F5F5F5;
190 +}
191 +
192 +.wp-chatbot-cart-single {
193 + background-color: rgba(245, 245, 245, 0.1);
194 + border-bottom: 1px solid #dddddd;
195 +}
196 +
197 +.wp-chatbot-cart-single:nth-child(2n+1) {
198 + background-color: rgba(245, 245, 245, 0.5);
199 +}
200 +
201 +.wp-chatbot-cart-footer div a {
202 + text-decoration: none;
203 + background: #6dcbe3;
204 + color: #ffffff !important;
205 +}
206 +
207 +.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
208 + background: #559db0 !important;
209 +}
210 +
211 +/****** ********************************************************************************
212 +04. Product Details
213 +***************************************************************************************/
214 +.wp-chatbot-product-details {
215 + box-shadow: 0 0 10px #ccc;
216 + background-color: #f5f5f5;
217 +}
218 +
219 +.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore {
220 + border: 1px solid #6dcbe3;
221 + background: #6dcbe3;
222 + color: #ffffff;
223 + box-shadow: 0 0 2px #999;
224 +}
225 +
226 +.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover {
227 + background: #559db0;
228 + color: #ffffff;
229 +}
230 +
231 +#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close {
232 + position: absolute;
233 + top: 0;
234 + right: 0;
235 + background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center;
236 + background-size: 27px;
237 + width: 50px;
238 + height: 50px;
239 +}
240 +
241 +#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover {
242 + background-color: red;
243 +}
244 +
245 +#wp-chatbot-shortcode-template-container .wp-chatbot-product-details {
246 + box-shadow: none;
247 +}
248 +
249 +#wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title {
250 + margin: 0 0 10px !important;
251 + color: #999999;
252 + padding: 0 0 5px;
253 + font-size: 18px;
254 + font-weight: 700;
255 + line-height: 1.2;
256 + letter-spacing: 1px;
257 +}
258 +
259 +@media screen and (max-width: 1024px) {
260 + .chatbot-left-sidebar {
261 + display: none !important;
262 + }
263 +}
264 +
265 +@media screen and (max-width: 767px) {
266 + .chatbot-shortcode-template-01 {
267 + display: block;
268 + }
269 +
270 + .chatbot-shortcode-template-01 .chatbot-shortcode-row {
271 + display: block;
272 + }
273 +
274 + .chatbot-shortcode-template-01 .wp-chatbot-container, .chatbot-shortcode-template-01 .chatbot-sidebar {
275 + display: block !important;
276 + width: 100% !important;
277 + margin-bottom: 30px;
278 + }
279 +}