PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 6.6.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v6.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 6.6.0, at templates/template-horizontal/shortcode-backup.css

558 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 color: #3e3d3d;
215
216 box-shadow: none;
217
218 }
219
220
221
222 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
223
224 text-align: right;
225
226 float: right;
227
228 border-radius: 10px 10px 10px 10px;
229
230 color: #999;
231
232 }
233
234
235
236 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph {
237
238 color: #70aca9;
239
240 border-radius: 10px 10px 10px 10px;
241
242 }
243
244
245
246 .wp-chatbot-footer {
247
248 border-radius: 5px;
249
250 }
251
252
253
254 .wp-chatbot-editor-area {
255
256 border-top: 1px solid #deebe9;
257
258 border-radius: 0 0 5px 5px;
259
260 margin: 0;
261
262 padding: 6px 15px;
263
264 }
265
266
267
268 .wp-chatbot-editor-area input {
269
270 display: inline-block;
271
272 border: none;
273
274 height: 50px;
275
276 font-family: 'Montserrat', sans-serif;
277
278 width: 80%;
279
280 background-color: transparent;
281
282 color: #565867;
283
284 font-size: 14px;
285
286 margin: 0;
287
288 padding: 0;
289
290 }
291
292
293
294 .wp-chatbot-editor-area input:focus {
295
296 outline: none;
297
298 border: none;
299
300 box-shadow: none;
301
302 background: none;
303
304 }
305
306
307
308 .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 {
309
310 color: #565867;
311
312 }
313
314
315
316 .wp-chatbot-editor-area button {
317
318 display: inline-block;
319
320 height: 50px;
321
322 background: transparent url("../../images/send-button.png") no-repeat center;
323
324 color: transparent;
325
326 width: 20%;
327
328 cursor: pointer;
329
330 margin: 0 0 0 -8px;
331
332 padding: 0;
333
334 border: none;
335
336 outline: none;
337
338 }
339
340
341
342 .wp-chatbot-editor-area button:hover {
343
344 background: transparent url("../../images/send-button.png") no-repeat center;
345
346 }
347
348
349
350 .wp-chatbot-editor-area button:focus {
351
352 outline: none;
353
354 border: none;
355
356 box-shadow: none;
357
358 background: transparent url("../../images/send-button.png") no-repeat center;
359
360 }
361
362
363
364 /*******************************************************************************************
365
366 sidebar element
367
368 *******************************************************************************************/
369
370 /********* Cart *******/
371
372
373
374 .wp-chatbot-cart-header {
375
376 background-color: #F5F5F5;
377
378 }
379
380
381
382 .wp-chatbot-cart-single {
383
384 background-color: rgba(245, 245, 245, 0.1);
385
386 border-bottom: 1px solid #dddddd;
387
388 }
389
390
391
392 .wp-chatbot-cart-single:nth-child(2n+1) {
393
394 background-color: rgba(245, 245, 245, 0.5);
395
396 }
397
398
399
400 .wp-chatbot-cart-footer div a {
401
402 text-decoration: none;
403
404 background: #6dcbe3;
405
406 color: #ffffff !important;
407
408 }
409
410
411
412 .wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
413
414 background: #559db0 !important;
415
416 }
417
418
419
420 /****** ********************************************************************************
421
422 04. Product Details
423
424 ***************************************************************************************/
425
426 .wp-chatbot-product-details {
427
428 box-shadow: 0 0 10px #ccc;
429
430 background-color: #f5f5f5;
431
432 }
433
434
435
436 .wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore, .wp-chatbot-loadmore {
437
438 border: 1px solid #6dcbe3;
439
440 background: #6dcbe3;
441
442 color: #ffffff;
443
444 box-shadow: 0 0 2px #999;
445
446 }
447
448
449
450 .wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
451
452 background: #559db0;
453
454 color: #ffffff;
455
456 }
457
458
459
460 #wp-chatbot-shortcode-template-container a.wp-chatbot-product-close {
461
462 position: absolute;
463
464 top: 0;
465
466 right: 0;
467
468 background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center;
469
470 background-size: 27px;
471
472 width: 50px;
473
474 height: 50px;
475
476 }
477
478
479
480 #wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover {
481
482 background-color: red;
483
484 }
485
486
487
488 #wp-chatbot-shortcode-template-container .wp-chatbot-product-details {
489
490 box-shadow: none;
491
492 }
493
494
495
496 #wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title {
497
498 margin: 0 0 10px !important;
499
500 color: #999999;
501
502 padding: 0 0 5px;
503
504 font-size: 18px;
505
506 font-weight: 700;
507
508 line-height: 1.2;
509
510 letter-spacing: 1px;
511
512 }
513
514
515
516 @media screen and (max-width: 1024px) {
517
518 .chatbot-left-sidebar {
519
520 display: none !important;
521
522 }
523
524 }
525
526
527
528 @media screen and (max-width: 767px) {
529
530 .chatbot-shortcode-template-01 {
531
532 display: block;
533
534 }
535
536
537
538 .chatbot-shortcode-template-01 .chatbot-shortcode-row {
539
540 display: block;
541
542 }
543
544
545
546 .chatbot-shortcode-template-01 .wp-chatbot-container, .chatbot-shortcode-template-01 .chatbot-sidebar {
547
548 display: block !important;
549
550 width: 100% !important;
551
552 margin-bottom: 30px;
553
554 }
555
556 }
557
558