PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 3.2.9
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v3.2.9
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-01 / style.css

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

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