PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 3.6.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v3.6.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 3.6.0, at templates/template-00/style.css

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