PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 2.3.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v2.3.0
8.7.9 8.7.8 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 All 535 releases
chatbot / templates / template-00 / style.css

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

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