PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.7
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
chatbot / templates / template-02 / style.css

style.css in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.7.7, at templates/template-02/style.css

683 lines 8.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2
3 01. Ball content
4
5 02. wp Chat bot Message container
6
7 -A Link Item
8
9 -B Loading
10
11 03. wp Chat bot Message Editor
12
13 04. wp Chat bottom Tab Nav Editor
14
15 05. Tab Feature Product
16
17 06. Tab Cart
18
19 07. Product Details
20
21 */
22
23 /*********************
24
25 01. Ball content wrapper
26
27 **********************/
28
29 .wp-chatbot-container {
30
31 /* width: 420px;*/
32
33 border-radius: 5px;
34
35 background: url("../../images/defult-bg.jpg") no-repeat bottom center;
36
37 background-size: cover;
38
39 }
40
41
42
43 /******************************
44
45 02. wp Chat bot Message container
46
47 *********************************/
48
49
50
51 .wp-chatbot-header {
52
53 background-color: rgba(38, 176, 187, 0.90);
54
55
56
57 }
58
59
60
61 .wp-chatbot-header h3 {
62
63 color: #ffffff;
64
65 font-size: 18px !important;
66
67 letter-spacing: 1px;
68
69 }
70
71
72
73 .wp-chatbot-content {
74
75
76
77 padding-left: 35px;
78
79 padding-right: 35px;
80
81 }
82
83
84
85 ul.wp-chatbot-messages-container {
86
87 padding: 0;
88
89 margin: 0;
90
91 overflow: visible;
92
93 }
94
95
96
97 ul.wp-chatbot-messages-container li {
98
99 font-size: 14px;
100
101 }
102
103
104
105 ul.wp-chatbot-messages-container > li.wp-chat-user-msg:after, ul.wp-chatbot-messages-container > li .wp-chatbot-products:after {
106
107 clear: both;
108
109 display: block;
110
111 content: "";
112
113 height: 1px;
114
115 }
116
117
118
119 #wp-chatbot-messages-container .wp-chatbot-avatar img, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar img {
120
121 width: 25px !important;
122
123 height: 25px !important;
124
125 }
126
127
128
129 ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
130
131 position: absolute;
132
133 border-radius: 50%;
134
135 overflow: hidden;
136
137 border: 2px solid rgba(255, 255, 255, 0.62);
138
139 width: 25px;
140
141 height: 25px;
142
143 margin-top: -17px;
144
145 top: 50%;
146
147 }
148
149
150
151 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
152
153 left: -35px;
154
155 }
156
157
158
159 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
160
161 right: -35px;
162
163 }
164
165
166
167 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
168
169 padding: 8px 15px;
170
171 display: block;
172
173 background-color: rgba(38, 176, 187, 0.75);
174
175 position: relative;
176
177 box-sizing: border-box;
178
179 border-radius: 2px;
180
181 color: #FFF;
182
183 line-height: 150%;
184
185 }
186
187
188
189 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph:before, .wp-chatbot-bubble:before {
190
191 content: "";
192
193 position: absolute;
194
195 top: 50%;
196
197 width: 0;
198
199 height: 0;
200
201 margin-top: -7px;
202
203
204
205 }
206
207
208
209 ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph:before {
210
211 right: -10px;
212
213 border-top: 7px solid transparent;
214
215 border-left: 10px solid rgba(38, 176, 187, 0.75);
216
217 border-bottom: 7px solid transparent;
218
219 }
220
221
222
223 ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph:before, .wp-chatbot-bubble:before {
224
225 left: -10px;
226
227 border-top: 7px solid transparent;
228
229 border-right: 10px solid rgba(38, 176, 187, 0.75);
230
231 border-bottom: 7px solid transparent;
232
233 }
234
235
236
237 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
238
239 text-align: right;
240
241 }
242
243
244
245 /************ 02.A Loading *******************/
246
247 ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader {
248
249 background-color: #fff;
250
251 padding: 1px;
252
253 border-radius: 5px;
254
255 margin: 0 auto;
256
257 display: block;
258
259 }
260
261
262
263 /************02.B Link Item*************/
264
265 span.qcld-chatbot-product-category,
266
267 span.qcld-chatbot-support-items,
268
269 span.qcld-chatbot-wildcard,
270
271 span.qcld-chatbot-suggest-email,
272
273 span.qcld-chatbot-reset-btn,
274
275 #wp-chatbot-loadmore {
276
277 color: #000000;
278
279 background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
280
281 background-size: 200% auto;
282
283 box-shadow: 0 5px 15px #c3c3c3;
284
285 border: 1px solid #ffffff;
286
287 }
288
289
290
291 span.qcld-chatbot-product-category:hover,
292
293 span.qcld-chatbot-support-items:hover,
294
295 span.qcld-chatbot-wildcard:hover,
296
297 span.qcld-chatbot-suggest-email:hover,
298
299 span.qcld-chatbot-reset-btn:hover,
300
301 #wp-chatbot-loadmore:hover {
302
303 background-position: right center;
304
305 box-shadow: none;
306
307 }
308
309
310
311 /*******************************
312
313 03. wp Chat bottom Tab Nav Editor
314
315 **********************************/
316
317 .wp-chatbot-footer {
318
319 background-color: #26B0BB;
320
321 }
322
323
324
325 /*******************************
326
327 04. wp Chat bot Message Editor
328
329 **********************************/
330
331
332
333 .wp-chatbot-editor-container {
334
335 border-bottom: 1px solid #1398a2;
336
337
338
339 }
340
341
342
343 .wp-chatbot-editor-container input {
344
345 color: #ffffff;
346
347 }
348
349
350
351 .wp-chatbot-editor-container input::placeholder {
352
353 color: #ffffff;
354
355 }
356
357
358
359 .wp-chatbot-editor-container input::-webkit-input-placeholder {
360
361 color: #ffffff;
362
363 }
364
365
366
367 .wp-chatbot-editor-container input::-moz-placeholder {
368
369 color: #ffffff;
370
371 }
372
373
374
375 .wp-chatbot-editor-container input:-ms-input-placeholder {
376
377 color: #ffffff;
378
379 }
380
381
382
383 .wp-chatbot-editor-container input:-moz-placeholder {
384
385 color: #ffffff;
386
387 }
388
389
390
391 /******************************************
392
393 05. Tab Feature Product
394
395 ******************************************/
396
397 .wp-chatbot-agent-profile {
398
399 position: relative;
400
401 box-sizing: border-box;
402
403 word-wrap: break-word;
404
405 list-style: none;
406
407 display: block;
408
409 clear: both;
410
411 line-height: 150%;
412
413 min-height: 50px;
414
415 margin: 0 0 10px 0;
416
417 }
418
419
420
421 .wp-chatbot-widget-title {
422
423 color: #353535;
424
425 text-align: center;
426
427 padding-bottom: 10px;
428
429 }
430
431
432
433 /*********************************************
434
435 06. Tab Cart
436
437 *******************************************/
438
439 .wp-chatbot-cart-header {
440
441 background-color: #F5F5F5;
442
443 }
444
445
446
447 .wp-chatbot-cart-single {
448
449 background-color: rgba(245, 245, 245, 0.1);
450
451 border-bottom: 1px solid #dddddd;
452
453 }
454
455
456
457 .wp-chatbot-cart-single:nth-child(2n+1) {
458
459 background-color: rgba(245, 245, 245, 0.5);
460
461 }
462
463
464
465 .wp-chatbot-cart-footer div a {
466
467 text-decoration: none;
468
469 background: #70aca9;
470
471 color: #ffffff;
472
473 }
474
475
476
477 .wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
478
479 background: #5a8c89;
480
481 }
482
483
484
485 /******************************************
486
487 07. Product Details
488
489 *******************************************/
490
491 .wp-chatbot-product-details {
492
493 box-shadow: 0 0 10px #ccc;
494
495 background-color: rgba(255, 255, 255, 0.9);
496
497 }
498
499
500
501 .active-chatbot-product-details {
502
503 margin-right: -5px;
504
505 }
506
507
508
509 .wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore {
510
511 border: 1px solid #26B0BB;
512
513 background: #26B0BB;
514
515 color: #ffffff;
516
517 box-shadow: 0 0 2px #999;
518
519 }
520
521
522
523 .wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover {
524
525 background: #229da7;
526
527 color: #ffffff;
528
529 }
530
531
532
533 /*************************
534
535 Right-to-left text direction
536
537 **************************/
538
539 .wp-chatbot-rtl {
540
541 text-align: right;
542
543 direction: RTL;
544
545 }
546
547
548
549 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat {
550
551 padding: 0;
552
553 }
554
555
556
557 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph {
558
559 text-align: right;
560
561 }
562
563
564
565 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph:before,
566
567 .wp-chatbot-rtl .wp-chatbot-bubble:before {
568
569 right: -10px;
570
571 left: auto;
572
573 border-top: 7px solid transparent;
574
575 border-left: 10px solid rgba(38, 176, 187, 0.75);
576
577 border-right: none;
578
579 border-bottom: 7px solid transparent;
580
581 }
582
583
584
585 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph:before {
586
587 left: -10px;
588
589 right: auto;
590
591 border-top: 7px solid transparent;
592
593 border-right: 10px solid rgba(38, 176, 187, 0.75);
594
595 border-left: none;
596
597 border-bottom: 7px solid transparent;
598
599 }
600
601
602
603 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar,
604
605 .wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
606
607 right: -30px;
608
609 left: auto;
610
611 }
612
613
614
615 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
616
617 left: -30px;
618
619 right: auto;
620
621 }
622
623
624
625 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph {
626
627 text-align: left;
628
629 }
630
631
632
633 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
634
635 margin-left: 0;
636
637 }
638
639
640
641 .wp-chatbot-rtl .wp-chatbot-editor-container input {
642
643 text-align: right;
644
645 direction: RTL;
646
647 }
648
649
650
651 .wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) {
652
653 margin: auto;
654
655 }
656
657
658
659 .wp-chatbot-rtl .wp-chatbot-products-area ul li {
660
661 margin: 1%;
662
663 vertical-align: middle;
664
665 }
666
667
668
669 /*@media screen and (max-width: 767px) {*/
670
671 /*.wp-chatbot-container {*/
672
673 /*width: 270px;*/
674
675 /*}*/
676
677
678
679 /*}*/
680
681
682
683