| 1 |
.shortcode-table { |
| 2 |
width:100%; |
| 3 |
padding:10px; |
| 4 |
overflow:auto |
| 5 |
} |
| 6 |
.shortcode-table table tr th { |
| 7 |
border-top:1px solid #666; |
| 8 |
border-bottom:1px solid #666; |
| 9 |
padding-right:9px; |
| 10 |
background-color:#DBDBDB; |
| 11 |
padding-left:12px; |
| 12 |
text-align:center |
| 13 |
} |
| 14 |
.shortcode-table table tr td { |
| 15 |
border-top:1px solid #999; |
| 16 |
border-bottom:1px solid #999; |
| 17 |
padding-right:9px; |
| 18 |
padding-left:12px; |
| 19 |
text-align:center |
| 20 |
} |
| 21 |
.shortcode-table table tr { |
| 22 |
padding:5px 0 |
| 23 |
} |
| 24 |
.shortcode-table table tr:nth-child(2n) { |
| 25 |
background-color:#efefef |
| 26 |
} |
| 27 |
.analytify_popup * { |
| 28 |
margin:0; |
| 29 |
padding:0; |
| 30 |
} |
| 31 |
.analytify_popup { |
| 32 |
position:fixed; |
| 33 |
top:80px; |
| 34 |
left:50%; |
| 35 |
margin-left:-250px; |
| 36 |
z-index:999999; |
| 37 |
display:none; |
| 38 |
width:100%; |
| 39 |
max-width:500px; |
| 40 |
background-color:#fff; |
| 41 |
-webkit-background-clip:padding-box; |
| 42 |
background-clip:padding-box; |
| 43 |
border:7px solid #999; |
| 44 |
border:7px solid rgba(153,153,153,0.6); |
| 45 |
-moz-border-radius:0; |
| 46 |
-webkit-border-radius:0; |
| 47 |
border-radius:0; |
| 48 |
outline:0; |
| 49 |
-moz-box-shadow:0 0 0 rgba(0,0,0,0.5); |
| 50 |
-webkit-box-shadow:0 0 0 rgba(0,0,0,0.5); |
| 51 |
box-shadow:0 0 0 rgba(0,0,0,0.5) |
| 52 |
} |
| 53 |
.analytify_popup:after { |
| 54 |
position:fixed; |
| 55 |
width:100%; |
| 56 |
height:100%; |
| 57 |
content:"."; |
| 58 |
background:rgba(0,0,0,0.5); |
| 59 |
top:0px; |
| 60 |
left:0px; |
| 61 |
z-index:-30; |
| 62 |
} |
| 63 |
.analytify_popup .analytify_popup_header { |
| 64 |
background:#ff7f66; |
| 65 |
border-bottom:0; |
| 66 |
color:#fff; |
| 67 |
position:relative; |
| 68 |
padding:13px; |
| 69 |
} |
| 70 |
.analytify_popup .analytify_popup_header h4 { |
| 71 |
color:#fff; |
| 72 |
font-size:20px; |
| 73 |
padding-right:30px; |
| 74 |
} |
| 75 |
.analytify_popup .analytify_popup_clsbtn { |
| 76 |
border:2px solid #fff; |
| 77 |
text-align:center; |
| 78 |
line-height:16px; |
| 79 |
vertical-align:middle; |
| 80 |
color:#fff; |
| 81 |
width:20px; |
| 82 |
font-size:20px; |
| 83 |
height:20px; |
| 84 |
position:absolute; |
| 85 |
top:12px; |
| 86 |
right:11px; |
| 87 |
cursor:pointer; |
| 88 |
padding:0; |
| 89 |
-webkit-transition-duration: 0.8s; |
| 90 |
-moz-transition-duration: 0.8s; |
| 91 |
-o-transition-duration: 0.8s; |
| 92 |
transition-duration: 0.8s; |
| 93 |
|
| 94 |
-webkit-transition-property: -webkit-transform; |
| 95 |
-moz-transition-property: -moz-transform; |
| 96 |
-o-transition-property: -o-transform; |
| 97 |
transition-property: transform; |
| 98 |
} |
| 99 |
.analytify_popup .analytify_popup_clsbtn:hover{ |
| 100 |
-webkit-transform:rotate(360deg); |
| 101 |
-moz-transform:rotate(360deg); |
| 102 |
-o-transform:rotate(360deg); |
| 103 |
transform:rotate(360deg); |
| 104 |
} |
| 105 |
.analytify_popup .analytify_popup_footer { |
| 106 |
text-align:left; |
| 107 |
background:#7ecffe; |
| 108 |
color:#fff; |
| 109 |
padding:13px 15px; |
| 110 |
} |
| 111 |
.analytify_popup .analytify_table th,.analytify_popup .analytify_table td { |
| 112 |
border:0; |
| 113 |
border-top:1px solid #ddd !important; |
| 114 |
border-left:1px solid #ddd !important; |
| 115 |
padding:8px; |
| 116 |
text-align:left; |
| 117 |
} |
| 118 |
.analytify_table th,.analytify_table th { |
| 119 |
font-weight:700; |
| 120 |
padding:8px; |
| 121 |
text-transform:uppercase; |
| 122 |
} |
| 123 |
.analytify_popup .analytify_popup_body { |
| 124 |
background:#f9f9f9; |
| 125 |
color:#606060; |
| 126 |
background:#f9f9f9; |
| 127 |
color:#606060; |
| 128 |
padding:15px; |
| 129 |
} |
| 130 |
.analytify_popup .analytify_table { |
| 131 |
margin-bottom:0; |
| 132 |
border:0; |
| 133 |
background:#fff; |
| 134 |
border-bottom:1px solid #ddd !important; |
| 135 |
border-right:1px solid #ddd !important; |
| 136 |
border-collapse:collapse; |
| 137 |
width:100%; |
| 138 |
} |
| 139 |
.analytify_popup .analytify_table tr:nth-child(even) { |
| 140 |
background:#fcfcfc |
| 141 |
} |
| 142 |
.analytify_popup .analytify_table tr:nth-child(odd) { |
| 143 |
background:#FFF |
| 144 |
} |
| 145 |
.analytify_popup .analytify_table>thead>tr>th { |
| 146 |
background-color:#f9f9f9 |
| 147 |
} |
| 148 |
.analytify_popup .analytify_table>thead>tr>th.num,.analytify_popup .analytify_table td.num { |
| 149 |
background:#7ecffe; |
| 150 |
text-align:center; |
| 151 |
color:#fff |
| 152 |
} |
| 153 |
.analytify_popup .analytify_table_hover>tbody>tr:hover>td,.analytify_popup .analytify_table_hover>tbody>tr:hover>th { |
| 154 |
background-color:#7ecffe; |
| 155 |
color:#fff |
| 156 |
} |
| 157 |
div.cs-select { |
| 158 |
display:inline-block; |
| 159 |
vertical-align:middle; |
| 160 |
position:relative; |
| 161 |
text-align:left; |
| 162 |
background:transparent !important; |
| 163 |
z-index:100; |
| 164 |
width:100%; |
| 165 |
max-width:500px; |
| 166 |
-webkit-touch-callout:none; |
| 167 |
-webkit-user-select:none; |
| 168 |
-khtml-user-select:none; |
| 169 |
-moz-user-select:none; |
| 170 |
-ms-user-select:none; |
| 171 |
user-select:none; |
| 172 |
} |
| 173 |
div.cs-select:focus { |
| 174 |
outline:none; |
| 175 |
/* For better accessibility add a style for this in your skin */ |
| 176 |
} |
| 177 |
.cs-select select { |
| 178 |
display:none; |
| 179 |
} |
| 180 |
.cs-select span { |
| 181 |
display:block; |
| 182 |
position:relative; |
| 183 |
cursor:pointer; |
| 184 |
padding:1em; |
| 185 |
white-space:nowrap; |
| 186 |
overflow:hidden; |
| 187 |
text-overflow: ellipsis; |
| 188 |
} |
| 189 |
/* Placeholder and selected option */ |
| 190 |
.cs-select>span { |
| 191 |
padding:0px !important; |
| 192 |
} |
| 193 |
.cs-select>span::after,.cs-select .cs-selected span::after { |
| 194 |
speak:none; |
| 195 |
position:absolute; |
| 196 |
top:50%; |
| 197 |
-webkit-transform:translateY(-50%); |
| 198 |
transform:translateY(-50%); |
| 199 |
-webkit-font-smoothing:antialiased; |
| 200 |
-moz-osx-font-smoothing:grayscale; |
| 201 |
} |
| 202 |
.cs-select.cs-active>span::after { |
| 203 |
-webkit-transform:translateY(-50%) rotate(180deg); |
| 204 |
transform: translateY(-50%) rotate(180deg); |
| 205 |
} |
| 206 |
/* Options */ |
| 207 |
.cs-select .cs-options { |
| 208 |
position:absolute; |
| 209 |
width:100%; |
| 210 |
background:#fff; |
| 211 |
visibility:hidden; |
| 212 |
} |
| 213 |
.cs-select.cs-active .cs-options { |
| 214 |
visibility:visible; |
| 215 |
} |
| 216 |
.cs-select ul { |
| 217 |
list-style:none; |
| 218 |
margin:0; |
| 219 |
padding:0; |
| 220 |
width:100%; |
| 221 |
} |
| 222 |
.cs-select ul span { |
| 223 |
padding:1em; |
| 224 |
} |
| 225 |
.cs-select ul li.cs-focus span { |
| 226 |
background-color: #ddd; |
| 227 |
} |
| 228 |
/* Optgroup and optgroup label */ |
| 229 |
.cs-select li.cs-optgroup ul { |
| 230 |
padding-left:1em; |
| 231 |
} |
| 232 |
.cs-select li.cs-optgroup>span { |
| 233 |
cursor:default; |
| 234 |
} |
| 235 |
div.cs-skin-slide { |
| 236 |
color:#fff; |
| 237 |
font-size:1.5em; |
| 238 |
width:300px; |
| 239 |
} |
| 240 |
@media screen and (max-width:30em) { |
| 241 |
div.cs-skin-slide { |
| 242 |
font-size:1em; |
| 243 |
width:250px; |
| 244 |
} |
| 245 |
} |
| 246 |
.cs-select ul:before { |
| 247 |
background-color:#FA906B; |
| 248 |
position:absolute; |
| 249 |
height:50%; |
| 250 |
width:100%; |
| 251 |
top:23%; |
| 252 |
content:''; |
| 253 |
transform:scale3d(1,1,1); |
| 254 |
-webkit-transition:-webkit-transform 0.3s; |
| 255 |
transition:transform 0.3s; |
| 256 |
} |
| 257 |
.cs-active .cs-options ul:before { |
| 258 |
-webkit-transform:scale3d(1.1,2.3,1); |
| 259 |
transform:scale3d(1.1,2.3,1); |
| 260 |
} |
| 261 |
.cs-select ul { |
| 262 |
position:relative; |
| 263 |
} |
| 264 |
.cs-skin-slide>span { |
| 265 |
line-height:32px; |
| 266 |
-webkit-transition:text-indent 0.3s,opacity 0.3s; |
| 267 |
transition:text-indent 0.3s,opacity 0.3s; |
| 268 |
} |
| 269 |
.closing .cs-options ul:before { |
| 270 |
-webkit-transform:scale3d(1,0,1); |
| 271 |
transform:scale3d(1,0,1); |
| 272 |
-webkit-transition:-webkit-transform 0.7s ease 0.5s; |
| 273 |
transition:transform 0.7s ease 0.5s; |
| 274 |
} |
| 275 |
.cs-select .cs-options a { |
| 276 |
text-decoration:none; |
| 277 |
color:#fff; |
| 278 |
} |
| 279 |
.cs-select .cs-options a:hover,.cs-select .cs-options a span:hover,.cs-select .cs-options a:active,.cs-select .cs-options a:visited { |
| 280 |
text-decoration:none; |
| 281 |
color:#efefef; |
| 282 |
} |
| 283 |
.cs-select.cs-skin-slide.closing .cs-options li,.cs-select.cs-skin-slide.closing .cs-options li:first-child { |
| 284 |
opacity:0; |
| 285 |
} |
| 286 |
@media screen and (max-width:30em) { |
| 287 |
.cs-skin-slide>span { |
| 288 |
height:60px; |
| 289 |
line-height:28px; |
| 290 |
} |
| 291 |
} |
| 292 |
.cs-select.cs-active .cs-options a { |
| 293 |
color:#fff; |
| 294 |
} |
| 295 |
.cs-select.cs-active .cs-options a:hover { |
| 296 |
text-decoration:none; |
| 297 |
color:#efefef; |
| 298 |
} |
| 299 |
.cs-skin-slide.cs-active>span { |
| 300 |
text-indent:-290%; |
| 301 |
opacity:0; |
| 302 |
} |
| 303 |
.cs-skin-slide.cs-active>span::after { |
| 304 |
-webkit-transform:translate3d(0,-50%,0); |
| 305 |
transform:translate3d(0,-50%,0); |
| 306 |
} |
| 307 |
.cs-skin-slide .cs-options { |
| 308 |
background:transparent; |
| 309 |
width:100%; |
| 310 |
height:400%; |
| 311 |
padding:1.9em 0; |
| 312 |
min-width:350px; |
| 313 |
top:50%; |
| 314 |
left:50%; |
| 315 |
-webkit-transform:translate3d(-50%,-50%,0); |
| 316 |
transform:translate3d(-50%,-50%,0); |
| 317 |
} |
| 318 |
@media screen and (max-width:30em) { |
| 319 |
.cs-skin-slide .cs-options { |
| 320 |
padding-top:3em; |
| 321 |
} |
| 322 |
} |
| 323 |
div.cs-skin-underline { |
| 324 |
background:transparent; |
| 325 |
font-size:1.8em; |
| 326 |
max-width:400px; |
| 327 |
} |
| 328 |
@media screen and (max-width:30em) { |
| 329 |
div.cs-skin-underline { |
| 330 |
font-size:1.2em; |
| 331 |
} |
| 332 |
} |
| 333 |
.cs-skin-underline>span { |
| 334 |
padding:0.5em 3em 0.5em 0.5em; |
| 335 |
border-bottom:3px solid #000; |
| 336 |
border-color:inherit; |
| 337 |
font-weight:bold; |
| 338 |
} |
| 339 |
.cs-skin-underline>span::after { |
| 340 |
font-family:'icomoon'; |
| 341 |
content:'\e003'; |
| 342 |
right:0.25em; |
| 343 |
-webkit-transform:translate3d(0,-50%,0) rotate3d(0,0,1,45deg); |
| 344 |
transform:translate3d(0,-50%,0) rotate3d(0,0,1,45deg); |
| 345 |
-webkit-transition:-webkit-transform 0.5s; |
| 346 |
transition:transform 0.5s; |
| 347 |
} |
| 348 |
.cs-skin-underline.cs-active>span::after { |
| 349 |
-webkit-transform:translate3d(0,-50%,0) rotate3d(0,0,1,270deg); |
| 350 |
transform:translate3d(0,-50%,0) rotate3d(0,0,1,270deg); |
| 351 |
} |
| 352 |
.cs-skin-underline .cs-options { |
| 353 |
background:#bbc7c8; |
| 354 |
opacity:0; |
| 355 |
-webkit-transition:opacity 0.3s 0.4s,visibility 0s 0.7s; |
| 356 |
transition:opacity 0.3s 0.4s,visibility 0s 0.7s; |
| 357 |
} |
| 358 |
.cs-skin-underline.cs-active .cs-options { |
| 359 |
opacity:1; |
| 360 |
-webkit-transition:opacity 0.3s; |
| 361 |
transition:opacity 0.3s; |
| 362 |
} |
| 363 |
.cs-skin-underline ul span { |
| 364 |
position:relative; |
| 365 |
text-transform:uppercase; |
| 366 |
font-size:66%; |
| 367 |
font-weight:700; |
| 368 |
letter-spacing:1px; |
| 369 |
padding:1.2em 0.8em; |
| 370 |
opacity:0; |
| 371 |
-webkit-transform:translate3d(100%,0,0); |
| 372 |
transform:translate3d(100%,0,0); |
| 373 |
-webkit-transition:opacity 0.3s,-webkit-transform 0.3s; |
| 374 |
transition:opacity 0.3s,transform 0.3s; |
| 375 |
} |
| 376 |
.cs-select ul span::after { |
| 377 |
content:''; |
| 378 |
opacity:0; |
| 379 |
} |
| 380 |
.cs-select .cs-selected span::after { |
| 381 |
font-family:'icomoon'; |
| 382 |
content:'\e010'; |
| 383 |
opacity:1; |
| 384 |
-webkit-transition:opacity 0.3s 0.7s; |
| 385 |
transition:opacity 0.3s 0.7s; |
| 386 |
} |
| 387 |
.cs-skin-slide .cs-options li { |
| 388 |
opacity:0; |
| 389 |
-webkit-transform:translate3d(30%,0,0); |
| 390 |
transform:translate3d(30%,0,0); |
| 391 |
-webkit-transition:-webkit-transform 0.3s,opacity 0.3s; |
| 392 |
transition:transform 0.3s,opacity 0.3s; |
| 393 |
} |
| 394 |
.cs-skin-slide.cs-active .cs-options li { |
| 395 |
-webkit-transform:translate3d(0,0,0); |
| 396 |
transform:translate3d(0,0,0); |
| 397 |
opacity:1; |
| 398 |
} |
| 399 |
.cs-skin-slide.cs-active .cs-options li:first-child { |
| 400 |
-webkit-transition-delay:0.05s; |
| 401 |
transition-delay:0.05s; |
| 402 |
} |
| 403 |
.cs-skin-slide.cs-active .cs-options li:nth-child(2) { |
| 404 |
-webkit-transition-delay:0.1s; |
| 405 |
transition-delay:0.1s; |
| 406 |
} |
| 407 |
.cs-skin-slide.cs-active .cs-options li:nth-child(3) { |
| 408 |
-webkit-transition-delay:0.15s; |
| 409 |
transition-delay:0.15s; |
| 410 |
} |
| 411 |
.cs-skin-slide.cs-active .cs-options li:nth-child(4) { |
| 412 |
-webkit-transition-delay:0.2s; |
| 413 |
transition-delay:0.2s; |
| 414 |
} |
| 415 |
.cs-skin-slide.cs-active .cs-options li:nth-child(5) { |
| 416 |
-webkit-transition-delay:0.25s; |
| 417 |
transition-delay: 0.25s; |
| 418 |
} |
| 419 |
/* more options need more delay declaration */ |
| 420 |
.cs-skin-slide .cs-options li span { |
| 421 |
text-transform:uppercase; |
| 422 |
font-weight:500; |
| 423 |
letter-spacing:2px; |
| 424 |
font-size:65%; |
| 425 |
padding:0.8em 1em 0.8em 2.5em; |
| 426 |
} |
| 427 |
.cs-skin-slide .cs-options li span:hover,.cs-skin-slide .cs-options li.cs-focus span,.cs-skin-slide .cs-options li.cs-selected span { |
| 428 |
color:#efefef; |
| 429 |
background:transparent; |
| 430 |
} |
| 431 |
.cs-skin-slide .cs-selected span::after { |
| 432 |
content:''; |
| 433 |
} |
| 434 |
.analitify_btn,.analitify_btn:hover,.analitify_btn:active { |
| 435 |
background:url(../images/analytify_btn.png) no-repeat 0 0; |
| 436 |
background-color:transparent !important; |
| 437 |
box-shadow:none; |
| 438 |
width:263px; |
| 439 |
height:58px; |
| 440 |
text-indent:-9999px; |
| 441 |
border:0; |
| 442 |
outline: none; |
| 443 |
} |