| 1 |
/* Default tab style */ |
| 2 |
|
| 3 |
.wp-chatbot-tabs { |
| 4 |
|
| 5 |
position: relative; |
| 6 |
|
| 7 |
overflow: hidden; |
| 8 |
|
| 9 |
margin: 0 auto; |
| 10 |
|
| 11 |
width: 100%; |
| 12 |
|
| 13 |
font-weight: 300; |
| 14 |
|
| 15 |
font-size: 1.25em; |
| 16 |
|
| 17 |
} |
| 18 |
|
| 19 |
|
| 20 |
|
| 21 |
/* Nav */ |
| 22 |
|
| 23 |
.wp-chatbot-tabs nav { |
| 24 |
|
| 25 |
width: 25%; |
| 26 |
|
| 27 |
display: block; |
| 28 |
|
| 29 |
float: left; |
| 30 |
|
| 31 |
|
| 32 |
|
| 33 |
} |
| 34 |
|
| 35 |
|
| 36 |
|
| 37 |
.wp-chatbot-tabs nav ul { |
| 38 |
position: relative; |
| 39 |
margin: 0 auto; |
| 40 |
padding: 0; |
| 41 |
list-style: none; |
| 42 |
margin-bottom: 35px; |
| 43 |
|
| 44 |
} |
| 45 |
|
| 46 |
|
| 47 |
|
| 48 |
.wp-chatbot-tabs nav ul li { |
| 49 |
|
| 50 |
position: relative; |
| 51 |
|
| 52 |
border-bottom: 1px solid #4d565f; |
| 53 |
|
| 54 |
z-index: 1; |
| 55 |
|
| 56 |
display: block; |
| 57 |
|
| 58 |
margin: 0; |
| 59 |
|
| 60 |
text-align: left; |
| 61 |
|
| 62 |
-webkit-flex: 1; |
| 63 |
|
| 64 |
-moz-flex: 1; |
| 65 |
|
| 66 |
-ms-flex: 1; |
| 67 |
|
| 68 |
flex: 1; |
| 69 |
|
| 70 |
} |
| 71 |
|
| 72 |
|
| 73 |
|
| 74 |
.wp-chatbot-tabs nav a { |
| 75 |
|
| 76 |
position: relative; |
| 77 |
|
| 78 |
display: block; |
| 79 |
|
| 80 |
overflow: hidden; |
| 81 |
|
| 82 |
text-overflow: ellipsis; |
| 83 |
|
| 84 |
white-space: nowrap; |
| 85 |
|
| 86 |
line-height: 2.5; |
| 87 |
|
| 88 |
text-decoration: none; |
| 89 |
|
| 90 |
/*padding: 10px 20px;*/ |
| 91 |
|
| 92 |
} |
| 93 |
|
| 94 |
|
| 95 |
|
| 96 |
.wp-chatbot-tabs nav a span { |
| 97 |
|
| 98 |
vertical-align: middle; |
| 99 |
|
| 100 |
font-size: 0.75em; |
| 101 |
|
| 102 |
} |
| 103 |
|
| 104 |
|
| 105 |
|
| 106 |
.wp-chatbot-tabs nav li.tab-current a { |
| 107 |
|
| 108 |
color: #74777b; |
| 109 |
|
| 110 |
} |
| 111 |
|
| 112 |
|
| 113 |
|
| 114 |
.wp-chatbot-tabs nav a:focus { |
| 115 |
|
| 116 |
outline: none; |
| 117 |
|
| 118 |
} |
| 119 |
|
| 120 |
|
| 121 |
|
| 122 |
/* Content */ |
| 123 |
|
| 124 |
.content-wrap { |
| 125 |
|
| 126 |
position: relative; |
| 127 |
|
| 128 |
width: 75%; |
| 129 |
|
| 130 |
display: block; |
| 131 |
|
| 132 |
float: left; |
| 133 |
|
| 134 |
min-height: 600px; |
| 135 |
|
| 136 |
} |
| 137 |
|
| 138 |
|
| 139 |
|
| 140 |
.content-wrap section { |
| 141 |
|
| 142 |
display: none; |
| 143 |
|
| 144 |
margin: 0 auto; |
| 145 |
|
| 146 |
padding: 1em; |
| 147 |
|
| 148 |
max-width: 1200px; /*text-align: center;*/ |
| 149 |
|
| 150 |
} |
| 151 |
|
| 152 |
|
| 153 |
|
| 154 |
.content-wrap section.content-current { |
| 155 |
|
| 156 |
display: block; |
| 157 |
|
| 158 |
} |
| 159 |
|
| 160 |
|
| 161 |
|
| 162 |
.top-section .row { |
| 163 |
|
| 164 |
padding-top: 15px; |
| 165 |
|
| 166 |
padding-bottom: 15px; |
| 167 |
|
| 168 |
} |
| 169 |
|
| 170 |
.wp-chatbot-lng-items .row, #wp-chatbot-language-section .row{ |
| 171 |
|
| 172 |
padding-top: 2px; |
| 173 |
|
| 174 |
padding-bottom: 2px; |
| 175 |
|
| 176 |
margin-bottom: 0; |
| 177 |
|
| 178 |
} |
| 179 |
|
| 180 |
|
| 181 |
|
| 182 |
.top-section .row .cxsc-settings-blocks { |
| 183 |
|
| 184 |
padding-top: 10px; |
| 185 |
|
| 186 |
} |
| 187 |
|
| 188 |
|
| 189 |
|
| 190 |
.content-wrap section h4 { |
| 191 |
|
| 192 |
margin-top: 0; |
| 193 |
|
| 194 |
padding-top: 0; |
| 195 |
|
| 196 |
font-size: 16px; |
| 197 |
|
| 198 |
font-weight: normal; |
| 199 |
|
| 200 |
} |
| 201 |
|
| 202 |
|
| 203 |
|
| 204 |
.content-wrap section.content-current input[type=checkbox] + label, .wp-chatbot-wrap label { |
| 205 |
|
| 206 |
font-size: 14px; |
| 207 |
|
| 208 |
font-weight: normal !important; |
| 209 |
|
| 210 |
margin-bottom: 0; |
| 211 |
|
| 212 |
} |
| 213 |
|
| 214 |
|
| 215 |
|
| 216 |
/* Fallback */ |
| 217 |
|
| 218 |
.no-js .content-wrap section { |
| 219 |
|
| 220 |
display: block; |
| 221 |
|
| 222 |
padding-bottom: 2em; |
| 223 |
|
| 224 |
border-bottom: 1px solid rgba(255, 255, 255, 0.6); |
| 225 |
|
| 226 |
} |
| 227 |
|
| 228 |
|
| 229 |
|
| 230 |
.no-flexbox nav ul { |
| 231 |
|
| 232 |
display: block; |
| 233 |
|
| 234 |
} |
| 235 |
|
| 236 |
|
| 237 |
|
| 238 |
.no-flexbox nav ul li { |
| 239 |
|
| 240 |
min-width: 15%; |
| 241 |
|
| 242 |
display: inline-block; |
| 243 |
|
| 244 |
} |
| 245 |
|
| 246 |
|
| 247 |
|
| 248 |
/*****************************/ |
| 249 |
|
| 250 |
/* Flip */ |
| 251 |
|
| 252 |
/*****************************/ |
| 253 |
|
| 254 |
|
| 255 |
|
| 256 |
.wp-chatbot-tabs-style-flip { |
| 257 |
|
| 258 |
max-width: 1200px; |
| 259 |
|
| 260 |
} |
| 261 |
|
| 262 |
|
| 263 |
|
| 264 |
.wp-chatbot-tabs-style-flip nav a { |
| 265 |
|
| 266 |
padding: 0.5em 1em; |
| 267 |
|
| 268 |
color: #33B0D9; |
| 269 |
|
| 270 |
-webkit-transition: color 0.3s; |
| 271 |
|
| 272 |
transition: color 0.3s; |
| 273 |
|
| 274 |
font-size: 18px; |
| 275 |
|
| 276 |
} |
| 277 |
|
| 278 |
|
| 279 |
|
| 280 |
.wp-chatbot-tabs-style-flip nav a:hover, .wp-chatbot-tabs-style-flip nav a:focus, .wp-chatbot-tabs-style-flip nav a:active, .wp-chatbot-tabs-style-flip nav li.tab-current a { |
| 281 |
|
| 282 |
color: #74777b; |
| 283 |
|
| 284 |
outline: none; |
| 285 |
|
| 286 |
box-shadow: none; |
| 287 |
|
| 288 |
} |
| 289 |
|
| 290 |
|
| 291 |
|
| 292 |
.wp-chatbot-tabs-style-flip nav a span { |
| 293 |
|
| 294 |
text-transform: uppercase; |
| 295 |
|
| 296 |
letter-spacing: 1px; |
| 297 |
|
| 298 |
font-weight: 700; |
| 299 |
|
| 300 |
font-size: 0.625em; |
| 301 |
|
| 302 |
} |
| 303 |
|
| 304 |
|
| 305 |
|
| 306 |
.wp-chatbot-tabs-style-flip nav a::after { |
| 307 |
|
| 308 |
position: absolute; |
| 309 |
|
| 310 |
top: 0; |
| 311 |
|
| 312 |
left: 0; |
| 313 |
|
| 314 |
z-index: -1; |
| 315 |
|
| 316 |
width: 100%; |
| 317 |
|
| 318 |
height: 100%; |
| 319 |
|
| 320 |
background-color: #f0f0f0; |
| 321 |
|
| 322 |
content: ''; |
| 323 |
|
| 324 |
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s; |
| 325 |
|
| 326 |
transition: transform 0.3s, background-color 0.3s; |
| 327 |
|
| 328 |
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg); |
| 329 |
|
| 330 |
transform: perspective(900px) rotate3d(1, 0, 0, 90deg); |
| 331 |
|
| 332 |
-webkit-transform-origin: 50% 100%; |
| 333 |
|
| 334 |
transform-origin: 50% 100%; |
| 335 |
|
| 336 |
-webkit-perspective-origin: 50% 100%; |
| 337 |
|
| 338 |
perspective-origin: 50% 100%; |
| 339 |
|
| 340 |
} |
| 341 |
|
| 342 |
|
| 343 |
|
| 344 |
.wp-chatbot-tabs-style-flip nav li.tab-current a::after { |
| 345 |
|
| 346 |
background-color: #fff; |
| 347 |
|
| 348 |
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg); |
| 349 |
|
| 350 |
transform: perspective(900px) rotate3d(1, 0, 0, 0deg); |
| 351 |
|
| 352 |
} |
| 353 |
|
| 354 |
|
| 355 |
|
| 356 |
.wp-chatbot-tabs-style-flip .content-wrap { |
| 357 |
|
| 358 |
background: #fff; |
| 359 |
|
| 360 |
} |
| 361 |
|
| 362 |
|
| 363 |
|
| 364 |
@media screen and (max-width: 58em) { |
| 365 |
|
| 366 |
.wp-chatbot-tabs nav a.icon span { |
| 367 |
|
| 368 |
display: none; |
| 369 |
|
| 370 |
} |
| 371 |
|
| 372 |
|
| 373 |
|
| 374 |
.wp-chatbot-tabs nav a:before { |
| 375 |
|
| 376 |
margin-right: 0; |
| 377 |
|
| 378 |
} |
| 379 |
|
| 380 |
} |
| 381 |
|
| 382 |
|
| 383 |
|
| 384 |
@media screen and (max-width: 650px) { |
| 385 |
|
| 386 |
.wp-chatbot-tabs-style-flip nav a { |
| 387 |
|
| 388 |
padding: 0; |
| 389 |
|
| 390 |
line-height: 2; |
| 391 |
|
| 392 |
} |
| 393 |
|
| 394 |
|
| 395 |
|
| 396 |
} |
| 397 |
div#wp-chatbot-custom-color-options .cxsc-settings-blocks{ |
| 398 |
min-height: 85px; |
| 399 |
} |
| 400 |
div#wp-chatbot-custom-color-options .cxsc-settings-blocks .cxsc-settings-blocks { |
| 401 |
min-height: 0; |
| 402 |
} |
| 403 |
section.wp-chatbot-tab-container-inner .top-section { |
| 404 |
|
| 405 |
} |
| 406 |
section.wp-chatbot-tab-container-inner div#wp-chatbot-custom-color-options .top-section .row { |
| 407 |
padding: 15px; |
| 408 |
} |
| 409 |
section.wp-chatbot-tab-container-inner .top-section input[type=checkbox] + label { |
| 410 |
font-size: 14px !important; |
| 411 |
} |
| 412 |
.panel-default>.panel-heading+.panel-collapse>.panel-body { |
| 413 |
border-top-color: #ddd; |
| 414 |
font-size: 14px; |
| 415 |
} |
| 416 |
.wp-chatbot-language-center-summmery { |
| 417 |
DISPLAY: NONE !important; |
| 418 |
} |
| 419 |
|
| 420 |
header.wp-chatbot-admin-header h3 { |
| 421 |
color: #fff; |
| 422 |
} |
| 423 |
.qcbot-str-top-notic { |
| 424 |
max-width: 1170px; |
| 425 |
padding: 0 !important; |
| 426 |
margin: 20px 0 0 0; |
| 427 |
} |
| 428 |
.top-section .row .cxsc-settings-blocks { |
| 429 |
background-color: #fff; |
| 430 |
border: 1px solid #fff; |
| 431 |
margin: 0; |
| 432 |
padding: 0; |
| 433 |
box-shadow: none; |
| 434 |
width: auto; |
| 435 |
} |
| 436 |
|
| 437 |
.wrapTexttop-lite .alert.alert-warning { |
| 438 |
margin: 0 0 15px 0; |
| 439 |
} |
| 440 |
|
| 441 |
|