PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 1.3.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v1.3.0
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 8.5.3 All 534 releases
chatbot / templates / template-00 / style.css

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

655 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
231 span.qcld-chatbot-reset-btn,
232
233 #wp-chatbot-loadmore {
234
235 color: #000000;
236
237 background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
238
239 background-size: 200% auto;
240
241 box-shadow: 0 5px 5px #c3c3c3;
242
243 border: 1px solid #ffffff;
244
245 }
246
247
248
249 span.qcld-chatbot-product-category:hover,
250
251 span.qcld-chatbot-support-items:hover,
252
253 span.qcld-chatbot-wildcard:hover,
254
255 span.qcld-chatbot-suggest-email:hover,
256
257 span.qcld-chatbot-reset-btn:hover,
258
259 #wp-chatbot-loadmore:hover {
260
261 background-position: right center;
262
263 box-shadow: none;
264
265 }
266
267
268
269 /**************** 02. (B) Loading **********/
270
271 ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader {
272
273 background-color: #fff;
274
275 padding: 1px;
276
277 border-radius: 5px;
278
279 margin: 0 auto;
280
281 display: block;
282
283 }
284
285
286
287 /*******************************
288
289 03. wp Chat bot Message Editor
290
291 **********************************/
292
293 .wp-chatbot-editor-container {
294
295 background-color: #f2f6f9;
296
297 }
298
299
300
301 .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 {
302
303 color: #565867;
304
305 }
306
307
308
309 /*******************************
310
311 04. wp Chat bottom Tab Nav Editor
312
313 **********************************/
314
315 .wp-chatbot-footer {
316
317 padding: 0;
318
319 }
320
321
322
323 .wp-chatbot-tab-nav ul li a[data-option="recent"] {
324
325 background-position: -7px -47px;
326
327 }
328
329
330
331 .wp-chatbot-tab-nav ul li a[data-option="cart"] {
332
333 background-position: -47px -47px;
334
335
336
337 }
338
339
340
341 .wp-chatbot-tab-nav ul li a[data-option="chat"] {
342
343 background-position: -82px -42px;
344
345 }
346
347
348
349 .wp-chatbot-tab-nav ul li a[data-option="help"] {
350
351 background-position: -129px -47px;
352
353
354
355 }
356
357
358
359 .wp-chatbot-tab-nav ul li a[data-option="support"] {
360
361 background-position: -169px -47px;
362
363 }
364
365
366
367 .wp-chatbot-tab-nav ul li a[data-option="chat"]:after {
368
369 content: "";
370
371 position: absolute;
372
373 border-radius: 50%;
374
375 border: 3px solid #1f8ceb;
376
377 left: -9px;
378
379 right: -9px;;
380
381 bottom: -9px;
382
383 top: -9px;
384
385 }
386
387
388
389 .wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a:before, .wp-chatbot-tab-nav ul li:hover a:before {
390
391 border: 2px solid #1f8ceb;
392
393 }
394
395
396
397 /***************************
398
399 05. Tab Feature Product
400
401 ***************************/
402
403 .wp-chatbot-agent-profile {
404
405 position: relative;
406
407 padding-left: 50px;
408
409 box-sizing: border-box;
410
411 word-wrap: break-word;
412
413 list-style: none;
414
415 display: block;
416
417 clear: both;
418
419 line-height: 150%;
420
421 min-height: 50px;
422
423 margin: 0 0 10px 0;
424
425 }
426
427
428
429 .wp-chatbot-widget-title {
430
431 color: #353535;
432
433 text-align: center;
434
435 padding-bottom: 10px;
436
437 }
438
439
440
441 /**************************
442
443 06. Tab Cart
444
445 *************************/
446
447 .wp-chatbot-cart-header {
448
449 background-color: #F5F5F5;
450
451 }
452
453
454
455 .wp-chatbot-cart-single {
456
457 background-color: rgba(245, 245, 245, 0.1);
458
459 border-bottom: 1px solid #dddddd;
460
461 }
462
463
464
465 .wp-chatbot-cart-single:nth-child(2n+1) {
466
467 background-color: rgba(245, 245, 245, 0.5);
468
469 }
470
471
472
473 .wp-chatbot-cart-footer div a {
474
475 text-decoration: none;
476
477 background: #1f8ceb;
478
479 color: #ffffff;
480
481 }
482
483
484
485 .wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
486
487 background: #1c7ed4;
488
489 }
490
491
492
493 /**************************
494
495 07. Product Details
496
497 ***************************/
498
499 .wp-chatbot-product-details {
500
501 box-shadow: 0 0 10px #ccc;
502
503 background-color: #ffffff;
504
505 }
506
507
508
509 .wp-chatbot-product-cart-button input[type="button"] {
510
511 border: 1px solid #e4e5e7;
512
513 background: #1f8ceb;
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 {
524
525 background: #1c7ed4;
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-rtl .wp-chatbot-agent-profile {
550
551 padding: 0 50px 0 0;
552
553 }
554
555
556
557 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat {
558
559 padding: 0;
560
561 }
562
563
564
565 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph {
566
567 display: table;
568
569 max-width: 90%;
570
571 float: right;
572
573 text-align: right;
574
575 }
576
577
578
579 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar,
580
581 .wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
582
583 right: 0;
584
585 left: auto;
586
587 }
588
589
590
591 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
592
593 padding: 0 0 0 50px;
594
595 }
596
597
598
599 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
600
601 left: 0;
602
603 right: auto;
604
605 }
606
607
608
609 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph {
610
611 display: table;
612
613 max-width: 90%;
614
615 float: left;
616
617 text-align: left;
618
619 }
620
621
622
623 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
624
625 margin-left: 0;
626
627 }
628
629
630
631 .wp-chatbot-rtl .wp-chatbot-editor-container input {
632
633 text-align: right;
634
635 direction: RTL;
636
637 }
638
639
640
641 .wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) {
642
643 margin: auto;
644
645 }
646
647
648
649 .wp-chatbot-rtl .wp-chatbot-products-area ul li {
650
651 margin: 1%;
652
653 vertical-align: middle;
654
655 }