| 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 |
display: flex; |
| 16 |
} |
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
/* Nav */ |
| 21 |
|
| 22 |
.wp-chatbot-tabs nav { |
| 23 |
|
| 24 |
width: 16%; |
| 25 |
|
| 26 |
display: block; |
| 27 |
|
| 28 |
float: left; |
| 29 |
|
| 30 |
|
| 31 |
|
| 32 |
} |
| 33 |
|
| 34 |
|
| 35 |
|
| 36 |
.wp-chatbot-tabs nav ul { |
| 37 |
position: relative; |
| 38 |
margin: 0 auto; |
| 39 |
padding: 0; |
| 40 |
list-style: none; |
| 41 |
margin-bottom: 15px; |
| 42 |
|
| 43 |
} |
| 44 |
|
| 45 |
|
| 46 |
|
| 47 |
.wp-chatbot-tabs nav a span { |
| 48 |
|
| 49 |
vertical-align: middle; |
| 50 |
|
| 51 |
font-size: 0.75em; |
| 52 |
|
| 53 |
} |
| 54 |
|
| 55 |
|
| 56 |
/* Content */ |
| 57 |
|
| 58 |
.content-wrap { |
| 59 |
|
| 60 |
position: relative; |
| 61 |
|
| 62 |
width: 64%; |
| 63 |
|
| 64 |
display: block; |
| 65 |
|
| 66 |
float: left; |
| 67 |
|
| 68 |
|
| 69 |
} |
| 70 |
|
| 71 |
|
| 72 |
|
| 73 |
.content-wrap section { |
| 74 |
|
| 75 |
display: none; |
| 76 |
|
| 77 |
margin: 0 auto; |
| 78 |
|
| 79 |
padding: 1em; |
| 80 |
|
| 81 |
|
| 82 |
} |
| 83 |
|
| 84 |
|
| 85 |
|
| 86 |
.content-wrap section.content-current { |
| 87 |
|
| 88 |
display: block; |
| 89 |
|
| 90 |
} |
| 91 |
|
| 92 |
|
| 93 |
.wp-chatbot-lng-items .row, #wp-chatbot-language-section .row{ |
| 94 |
|
| 95 |
padding-top: 2px; |
| 96 |
|
| 97 |
padding-bottom: 2px; |
| 98 |
|
| 99 |
margin-bottom: 0; |
| 100 |
|
| 101 |
} |
| 102 |
|
| 103 |
|
| 104 |
|
| 105 |
.top-section .row .cxsc-settings-blocks { |
| 106 |
|
| 107 |
padding-top: 10px; |
| 108 |
|
| 109 |
} |
| 110 |
|
| 111 |
|
| 112 |
|
| 113 |
.content-wrap section h4 { |
| 114 |
|
| 115 |
margin-top: 0; |
| 116 |
|
| 117 |
padding-top: 0; |
| 118 |
|
| 119 |
font-size: 16px; |
| 120 |
|
| 121 |
font-weight: normal; |
| 122 |
|
| 123 |
} |
| 124 |
|
| 125 |
|
| 126 |
|
| 127 |
.content-wrap section.content-current input[type=checkbox] + label, .wp-chatbot-wrap label { |
| 128 |
|
| 129 |
font-size: 14px; |
| 130 |
|
| 131 |
font-weight: normal !important; |
| 132 |
|
| 133 |
margin-bottom: 0; |
| 134 |
|
| 135 |
} |
| 136 |
|
| 137 |
|
| 138 |
|
| 139 |
/* Fallback */ |
| 140 |
|
| 141 |
.no-js .content-wrap section { |
| 142 |
|
| 143 |
display: block; |
| 144 |
|
| 145 |
padding-bottom: 2em; |
| 146 |
|
| 147 |
border-bottom: 1px solid rgba(255, 255, 255, 0.6); |
| 148 |
|
| 149 |
} |
| 150 |
|
| 151 |
|
| 152 |
|
| 153 |
.no-flexbox nav ul { |
| 154 |
|
| 155 |
display: block; |
| 156 |
|
| 157 |
} |
| 158 |
|
| 159 |
|
| 160 |
|
| 161 |
.no-flexbox nav ul li { |
| 162 |
|
| 163 |
min-width: 15%; |
| 164 |
|
| 165 |
display: inline-block; |
| 166 |
|
| 167 |
} |
| 168 |
|
| 169 |
|
| 170 |
|
| 171 |
/*****************************/ |
| 172 |
|
| 173 |
/* Flip */ |
| 174 |
|
| 175 |
/*****************************/ |
| 176 |
|
| 177 |
|
| 178 |
|
| 179 |
|
| 180 |
.wp-chatbot-tabs-style-flip nav a { |
| 181 |
|
| 182 |
padding: 0.5em 1em; |
| 183 |
|
| 184 |
color: #33B0D9; |
| 185 |
|
| 186 |
font-size: 18px; |
| 187 |
|
| 188 |
} |
| 189 |
|
| 190 |
|
| 191 |
|
| 192 |
.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 { |
| 193 |
|
| 194 |
color: #74777b; |
| 195 |
|
| 196 |
outline: none; |
| 197 |
|
| 198 |
box-shadow: none; |
| 199 |
|
| 200 |
} |
| 201 |
|
| 202 |
|
| 203 |
|
| 204 |
.wp-chatbot-tabs-style-flip nav a span { |
| 205 |
|
| 206 |
text-transform: capitalize; |
| 207 |
|
| 208 |
letter-spacing: 1px; |
| 209 |
|
| 210 |
font-weight: 700; |
| 211 |
|
| 212 |
font-size: 0.625em; |
| 213 |
|
| 214 |
} |
| 215 |
|
| 216 |
|
| 217 |
|
| 218 |
.wp-chatbot-tabs-style-flip nav a::after { |
| 219 |
|
| 220 |
position: absolute; |
| 221 |
|
| 222 |
top: 0; |
| 223 |
|
| 224 |
left: 0; |
| 225 |
|
| 226 |
z-index: -1; |
| 227 |
|
| 228 |
width: 100%; |
| 229 |
|
| 230 |
height: 100%; |
| 231 |
|
| 232 |
background-color: #f0f0f0; |
| 233 |
|
| 234 |
content: ''; |
| 235 |
|
| 236 |
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s; |
| 237 |
|
| 238 |
transition: transform 0.3s, background-color 0.3s; |
| 239 |
|
| 240 |
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg); |
| 241 |
|
| 242 |
transform: perspective(900px) rotate3d(1, 0, 0, 90deg); |
| 243 |
|
| 244 |
-webkit-transform-origin: 50% 100%; |
| 245 |
|
| 246 |
transform-origin: 50% 100%; |
| 247 |
|
| 248 |
-webkit-perspective-origin: 50% 100%; |
| 249 |
|
| 250 |
perspective-origin: 50% 100%; |
| 251 |
|
| 252 |
} |
| 253 |
|
| 254 |
|
| 255 |
|
| 256 |
.wp-chatbot-tabs-style-flip nav li.tab-current a::after { |
| 257 |
|
| 258 |
background-color: #fff; |
| 259 |
|
| 260 |
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg); |
| 261 |
|
| 262 |
transform: perspective(900px) rotate3d(1, 0, 0, 0deg); |
| 263 |
|
| 264 |
} |
| 265 |
|
| 266 |
|
| 267 |
|
| 268 |
.wp-chatbot-tabs-style-flip .content-wrap { |
| 269 |
|
| 270 |
background: #fff; |
| 271 |
|
| 272 |
} |
| 273 |
|
| 274 |
|
| 275 |
|
| 276 |
@media screen and (max-width: 58em) { |
| 277 |
|
| 278 |
.wp-chatbot-tabs nav a.icon span { |
| 279 |
|
| 280 |
display: none; |
| 281 |
|
| 282 |
} |
| 283 |
|
| 284 |
|
| 285 |
|
| 286 |
.wp-chatbot-tabs nav a:before { |
| 287 |
|
| 288 |
margin-right: 0; |
| 289 |
|
| 290 |
} |
| 291 |
|
| 292 |
} |
| 293 |
|
| 294 |
|
| 295 |
|
| 296 |
@media screen and (max-width: 650px) { |
| 297 |
|
| 298 |
.wp-chatbot-tabs-style-flip nav a { |
| 299 |
|
| 300 |
padding: 0; |
| 301 |
|
| 302 |
line-height: 2; |
| 303 |
|
| 304 |
} |
| 305 |
|
| 306 |
|
| 307 |
|
| 308 |
} |
| 309 |
div#wp-chatbot-custom-color-options .cxsc-settings-blocks{ |
| 310 |
min-height: 85px; |
| 311 |
} |
| 312 |
div#wp-chatbot-custom-color-options .cxsc-settings-blocks .cxsc-settings-blocks { |
| 313 |
min-height: 0; |
| 314 |
} |
| 315 |
section.wp-chatbot-tab-container-inner .top-section { |
| 316 |
|
| 317 |
} |
| 318 |
section.wp-chatbot-tab-container-inner div#wp-chatbot-custom-color-options .top-section .row { |
| 319 |
padding: 15px; |
| 320 |
} |
| 321 |
section.wp-chatbot-tab-container-inner .top-section input[type=checkbox] + label { |
| 322 |
font-size: 14px !important; |
| 323 |
} |
| 324 |
.panel-default>.panel-heading+.panel-collapse>.panel-body { |
| 325 |
border-top-color: #ddd; |
| 326 |
font-size: 15px; |
| 327 |
} |
| 328 |
.wp-chatbot-language-center-summmery { |
| 329 |
DISPLAY: NONE !important; |
| 330 |
} |
| 331 |
|
| 332 |
header.wp-chatbot-admin-header h3 { |
| 333 |
color: #fff; |
| 334 |
} |
| 335 |
|
| 336 |
.top-section .row .cxsc-settings-blocks { |
| 337 |
background-color: #fff; |
| 338 |
border: 1px solid #fff; |
| 339 |
margin: 0; |
| 340 |
padding: 0; |
| 341 |
box-shadow: none; |
| 342 |
width: auto; |
| 343 |
} |
| 344 |
|
| 345 |
.wrapTexttop-lite .alert.alert-warning { |
| 346 |
margin: 0 0 15px 0; |
| 347 |
} |
| 348 |
|
| 349 |
|