ga_additional.css
5 years ago
ga_modal.css
9 years ago
ga_old_wp_support.css
9 years ago
googleanalytics.css
5 years ago
googleanalytics.css
616 lines
| 1 | @CHARSET "UTF-8"; |
| 2 | |
| 3 | .wrap.ga-wrap { |
| 4 | margin: 0px auto !important; |
| 5 | margin-top: 10px !important; |
| 6 | margin-right: 0px !important; |
| 7 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 8 | font-size: 14px; |
| 9 | line-height: 1.42857143; |
| 10 | color: #333333; |
| 11 | } |
| 12 | |
| 13 | .ga_container { |
| 14 | margin-top: 25px; |
| 15 | } |
| 16 | |
| 17 | .google-analytics_page_googleanalytics-settings .ga_container { |
| 18 | display: flex; |
| 19 | flex-wrap: wrap; |
| 20 | justify-content: space-between; |
| 21 | } |
| 22 | |
| 23 | .ga_container .sidebar-ad { |
| 24 | width: 50%; |
| 25 | background: #fff; |
| 26 | padding: 16px; |
| 27 | box-shadow: 6px 7px 12px 6px #cdcdcd; |
| 28 | } |
| 29 | |
| 30 | .ga_container .sidebar-ad img { |
| 31 | width: 100%; |
| 32 | } |
| 33 | |
| 34 | .ga_container a.view-report { |
| 35 | background: #c6dafc; |
| 36 | width: 200px; |
| 37 | display: inline-block; |
| 38 | padding: 10px 20px; |
| 39 | border-radius: 5px; |
| 40 | text-decoration: none; |
| 41 | font-size: 15px; |
| 42 | font-weight: bold; |
| 43 | text-align: center; |
| 44 | margin: 10px 5px 10px 0; |
| 45 | } |
| 46 | |
| 47 | .ga_container .filter-choices a { |
| 48 | background: #f9f9f9; |
| 49 | width: 105px; |
| 50 | display: inline-block; |
| 51 | padding: 10px 20px; |
| 52 | border-radius: 5px; |
| 53 | text-decoration: none; |
| 54 | font-size: 15px; |
| 55 | font-weight: bold; |
| 56 | text-align: center; |
| 57 | margin: 10px 5px 10px 0; |
| 58 | color: #888888; |
| 59 | } |
| 60 | |
| 61 | .ga_container .filter-choices a.selected { |
| 62 | background: #c6dafc; |
| 63 | color: #353535; |
| 64 | } |
| 65 | |
| 66 | #exTab1, #exTab2 { |
| 67 | margin-right: 15px !important; |
| 68 | } |
| 69 | |
| 70 | #exTab1 .tab-content { |
| 71 | color: white; |
| 72 | background-color: #428bca; |
| 73 | padding: 5px 15px; |
| 74 | } |
| 75 | |
| 76 | #exTab2 h3 { |
| 77 | color: white; |
| 78 | background-color: #428bca; |
| 79 | padding: 5px 15px; |
| 80 | } |
| 81 | |
| 82 | /* remove border radius for the tab */ |
| 83 | #exTab1 .nav-pills > li > a { |
| 84 | border-radius: 0; |
| 85 | } |
| 86 | |
| 87 | /* change border radius for the tab , apply corners on top*/ |
| 88 | #exTab3 .nav-pills > li > a { |
| 89 | border-radius: 4px 4px 0 0; |
| 90 | } |
| 91 | |
| 92 | #exTab3 .tab-content { |
| 93 | color: white; |
| 94 | background-color: #428bca; |
| 95 | padding: 5px 15px; |
| 96 | } |
| 97 | |
| 98 | label.ga_checkbox_label { |
| 99 | margin-top: 6px !important; |
| 100 | } |
| 101 | |
| 102 | .form-table th { |
| 103 | width: 250px !important; |
| 104 | } |
| 105 | |
| 106 | .wrap.ga-notice { |
| 107 | width: 100% !important; |
| 108 | margin-left: 0px !important; |
| 109 | margin-right: 10px !important; |
| 110 | } |
| 111 | |
| 112 | .ga_warning { |
| 113 | font-size: 12px; |
| 114 | font-weight: normal; |
| 115 | margin-top: 10px; |
| 116 | } |
| 117 | |
| 118 | .ga-boxes-container { |
| 119 | |
| 120 | } |
| 121 | |
| 122 | .ga-box-row { |
| 123 | display: table; |
| 124 | width: 100%; |
| 125 | table-layout: fixed; |
| 126 | border-spacing: 10px; |
| 127 | } |
| 128 | |
| 129 | .ga-box-column { |
| 130 | display: table-cell; |
| 131 | -moz-box-shadow: 0 0 5px #e5e5e5; |
| 132 | -webkit-box-shadow: 0 0 5px #e5e5e5; |
| 133 | box-shadow: 0px 0px 5px #e5e5e5; |
| 134 | } |
| 135 | |
| 136 | .ga-box-dashboard { |
| 137 | border: 1px solid #cccccc; |
| 138 | border-radius: 0px; |
| 139 | padding: 3px; |
| 140 | text-align: center; |
| 141 | } |
| 142 | |
| 143 | .ga-box-centered { |
| 144 | text-align: center; |
| 145 | } |
| 146 | |
| 147 | .ga-loader-wrapper { |
| 148 | float: right; |
| 149 | margin-top: 4px; |
| 150 | margin-right: 5px; |
| 151 | } |
| 152 | |
| 153 | .ga-loader-wrapper.stats-page { |
| 154 | width: 45px; |
| 155 | text-align: center; |
| 156 | margin: 0 auto; |
| 157 | float: none; |
| 158 | } |
| 159 | |
| 160 | .ga-loader { |
| 161 | border: 4px solid #f3f3f3; /* Light grey */ |
| 162 | border-top: 4px solid #3498db; /* Blue */ |
| 163 | border-radius: 50%; |
| 164 | width: 15px; |
| 165 | height: 15px; |
| 166 | animation: spin 2s linear infinite; |
| 167 | display: none; |
| 168 | } |
| 169 | |
| 170 | .ga-loader.stats-page-loader { |
| 171 | width: 45px; |
| 172 | height: 45px; |
| 173 | border-width: 6px; |
| 174 | } |
| 175 | |
| 176 | @keyframes spin { |
| 177 | 0% { |
| 178 | transform: rotate(0deg); |
| 179 | } |
| 180 | 100% { |
| 181 | transform: rotate(360deg); |
| 182 | } |
| 183 | } |
| 184 | |
| 185 | .ga-review-us { |
| 186 | position: fixed; |
| 187 | right: 10px; |
| 188 | bottom: 40px; |
| 189 | background: #fff; |
| 190 | border: solid 1px #3379b7; |
| 191 | border-radius: 10px; |
| 192 | padding: 15px; |
| 193 | width: 295px; |
| 194 | text-align: center; |
| 195 | } |
| 196 | |
| 197 | .ga-review-us #close-review-us { |
| 198 | cursor: pointer; |
| 199 | } |
| 200 | |
| 201 | .ga-review-us h3 { |
| 202 | color: #3379b7; |
| 203 | } |
| 204 | |
| 205 | .ga-review-us h3 a { |
| 206 | color: #ff9801; |
| 207 | } |
| 208 | |
| 209 | .ga-chart { |
| 210 | } |
| 211 | |
| 212 | .label-grey { |
| 213 | color: #ccc; |
| 214 | } |
| 215 | |
| 216 | .ga-tooltip { |
| 217 | position: relative; |
| 218 | cursor: not-allowed; |
| 219 | } |
| 220 | |
| 221 | .ga-tooltip input[disabled] { |
| 222 | cursor: not-allowed; |
| 223 | } |
| 224 | |
| 225 | .ga-tooltiptext { |
| 226 | background-color: #ffe692; |
| 227 | border: 1px solid #ffb900; |
| 228 | border-radius: 4px; |
| 229 | color: #444; |
| 230 | font-size: 12px; |
| 231 | font-weight: 500; |
| 232 | margin-left: 10px; |
| 233 | margin-top: 30px; |
| 234 | padding: 3px 10px; |
| 235 | position: relative; |
| 236 | white-space: nowrap; |
| 237 | text-align: center; |
| 238 | visibility: hidden; |
| 239 | width: auto; |
| 240 | z-index: 1; |
| 241 | } |
| 242 | |
| 243 | .ga-tt-abs { |
| 244 | display: inline-block; |
| 245 | position: absolute; |
| 246 | margin-top: 0px; |
| 247 | } |
| 248 | |
| 249 | .ga-tooltip:hover .ga-tooltiptext { |
| 250 | visibility: visible; |
| 251 | } |
| 252 | |
| 253 | .weight-normal{ |
| 254 | font-weight: normal; |
| 255 | } |
| 256 | |
| 257 | .ga-love-text { |
| 258 | display: block; |
| 259 | margin-top: 20px; |
| 260 | font-size: 10px; |
| 261 | font-weight: bold; |
| 262 | } |
| 263 | |
| 264 | .ga-debug-form-div{ |
| 265 | margin:5px; |
| 266 | } |
| 267 | |
| 268 | .ga-debug-form-label { |
| 269 | vertical-align: top; |
| 270 | display: inline-block; |
| 271 | width: 20%; |
| 272 | } |
| 273 | |
| 274 | .ga-debug-form-field { |
| 275 | width: 50%; |
| 276 | } |
| 277 | |
| 278 | .ga-debug-form-loader { |
| 279 | width: 20%; |
| 280 | } |
| 281 | |
| 282 | .demo-ad.ga-panel-default img { |
| 283 | opacity: .3; |
| 284 | background: #cdcdcd; |
| 285 | width: 100%; |
| 286 | } |
| 287 | |
| 288 | .demo-enable-popup { |
| 289 | display: none; |
| 290 | position: fixed; |
| 291 | top: 50%; |
| 292 | left: 50%; |
| 293 | transform: translate(-50%,-50%); |
| 294 | background: #fff; |
| 295 | border: 2px solid #428aca; |
| 296 | padding: 15px; |
| 297 | width: 500px; |
| 298 | } |
| 299 | |
| 300 | .demo-enable-popup.engage { |
| 301 | display: block; |
| 302 | } |
| 303 | |
| 304 | .demo-enable-popup .close-demo-modal { |
| 305 | position: absolute; |
| 306 | right: 10px; |
| 307 | top: 10px; |
| 308 | border: 1px solid; |
| 309 | border-radius: 20px; |
| 310 | padding: 0 7px; |
| 311 | color: #fff; |
| 312 | background: #cdcdcd; |
| 313 | cursor: pointer; |
| 314 | } |
| 315 | |
| 316 | .demo-enable-popup p { |
| 317 | font-size: 18px; |
| 318 | text-align: center; |
| 319 | padding: 0 20px 10px; |
| 320 | } |
| 321 | |
| 322 | #sharethis-form-color { |
| 323 | display: flex; |
| 324 | flex-wrap: wrap; |
| 325 | margin: auto; |
| 326 | width: 50%; |
| 327 | } |
| 328 | |
| 329 | #sharethis-form-color .color { |
| 330 | box-shadow: 1px 1px 4px 1px #cdcdcd; |
| 331 | cursor: pointer; |
| 332 | margin: 5px; |
| 333 | } |
| 334 | |
| 335 | #sharethis-form-color .color.selected{ |
| 336 | box-shadow: 0px 0px 3px 5px #4583ee; |
| 337 | } |
| 338 | |
| 339 | #publisher-purpose .purpose-item { |
| 340 | margin-bottom: 25px; |
| 341 | } |
| 342 | |
| 343 | #publisher-purpose .purpose-item div.title { |
| 344 | display: block; |
| 345 | text-align: left; |
| 346 | font-weight: bold; |
| 347 | width: 100%; |
| 348 | } |
| 349 | |
| 350 | #publisher-purpose .purpose-item label { |
| 351 | display: inline-block; |
| 352 | width: 21%; |
| 353 | } |
| 354 | |
| 355 | .gdpr-platform { |
| 356 | margin: 20px auto; |
| 357 | max-width: 900px; |
| 358 | background: #fff; |
| 359 | padding: 20px; |
| 360 | z-index: 999; |
| 361 | position: relative; |
| 362 | } |
| 363 | |
| 364 | .gdpr-submit-button { |
| 365 | margin: 20px auto; |
| 366 | max-width: 900px; |
| 367 | z-index: 999; |
| 368 | position: relative; |
| 369 | } |
| 370 | |
| 371 | .gdpr-platform #publisher-purpose .purpose-item label:first-of-type { |
| 372 | width: 14%; |
| 373 | } |
| 374 | |
| 375 | .gdpr-platform .switch label input[type=radio]:checked+.lever, |
| 376 | .gdpr-platform .switch label input[type=checkbox]:checked+.lever { |
| 377 | background: #4583ee; |
| 378 | border: 2px solid #4583ee; |
| 379 | box-shadow: none; |
| 380 | } |
| 381 | |
| 382 | .gdpr-platform input[type="text"] { |
| 383 | line-height: 40px; |
| 384 | margin-bottom: 10px; |
| 385 | width: 300px; |
| 386 | } |
| 387 | |
| 388 | .gdpr-platform select { |
| 389 | margin-bottom: 10px; |
| 390 | line-height: 40px; |
| 391 | width: 300px; |
| 392 | } |
| 393 | |
| 394 | .gdpr-platform .switch label input[type=radio]:checked+.lever:before, |
| 395 | .gdpr-platform .switch label input[type=checkbox]:checked+.lever:before { |
| 396 | content:"✓"; |
| 397 | position: absolute; |
| 398 | top:0; |
| 399 | left:3px; |
| 400 | color: #fff; |
| 401 | } |
| 402 | |
| 403 | .gdpr-platform .switch label { |
| 404 | font-size: 12px; |
| 405 | display: block; |
| 406 | margin-top: 10px; |
| 407 | } |
| 408 | |
| 409 | .gdpr-platform .switch label .lever { |
| 410 | content: ""; |
| 411 | display: inline-block; |
| 412 | position: relative; |
| 413 | width: 20px; |
| 414 | height: 18px; |
| 415 | background-color: #fff; |
| 416 | border: 1px solid #cdcdcd; |
| 417 | border-radius: 0; |
| 418 | margin-right: 10px; |
| 419 | transition: background .3s ease; |
| 420 | vertical-align: middle; |
| 421 | margin: 0 16px; |
| 422 | } |
| 423 | |
| 424 | .gdpr-platform .switch label .lever:after { |
| 425 | border-radius: 0; |
| 426 | content: unset; |
| 427 | position: unset; |
| 428 | } |
| 429 | |
| 430 | |
| 431 | .gdpr-platform [type=radio].filled-in+label:before, .gdpr-platform [type=checkbox].filled-in+label:before { |
| 432 | content: ""; |
| 433 | left: 0; |
| 434 | position: absolute; |
| 435 | transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s; |
| 436 | z-index: 1; |
| 437 | } |
| 438 | |
| 439 | p.form-color { |
| 440 | float: left; |
| 441 | width: 100%; |
| 442 | padding-top: 15px; |
| 443 | } |
| 444 | |
| 445 | #sharethis-form-color { |
| 446 | display: flex; |
| 447 | flex-wrap: wrap; |
| 448 | margin: auto; |
| 449 | width: 50%; |
| 450 | } |
| 451 | |
| 452 | #sharethis-form-color .color { |
| 453 | box-shadow: 1px 1px 4px 1px #cdcdcd; |
| 454 | cursor: pointer; |
| 455 | margin: 5px; |
| 456 | } |
| 457 | |
| 458 | #sharethis-form-color .color.selected{ |
| 459 | box-shadow: 0px 0px 3px 5px #4583ee; |
| 460 | } |
| 461 | |
| 462 | .empty-choices { |
| 463 | display: flex; |
| 464 | justify-content: center; |
| 465 | opacity: 1; |
| 466 | transition: opacity .6s; |
| 467 | } |
| 468 | |
| 469 | a.st-rc-link { |
| 470 | margin: 20px 0 0 10px; |
| 471 | } |
| 472 | |
| 473 | .gdpr-platform a.st-rc-link { |
| 474 | background: #4583ee; |
| 475 | border-radius: 3px; |
| 476 | border: none; |
| 477 | color: #fff; |
| 478 | cursor: pointer; |
| 479 | margin: .8em auto .5em; |
| 480 | display: inline-block; |
| 481 | padding: 15px 60px; |
| 482 | letter-spacing: 0.1em; |
| 483 | text-align: center; |
| 484 | text-decoration: none; |
| 485 | transition: opacity 0.2s ease-out |
| 486 | } |
| 487 | |
| 488 | .empty-choices a { |
| 489 | padding: 10px; |
| 490 | min-width: 250px; |
| 491 | } |
| 492 | |
| 493 | .empty-choices a.st-rc-link { |
| 494 | margin: 20px 0 20px 10px; |
| 495 | } |
| 496 | |
| 497 | .gdpr-platform .vendor-table-body { |
| 498 | border: solid 1px #cdcdcd; |
| 499 | padding: 10px; |
| 500 | max-height: 600px; |
| 501 | overflow: scroll; |
| 502 | } |
| 503 | |
| 504 | .gdpr-platform .vendor-table-cell { |
| 505 | padding: 20px 0; |
| 506 | border-bottom: solid 1px #cdcdcd; |
| 507 | } |
| 508 | |
| 509 | .gdpr-platform .purpose-item input[type="checkbox"], |
| 510 | .gdpr-platform .vendor-table-cell input[type="checkbox"], |
| 511 | .gdpr-platform .purpose-item input[type="radio"] |
| 512 | { |
| 513 | display: none; |
| 514 | } |
| 515 | |
| 516 | .gdpr-platform .exclusion-item { |
| 517 | padding: 20px 0; |
| 518 | border-bottom: solid 1px #cdcdcd; |
| 519 | } |
| 520 | |
| 521 | .gdpr-platform label.enable-tool { |
| 522 | font-weight: bold; |
| 523 | font-size: 16px; |
| 524 | margin-bottom: 20px; |
| 525 | } |
| 526 | |
| 527 | .gdpr-platform h2 { |
| 528 | text-align: center; |
| 529 | } |
| 530 | |
| 531 | .gdpr-platform .error-message { |
| 532 | display: block; |
| 533 | text-align: left; |
| 534 | } |
| 535 | |
| 536 | .gdpr-platform .gdpr-landing img { |
| 537 | margin: auto; |
| 538 | width: 600px; |
| 539 | display: block; |
| 540 | } |
| 541 | |
| 542 | .register-section { |
| 543 | text-align: center; |
| 544 | padding: 30px 20px; |
| 545 | } |
| 546 | |
| 547 | .register-section button { |
| 548 | background-color: #4583ee; |
| 549 | color: #fff; |
| 550 | padding: 10px 15px; |
| 551 | border: none; |
| 552 | border-radius: 5px; |
| 553 | } |
| 554 | |
| 555 | .accor-wrap { |
| 556 | margin: 1rem 0 0; |
| 557 | display: inline-block; |
| 558 | width: 100%; |
| 559 | } |
| 560 | |
| 561 | .accor-wrap .accor-tab { |
| 562 | background: #4582ec; |
| 563 | padding: .5rem; |
| 564 | border-radius: 5px; |
| 565 | color: #ffffff; |
| 566 | } |
| 567 | |
| 568 | .accor-wrap .well { |
| 569 | display: inline-block; |
| 570 | width: 100%; |
| 571 | } |
| 572 | |
| 573 | .accor-wrap .well h3 { |
| 574 | margin: 1rem 0; |
| 575 | padding-top: 20px; |
| 576 | text-align: center; |
| 577 | width: 100%; |
| 578 | } |
| 579 | |
| 580 | .accor-wrap .well .col-md-12:first-of-type h3 { |
| 581 | margin-top: 0; |
| 582 | } |
| 583 | |
| 584 | .accor-wrap .accor-content { |
| 585 | display: none; |
| 586 | } |
| 587 | |
| 588 | .accor-wrap .accor-arrow { |
| 589 | border: 1px solid #ffffff; |
| 590 | padding: .2rem .4rem; |
| 591 | border-radius: 5px; |
| 592 | margin: 0 .3rem 0 .3rem; |
| 593 | font-size: 12px; |
| 594 | cursor: pointer; |
| 595 | font-family: arial, sans-serif; |
| 596 | } |
| 597 | |
| 598 | .ga-demo-chart .ga-chart { |
| 599 | display: inline-block; |
| 600 | width: 46%; |
| 601 | } |
| 602 | |
| 603 | #ga_form .form-table { |
| 604 | max-width: 560px; |
| 605 | } |
| 606 | |
| 607 | .adBanner { |
| 608 | background-color: transparent; |
| 609 | height: 1px; |
| 610 | width: 1px; |
| 611 | } |
| 612 | |
| 613 | #adblocker-notice { |
| 614 | display: none; |
| 615 | } |
| 616 |