PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.6.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.6.0
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-horizontal / shortcode-backup.css

shortcode-backup.css in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.6.0, at templates/template-horizontal/shortcode-backup.css

556 lines 7.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2
3 1.ShortCode Grid
4
5 2.wp Chat bot Message container
6
7 3.Sidebar
8 -Cart
9
10 -Agent
11
12 4.Product Details
13
14 */
15
16 /**********************************************************************************
17
18 1. ShortCode Grid
19
20 **********************************************************************************/
21
22 .chatbot-shortcode-template-00 {
23
24 font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria;
25
26 height: auto;
27
28 max-width: 1100px;
29
30 margin: 0 auto;
31
32 position: relative;
33
34 box-sizing: border-box;
35
36 border-radius: 5px;
37
38 box-shadow: 0 5px 40px rgba(0, 0, 0, .10);
39
40 background: #ffffff;
41
42 display: table;
43
44 }
45
46
47
48 .chatbot-shortcode-row {
49
50 display: table-row;
51
52 }
53
54
55
56 .chatbot-shortcode-template-00 .wp-chatbot-container, .chatbot-shortcode-template-00 .chatbot-sidebar {
57
58 display: table-cell;
59
60 vertical-align: top;
61
62 box-sizing: border-box;
63
64 }
65
66
67
68 .chatbot-shortcode-template-00 .chatbot-sidebar {
69
70 width: 30%;
71
72 padding: 15px;
73
74 font-size: 14px;
75
76 line-height: 1.8;
77
78 }
79
80
81
82 .chatbot-shortcode-template-00 .wp-chatbot-container {
83
84 width: 40%;
85
86 background-color: #f6f6fc;
87
88 }
89
90
91
92 /***************************************************************************************************
93
94 2. wp Chat bot Message container
95
96 ****************************************************************************************************/
97
98
99
100 .wp-chatbot-header h3 {
101
102 color: #999999;
103
104 }
105
106
107
108 .wp-chatbot-content {
109
110
111
112 }
113
114
115
116 ul.wp-chatbot-messages-container > li {
117
118 margin-bottom: 10px;
119
120 padding-top: 30px;
121
122 }
123
124
125
126 ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
127
128 padding-left: 35px;
129
130 }
131
132
133
134 ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
135
136 padding-right: 35px;
137
138 }
139
140
141
142 ul.wp-chatbot-messages-container > li:first-child {
143
144 padding: 0;
145
146 }
147
148
149
150 ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar {
151
152 position: absolute;
153
154 border-radius: 50%;
155
156 overflow: hidden;
157
158 border: 2px solid #70aca9;
159
160 background-color: #70aca9;
161
162 width: 40px;
163
164 height: 40px;
165
166 }
167
168
169
170 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar {
171
172 top: 0;
173
174 left: 0;
175
176 }
177
178
179
180 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
181
182 top: 0;
183
184 right: 0;
185
186 }
187
188
189
190 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph {
191
192 padding: 10px;
193
194 max-width: 90%;
195
196 background-color: #fff;
197
198 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
199
200 -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
201
202 -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
203
204 box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
205
206 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
207
208 }
209
210
211
212 ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
213
214 box-shadow: none;
215
216 }
217
218
219
220 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
221
222 text-align: right;
223
224 float: right;
225
226 border-radius: 10px 10px 10px 10px;
227
228 color: #999;
229
230 }
231
232
233
234 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph {
235
236 color: #70aca9;
237
238 border-radius: 10px 10px 10px 10px;
239
240 }
241
242
243
244 .wp-chatbot-footer {
245
246 border-radius: 5px;
247
248 }
249
250
251
252 .wp-chatbot-editor-area {
253
254 border-top: 1px solid #deebe9;
255
256 border-radius: 0 0 5px 5px;
257
258 margin: 0;
259
260 padding: 6px 15px;
261
262 }
263
264
265
266 .wp-chatbot-editor-area input {
267
268 display: inline-block;
269
270 border: none;
271
272 height: 50px;
273
274 font-family: 'Montserrat', sans-serif;
275
276 width: 80%;
277
278 background-color: transparent;
279
280 color: #565867;
281
282 font-size: 14px;
283
284 margin: 0;
285
286 padding: 0;
287
288 }
289
290
291
292 .wp-chatbot-editor-area input:focus {
293
294 outline: none;
295
296 border: none;
297
298 box-shadow: none;
299
300 background: none;
301
302 }
303
304
305
306 .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 {
307
308 color: #565867;
309
310 }
311
312
313
314 .wp-chatbot-editor-area button {
315
316 display: inline-block;
317
318 height: 50px;
319
320 background: transparent url("../../images/send-button.png") no-repeat center;
321
322 color: transparent;
323
324 width: 20%;
325
326 cursor: pointer;
327
328 margin: 0 0 0 -8px;
329
330 padding: 0;
331
332 border: none;
333
334 outline: none;
335
336 }
337
338
339
340 .wp-chatbot-editor-area button:hover {
341
342 background: transparent url("../../images/send-button.png") no-repeat center;
343
344 }
345
346
347
348 .wp-chatbot-editor-area button:focus {
349
350 outline: none;
351
352 border: none;
353
354 box-shadow: none;
355
356 background: transparent url("../../images/send-button.png") no-repeat center;
357
358 }
359
360
361
362 /*******************************************************************************************
363
364 sidebar element
365
366 *******************************************************************************************/
367
368 /********* Cart *******/
369
370
371
372 .wp-chatbot-cart-header {
373
374 background-color: #F5F5F5;
375
376 }
377
378
379
380 .wp-chatbot-cart-single {
381
382 background-color: rgba(245, 245, 245, 0.1);
383
384 border-bottom: 1px solid #dddddd;
385
386 }
387
388
389
390 .wp-chatbot-cart-single:nth-child(2n+1) {
391
392 background-color: rgba(245, 245, 245, 0.5);
393
394 }
395
396
397
398 .wp-chatbot-cart-footer div a {
399
400 text-decoration: none;
401
402 background: #6dcbe3;
403
404 color: #ffffff !important;
405
406 }
407
408
409
410 .wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
411
412 background: #559db0 !important;
413
414 }
415
416
417
418 /****** ********************************************************************************
419
420 04. Product Details
421
422 ***************************************************************************************/
423
424 .wp-chatbot-product-details {
425
426 box-shadow: 0 0 10px #ccc;
427
428 background-color: #f5f5f5;
429
430 }
431
432
433
434 .wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore, .wp-chatbot-loadmore {
435
436 border: 1px solid #6dcbe3;
437
438 background: #6dcbe3;
439
440 color: #ffffff;
441
442 box-shadow: 0 0 2px #999;
443
444 }
445
446
447
448 .wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
449
450 background: #559db0;
451
452 color: #ffffff;
453
454 }
455
456
457
458 #wp-chatbot-shortcode-template-container a.wp-chatbot-product-close {
459
460 position: absolute;
461
462 top: 0;
463
464 right: 0;
465
466 background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center;
467
468 background-size: 27px;
469
470 width: 50px;
471
472 height: 50px;
473
474 }
475
476
477
478 #wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover {
479
480 background-color: red;
481
482 }
483
484
485
486 #wp-chatbot-shortcode-template-container .wp-chatbot-product-details {
487
488 box-shadow: none;
489
490 }
491
492
493
494 #wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title {
495
496 margin: 0 0 10px !important;
497
498 color: #999999;
499
500 padding: 0 0 5px;
501
502 font-size: 18px;
503
504 font-weight: 700;
505
506 line-height: 1.2;
507
508 letter-spacing: 1px;
509
510 }
511
512
513
514 @media screen and (max-width: 1024px) {
515
516 .chatbot-left-sidebar {
517
518 display: none !important;
519
520 }
521
522 }
523
524
525
526 @media screen and (max-width: 767px) {
527
528 .chatbot-shortcode-template-01 {
529
530 display: block;
531
532 }
533
534
535
536 .chatbot-shortcode-template-01 .chatbot-shortcode-row {
537
538 display: block;
539
540 }
541
542
543
544 .chatbot-shortcode-template-01 .wp-chatbot-container, .chatbot-shortcode-template-01 .chatbot-sidebar {
545
546 display: block !important;
547
548 width: 100% !important;
549
550 margin-bottom: 30px;
551
552 }
553
554 }
555
556