ga_additional.css
4 years ago
ga_modal.css
4 years ago
ga_old_wp_support.css
4 years ago
googleanalytics.css
3 years ago
googleanalytics.css
875 lines
| 1 | @CHARSET "UTF-8"; |
| 2 | |
| 3 | .setting-tabs { |
| 4 | display: flex; |
| 5 | flex-basis: 100%; |
| 6 | margin-bottom: 20px; |
| 7 | margin-top: 32px; |
| 8 | } |
| 9 | |
| 10 | .setting-tabs .setting-tabs__tab { |
| 11 | cursor: pointer; |
| 12 | font-size: 16px; |
| 13 | margin-right: 40px; |
| 14 | padding: 8px 8px 8px 0; |
| 15 | } |
| 16 | |
| 17 | .setting-tabs .setting-tabs__tab.engage { |
| 18 | color: #13682B; |
| 19 | cursor: default; |
| 20 | border-bottom: 2px solid #13682B; |
| 21 | padding-left: 8px; |
| 22 | } |
| 23 | |
| 24 | .wrap.ga-wrap { |
| 25 | margin: 0 auto !important; |
| 26 | margin-top: 10px !important; |
| 27 | margin-right: 0 !important; |
| 28 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 29 | font-size: 14px; |
| 30 | line-height: 1.42857143; |
| 31 | color: #333333; |
| 32 | } |
| 33 | |
| 34 | .wrap.ga-wrap.do-flex { |
| 35 | display: flex; |
| 36 | flex-wrap: wrap; |
| 37 | } |
| 38 | |
| 39 | .wrap.ga-wrap .setting-tab-content { |
| 40 | display: none; |
| 41 | } |
| 42 | |
| 43 | .wrap.ga-wrap .setting-tab-content.engage { |
| 44 | display: flex; |
| 45 | flex-basis: 50%; |
| 46 | flex-wrap: wrap; |
| 47 | justify-content: space-between; |
| 48 | } |
| 49 | |
| 50 | .wrap.ga-wrap .ga4-settings-wrap.engage { |
| 51 | background: white; |
| 52 | border-radius: .25rem; |
| 53 | height: 100%; |
| 54 | padding: 0; |
| 55 | position: absolute; |
| 56 | top: 6rem; |
| 57 | width: 99%; |
| 58 | z-index: 1; |
| 59 | } |
| 60 | |
| 61 | .wrap.ga-wrap .ga4-settings-wrap.engage.st-notice-there { |
| 62 | bottom: -8rem; |
| 63 | top: unset; |
| 64 | } |
| 65 | |
| 66 | .wrap.ga-wrap .ga4-settings-wrap.normal-settings.engage { |
| 67 | background: transparent; |
| 68 | flex-basis: 47%; |
| 69 | padding-left: 0; |
| 70 | position: relative; |
| 71 | top: -2rem; |
| 72 | } |
| 73 | |
| 74 | .setup-wrap.hide { |
| 75 | opacity: 0; |
| 76 | } |
| 77 | |
| 78 | .wrap.ga-wrap .ga4-settings-wrap .ga-step, |
| 79 | .wrap.ga-wrap .ga4-settings-wrap .ga-step, |
| 80 | .wrap.ga-wrap .ga4-settings-wrap .ga-step { |
| 81 | display: none |
| 82 | } |
| 83 | |
| 84 | .wrap.ga-wrap .ga4-settings-wrap .ga-step.engage, |
| 85 | .wrap.ga-wrap .ga4-settings-wrap .ga-step.engage, |
| 86 | .wrap.ga-wrap .ga4-settings-wrap .ga-step.engage { |
| 87 | display: block; |
| 88 | } |
| 89 | |
| 90 | .wrap.ga-wrap .ga4-settings-wrap .ga-step.engage h2 { |
| 91 | color: #1F1F1F; |
| 92 | font-size: 1rem; |
| 93 | font-weight: 600; |
| 94 | margin-top: 8rem; |
| 95 | text-align: center; |
| 96 | width: 100%; |
| 97 | } |
| 98 | |
| 99 | small.error { |
| 100 | color: #c70808; |
| 101 | display: block; |
| 102 | text-align: center; |
| 103 | width: 100%; |
| 104 | } |
| 105 | |
| 106 | .wrap.ga-wrap .ga4-settings-wrap .ga-step.engage .extra-settings h2 { |
| 107 | text-align: left; |
| 108 | width: 100%; |
| 109 | } |
| 110 | |
| 111 | .wrap.ga-wrap .ga4-settings-wrap .ga-step.engage p { |
| 112 | color: #3D3D3D; |
| 113 | display: block; |
| 114 | font-size: 14px; |
| 115 | font-weight: 400; |
| 116 | margin: auto; |
| 117 | text-align: center; |
| 118 | width: 500px; |
| 119 | } |
| 120 | |
| 121 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-1.engage #google-auth-link { |
| 122 | border-radius: 4px; |
| 123 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); |
| 124 | color: rgba(0, 0, 0, 0.54); |
| 125 | display: flex; |
| 126 | font-weight: 500; |
| 127 | padding: .5rem; |
| 128 | margin: 1rem auto; |
| 129 | max-width: 179px; |
| 130 | text-decoration: none; |
| 131 | } |
| 132 | |
| 133 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-1.engage #google-auth-link:hover { |
| 134 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.36); |
| 135 | } |
| 136 | |
| 137 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-1.engage #google-auth-link img { |
| 138 | margin-right: 1.5rem; |
| 139 | } |
| 140 | |
| 141 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-2.engage label { |
| 142 | color: #3D3D3D; |
| 143 | display: block; |
| 144 | font-size: 14px; |
| 145 | font-weight: 400; |
| 146 | margin: .5rem; |
| 147 | text-align: center; |
| 148 | width: 100%; |
| 149 | } |
| 150 | |
| 151 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-2.engage label select { |
| 152 | max-width: 512px; |
| 153 | padding: .25rem .5rem; |
| 154 | width: 100%; |
| 155 | } |
| 156 | |
| 157 | .open-ga4 { |
| 158 | background: #13682B; |
| 159 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); |
| 160 | border-radius: 4px; |
| 161 | color: white; |
| 162 | cursor: pointer; |
| 163 | font-size: 1rem; |
| 164 | line-height: 1.5rem; |
| 165 | margin-top: 1rem; |
| 166 | padding: .75rem 1.25rem; |
| 167 | } |
| 168 | |
| 169 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-2.engage #to-step-3, |
| 170 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-3.engage .green-button { |
| 171 | background: #13682B; |
| 172 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); |
| 173 | border-radius: 4px; |
| 174 | color: white; |
| 175 | cursor: pointer; |
| 176 | display: block; |
| 177 | font-size: 1rem; |
| 178 | font-weight: 500; |
| 179 | height: 48px; |
| 180 | line-height: 48px; |
| 181 | margin: 8rem auto 0; |
| 182 | text-align: center; |
| 183 | width: 112px; |
| 184 | } |
| 185 | |
| 186 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-3.engage .green-button { |
| 187 | text-decoration: none; |
| 188 | width: 279px; |
| 189 | } |
| 190 | |
| 191 | .wrap.ga-wrap .ga4-settings-wrap .ga-steps { |
| 192 | color: #A3A3A3; |
| 193 | font-size: 1rem; |
| 194 | margin-top: 3rem; |
| 195 | text-align: center; |
| 196 | width: 100%; |
| 197 | } |
| 198 | |
| 199 | .wrap.ga-wrap .ga4-settings-wrap .ga-steps .ga-dots { |
| 200 | color: #ccc; |
| 201 | font-size: 2rem; |
| 202 | line-height: 1rem; |
| 203 | text-align: center; |
| 204 | width: 100%; |
| 205 | } |
| 206 | |
| 207 | .wrap.ga-wrap .ga4-settings-wrap .ga-steps .ga-dots .dark-green { |
| 208 | color: #13682B; |
| 209 | } |
| 210 | |
| 211 | .ga4-settings-wrap .settings-wrap { |
| 212 | background: white; |
| 213 | padding: 2rem; |
| 214 | width: 100%; |
| 215 | } |
| 216 | |
| 217 | .wrap.ga-wrap .setting-tab-content.engage h1 { |
| 218 | flex-basis: 100%; |
| 219 | } |
| 220 | |
| 221 | .ga-step-3 .ua-dual-settings { |
| 222 | display: flex; |
| 223 | } |
| 224 | |
| 225 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-3.ga-step.engage h2 { |
| 226 | margin-top: 4rem; |
| 227 | } |
| 228 | |
| 229 | .wrap.ga-wrap .ga4-settings-wrap .ga-step-3.ga-step.engage .ua-dual-settings h2 { |
| 230 | margin-top: 2rem; |
| 231 | } |
| 232 | |
| 233 | .ga-step-3 .ga-row { |
| 234 | margin-left: 0; |
| 235 | } |
| 236 | |
| 237 | .ga-step-3 .ga-row .ga-ua-col:last-of-type label { |
| 238 | font-weight: 600; |
| 239 | font-size: 14px; |
| 240 | line-height: 24px; |
| 241 | } |
| 242 | |
| 243 | .ga-step-3 .ga-row .ga-ua-col:last-of-type label .lever:before { |
| 244 | top: -3px; |
| 245 | } |
| 246 | |
| 247 | .ga-step-3 .ga-row .ga-ua-col:last-of-type { |
| 248 | padding-left: 5rem; |
| 249 | padding-top: 1.3rem; |
| 250 | } |
| 251 | |
| 252 | .sidebar-ad { |
| 253 | flex-basis: 50%; |
| 254 | width: 50%; |
| 255 | } |
| 256 | |
| 257 | .ga_container { |
| 258 | margin-top: 25px; |
| 259 | } |
| 260 | |
| 261 | .ga4-chart-row { |
| 262 | display: flex; |
| 263 | } |
| 264 | |
| 265 | .dashboard-title { |
| 266 | display: block; |
| 267 | font-size: 30px; |
| 268 | margin-top: 2rem; |
| 269 | } |
| 270 | |
| 271 | .google-analytics_page_googleanalytics-settings .ga_container { |
| 272 | display: flex; |
| 273 | flex-wrap: wrap; |
| 274 | justify-content: space-between; |
| 275 | } |
| 276 | |
| 277 | .ga_container .sidebar-ad { |
| 278 | width: 50%; |
| 279 | background: #fff; |
| 280 | padding: 16px; |
| 281 | box-shadow: 6px 7px 12px 6px #cdcdcd; |
| 282 | } |
| 283 | |
| 284 | .ga_container .sidebar-ad img { |
| 285 | width: 100%; |
| 286 | } |
| 287 | |
| 288 | .ga_container a.view-report { |
| 289 | background: #c6dafc; |
| 290 | width: 200px; |
| 291 | display: inline-block; |
| 292 | padding: 10px 20px; |
| 293 | border-radius: 5px; |
| 294 | text-decoration: none; |
| 295 | font-size: 15px; |
| 296 | font-weight: bold; |
| 297 | text-align: center; |
| 298 | margin: 10px 5px 10px 0; |
| 299 | } |
| 300 | |
| 301 | .ga_container .filter-choices a, |
| 302 | .ga_container .filter-choices button { |
| 303 | background: #f9f9f9; |
| 304 | width: 105px; |
| 305 | display: inline-block; |
| 306 | padding: 10px 20px; |
| 307 | border-radius: 5px; |
| 308 | text-decoration: none; |
| 309 | font-size: 15px; |
| 310 | font-weight: bold; |
| 311 | text-align: center; |
| 312 | margin: 10px 5px 10px 0; |
| 313 | color: #888888; |
| 314 | } |
| 315 | |
| 316 | .ga_container .filter-choices a.selected, |
| 317 | .ga_container .filter-choices button { |
| 318 | background: #c6dafc; |
| 319 | color: #353535; |
| 320 | } |
| 321 | |
| 322 | .ga_container .filter-choices button { |
| 323 | padding: 5px 20px; |
| 324 | } |
| 325 | |
| 326 | #exTab1, #exTab2 { |
| 327 | margin-right: 15px !important; |
| 328 | } |
| 329 | |
| 330 | #exTab1 .tab-content { |
| 331 | color: white; |
| 332 | background-color: #428bca; |
| 333 | padding: 5px 15px; |
| 334 | } |
| 335 | |
| 336 | #exTab2 h3 { |
| 337 | color: white; |
| 338 | background-color: #428bca; |
| 339 | padding: 5px 15px; |
| 340 | } |
| 341 | |
| 342 | /* remove border radius for the tab */ |
| 343 | #exTab1 .nav-pills > li > a { |
| 344 | border-radius: 0; |
| 345 | } |
| 346 | |
| 347 | /* change border radius for the tab , apply corners on top*/ |
| 348 | #exTab3 .nav-pills > li > a { |
| 349 | border-radius: 4px 4px 0 0; |
| 350 | } |
| 351 | |
| 352 | #exTab3 .tab-content { |
| 353 | color: white; |
| 354 | background-color: #428bca; |
| 355 | padding: 5px 15px; |
| 356 | } |
| 357 | |
| 358 | label.ga_checkbox_label { |
| 359 | margin-top: 6px !important; |
| 360 | } |
| 361 | |
| 362 | .form-table th { |
| 363 | width: 250px !important; |
| 364 | } |
| 365 | |
| 366 | .wrap.ga-notice { |
| 367 | width: 100% !important; |
| 368 | margin-left: 0px !important; |
| 369 | margin-right: 10px !important; |
| 370 | } |
| 371 | |
| 372 | .ga_warning { |
| 373 | font-size: 12px; |
| 374 | font-weight: normal; |
| 375 | margin-top: 10px; |
| 376 | } |
| 377 | |
| 378 | .ga-boxes-container { |
| 379 | |
| 380 | } |
| 381 | |
| 382 | .ga-box-row { |
| 383 | display: table; |
| 384 | width: 100%; |
| 385 | table-layout: fixed; |
| 386 | border-spacing: 10px; |
| 387 | } |
| 388 | |
| 389 | .ga-box-column { |
| 390 | display: table-cell; |
| 391 | -moz-box-shadow: 0 0 5px #e5e5e5; |
| 392 | -webkit-box-shadow: 0 0 5px #e5e5e5; |
| 393 | box-shadow: 0px 0px 5px #e5e5e5; |
| 394 | } |
| 395 | |
| 396 | .ga-box-dashboard { |
| 397 | border: 1px solid #cccccc; |
| 398 | border-radius: 0px; |
| 399 | padding: 3px; |
| 400 | text-align: center; |
| 401 | } |
| 402 | |
| 403 | .ga-box-centered { |
| 404 | text-align: center; |
| 405 | } |
| 406 | |
| 407 | .ga-loader-wrapper { |
| 408 | float: right; |
| 409 | margin-top: 4px; |
| 410 | margin-right: 5px; |
| 411 | } |
| 412 | |
| 413 | .ga-loader-wrapper.stats-page { |
| 414 | width: 45px; |
| 415 | text-align: center; |
| 416 | margin: 0 auto; |
| 417 | float: none; |
| 418 | } |
| 419 | |
| 420 | .ga-loader { |
| 421 | border: 4px solid #f3f3f3; /* Light grey */ |
| 422 | border-top: 4px solid #3498db; /* Blue */ |
| 423 | border-radius: 50%; |
| 424 | width: 15px; |
| 425 | height: 15px; |
| 426 | animation: spin 2s linear infinite; |
| 427 | display: none; |
| 428 | } |
| 429 | |
| 430 | .ga-loader.stats-page-loader { |
| 431 | width: 45px; |
| 432 | height: 45px; |
| 433 | border-width: 6px; |
| 434 | } |
| 435 | |
| 436 | @keyframes spin { |
| 437 | 0% { |
| 438 | transform: rotate(0deg); |
| 439 | } |
| 440 | 100% { |
| 441 | transform: rotate(360deg); |
| 442 | } |
| 443 | } |
| 444 | |
| 445 | .ga-review-us { |
| 446 | position: fixed; |
| 447 | right: 10px; |
| 448 | bottom: 40px; |
| 449 | background: #fff; |
| 450 | border: solid 1px #3379b7; |
| 451 | border-radius: 10px; |
| 452 | padding: 15px; |
| 453 | width: 295px; |
| 454 | text-align: center; |
| 455 | } |
| 456 | |
| 457 | .ga-review-us #close-review-us { |
| 458 | cursor: pointer; |
| 459 | } |
| 460 | |
| 461 | .ga-review-us h3 { |
| 462 | color: #3379b7; |
| 463 | } |
| 464 | |
| 465 | .ga-review-us h3 a { |
| 466 | color: #ff9801; |
| 467 | } |
| 468 | |
| 469 | .ga-chart { |
| 470 | } |
| 471 | |
| 472 | .label-grey { |
| 473 | color: #ccc; |
| 474 | } |
| 475 | |
| 476 | .ga-tooltip { |
| 477 | position: relative; |
| 478 | cursor: not-allowed; |
| 479 | } |
| 480 | |
| 481 | .ga-tooltip input[disabled] { |
| 482 | cursor: not-allowed; |
| 483 | } |
| 484 | |
| 485 | .ga-tooltiptext { |
| 486 | background-color: #ffe692; |
| 487 | border: 1px solid #ffb900; |
| 488 | border-radius: 4px; |
| 489 | color: #444; |
| 490 | font-size: 12px; |
| 491 | font-weight: 500; |
| 492 | margin-left: 10px; |
| 493 | margin-top: 30px; |
| 494 | padding: 3px 10px; |
| 495 | position: relative; |
| 496 | white-space: nowrap; |
| 497 | text-align: center; |
| 498 | visibility: hidden; |
| 499 | width: auto; |
| 500 | z-index: 1; |
| 501 | } |
| 502 | |
| 503 | .ga-tt-abs { |
| 504 | display: inline-block; |
| 505 | position: absolute; |
| 506 | margin-top: 0px; |
| 507 | } |
| 508 | |
| 509 | .ga-tooltip:hover .ga-tooltiptext { |
| 510 | visibility: visible; |
| 511 | } |
| 512 | |
| 513 | .weight-normal { |
| 514 | font-weight: normal; |
| 515 | } |
| 516 | |
| 517 | .ga-love-text { |
| 518 | display: block; |
| 519 | margin-top: 20px; |
| 520 | font-size: 10px; |
| 521 | font-weight: bold; |
| 522 | } |
| 523 | |
| 524 | .ga-debug-form-div { |
| 525 | margin: 5px; |
| 526 | } |
| 527 | |
| 528 | .ga-debug-form-label { |
| 529 | vertical-align: top; |
| 530 | display: inline-block; |
| 531 | width: 20%; |
| 532 | } |
| 533 | |
| 534 | .ga-debug-form-field { |
| 535 | width: 50%; |
| 536 | } |
| 537 | |
| 538 | .ga-debug-form-loader { |
| 539 | width: 20%; |
| 540 | } |
| 541 | |
| 542 | .demo-ad.ga-panel-default img { |
| 543 | opacity: .3; |
| 544 | background: #cdcdcd; |
| 545 | width: 100%; |
| 546 | } |
| 547 | |
| 548 | .demo-enable-popup { |
| 549 | display: none; |
| 550 | position: fixed; |
| 551 | top: 50%; |
| 552 | left: 50%; |
| 553 | transform: translate(-50%, -50%); |
| 554 | background: #fff; |
| 555 | border: 2px solid #428aca; |
| 556 | padding: 15px; |
| 557 | width: 500px; |
| 558 | } |
| 559 | |
| 560 | .demo-enable-popup.engage { |
| 561 | display: block; |
| 562 | } |
| 563 | |
| 564 | .demo-enable-popup .close-demo-modal { |
| 565 | position: absolute; |
| 566 | right: 10px; |
| 567 | top: 10px; |
| 568 | border: 1px solid; |
| 569 | border-radius: 20px; |
| 570 | padding: 0 7px; |
| 571 | color: #fff; |
| 572 | background: #cdcdcd; |
| 573 | cursor: pointer; |
| 574 | } |
| 575 | |
| 576 | .demo-enable-popup p { |
| 577 | font-size: 18px; |
| 578 | text-align: center; |
| 579 | padding: 0 20px 10px; |
| 580 | } |
| 581 | |
| 582 | #sharethis-form-color { |
| 583 | display: flex; |
| 584 | flex-wrap: wrap; |
| 585 | margin: auto; |
| 586 | width: 50%; |
| 587 | } |
| 588 | |
| 589 | #sharethis-form-color .color { |
| 590 | box-shadow: 1px 1px 4px 1px #cdcdcd; |
| 591 | cursor: pointer; |
| 592 | margin: 5px; |
| 593 | } |
| 594 | |
| 595 | #sharethis-form-color .color.selected { |
| 596 | box-shadow: 0px 0px 3px 5px #4583ee; |
| 597 | } |
| 598 | |
| 599 | #publisher-purpose .purpose-item { |
| 600 | margin-bottom: 25px; |
| 601 | } |
| 602 | |
| 603 | #publisher-purpose .purpose-item div.title { |
| 604 | display: block; |
| 605 | text-align: left; |
| 606 | font-weight: bold; |
| 607 | width: 100%; |
| 608 | } |
| 609 | |
| 610 | #publisher-purpose .purpose-item label { |
| 611 | display: inline-block; |
| 612 | width: 21%; |
| 613 | } |
| 614 | |
| 615 | .gdpr-platform { |
| 616 | margin: 20px auto; |
| 617 | max-width: 900px; |
| 618 | background: #fff; |
| 619 | padding: 20px; |
| 620 | z-index: 999; |
| 621 | position: relative; |
| 622 | } |
| 623 | |
| 624 | .gdpr-submit-button { |
| 625 | margin: 20px auto; |
| 626 | max-width: 900px; |
| 627 | z-index: 999; |
| 628 | position: relative; |
| 629 | } |
| 630 | |
| 631 | .gdpr-platform #publisher-purpose .purpose-item label:first-of-type { |
| 632 | width: 14%; |
| 633 | } |
| 634 | |
| 635 | .switch label input[type=radio]:checked + .lever, |
| 636 | .switch label input[type=checkbox]:checked + .lever { |
| 637 | background: #4583ee; |
| 638 | border: 2px solid #4583ee; |
| 639 | box-shadow: none; |
| 640 | } |
| 641 | |
| 642 | .gdpr-platform input[type="text"] { |
| 643 | line-height: 40px; |
| 644 | margin-bottom: 10px; |
| 645 | width: 300px; |
| 646 | } |
| 647 | |
| 648 | .gdpr-platform select { |
| 649 | margin-bottom: 10px; |
| 650 | line-height: 40px; |
| 651 | width: 300px; |
| 652 | } |
| 653 | |
| 654 | .switch label input[type=radio]:checked + .lever:before, |
| 655 | .switch label input[type=checkbox]:checked + .lever:before { |
| 656 | content: "✓"; |
| 657 | position: absolute; |
| 658 | top: 0; |
| 659 | left: 3px; |
| 660 | color: #fff; |
| 661 | } |
| 662 | |
| 663 | .switch label { |
| 664 | font-size: 12px; |
| 665 | display: block; |
| 666 | margin-top: 10px; |
| 667 | } |
| 668 | |
| 669 | .switch label .lever { |
| 670 | content: ""; |
| 671 | display: inline-block; |
| 672 | position: relative; |
| 673 | width: 20px; |
| 674 | height: 18px; |
| 675 | background-color: #fff; |
| 676 | border: 1px solid #cdcdcd; |
| 677 | border-radius: 0; |
| 678 | transition: background .3s ease; |
| 679 | vertical-align: middle; |
| 680 | margin: 0 16px; |
| 681 | } |
| 682 | |
| 683 | .switch label .lever:after { |
| 684 | border-radius: 0; |
| 685 | content: unset; |
| 686 | position: unset; |
| 687 | } |
| 688 | |
| 689 | |
| 690 | [type=radio].filled-in + label:before, [type=checkbox].filled-in + label:before { |
| 691 | content: ""; |
| 692 | left: 0; |
| 693 | position: absolute; |
| 694 | transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s; |
| 695 | z-index: 1; |
| 696 | } |
| 697 | |
| 698 | p.form-color { |
| 699 | float: left; |
| 700 | width: 100%; |
| 701 | padding-top: 15px; |
| 702 | } |
| 703 | |
| 704 | #sharethis-form-color { |
| 705 | display: flex; |
| 706 | flex-wrap: wrap; |
| 707 | margin: auto; |
| 708 | width: 50%; |
| 709 | } |
| 710 | |
| 711 | #sharethis-form-color .color { |
| 712 | box-shadow: 1px 1px 4px 1px #cdcdcd; |
| 713 | cursor: pointer; |
| 714 | margin: 5px; |
| 715 | } |
| 716 | |
| 717 | #sharethis-form-color .color.selected { |
| 718 | box-shadow: 0 0 3px 5px #4583ee; |
| 719 | } |
| 720 | |
| 721 | .empty-choices { |
| 722 | display: flex; |
| 723 | justify-content: center; |
| 724 | opacity: 1; |
| 725 | transition: opacity .6s; |
| 726 | } |
| 727 | |
| 728 | a.st-rc-link { |
| 729 | margin: 20px 0 0 10px; |
| 730 | } |
| 731 | |
| 732 | .gdpr-platform a.st-rc-link { |
| 733 | background: #4583ee; |
| 734 | border-radius: 3px; |
| 735 | border: none; |
| 736 | color: #fff; |
| 737 | cursor: pointer; |
| 738 | margin: .8em auto .5em; |
| 739 | display: inline-block; |
| 740 | padding: 15px 60px; |
| 741 | letter-spacing: 0.1em; |
| 742 | text-align: center; |
| 743 | text-decoration: none; |
| 744 | transition: opacity 0.2s ease-out |
| 745 | } |
| 746 | |
| 747 | .empty-choices a { |
| 748 | padding: 10px; |
| 749 | min-width: 250px; |
| 750 | } |
| 751 | |
| 752 | .empty-choices a.st-rc-link { |
| 753 | margin: 20px 0 20px 10px; |
| 754 | } |
| 755 | |
| 756 | .gdpr-platform .vendor-table-body { |
| 757 | border: solid 1px #cdcdcd; |
| 758 | padding: 10px; |
| 759 | max-height: 600px; |
| 760 | overflow: scroll; |
| 761 | } |
| 762 | |
| 763 | .gdpr-platform .vendor-table-cell { |
| 764 | padding: 20px 0; |
| 765 | border-bottom: solid 1px #cdcdcd; |
| 766 | } |
| 767 | |
| 768 | .gdpr-platform .purpose-item input[type="checkbox"], |
| 769 | .gdpr-platform .vendor-table-cell input[type="checkbox"], |
| 770 | .gdpr-platform .purpose-item input[type="radio"], |
| 771 | .ua-dual-settings input[type="checkbox"] { |
| 772 | display: none; |
| 773 | } |
| 774 | |
| 775 | .gdpr-platform .exclusion-item { |
| 776 | padding: 20px 0; |
| 777 | border-bottom: solid 1px #cdcdcd; |
| 778 | } |
| 779 | |
| 780 | .gdpr-platform label.enable-tool { |
| 781 | font-weight: bold; |
| 782 | font-size: 16px; |
| 783 | margin-bottom: 20px; |
| 784 | } |
| 785 | |
| 786 | .gdpr-platform h2 { |
| 787 | text-align: center; |
| 788 | } |
| 789 | |
| 790 | .gdpr-platform .error-message { |
| 791 | display: block; |
| 792 | text-align: left; |
| 793 | } |
| 794 | |
| 795 | .gdpr-platform .gdpr-landing img { |
| 796 | margin: auto; |
| 797 | width: 600px; |
| 798 | display: block; |
| 799 | } |
| 800 | |
| 801 | .register-section { |
| 802 | text-align: center; |
| 803 | padding: 30px 20px; |
| 804 | } |
| 805 | |
| 806 | .register-section button { |
| 807 | background-color: #4583ee; |
| 808 | color: #fff; |
| 809 | padding: 10px 15px; |
| 810 | border: none; |
| 811 | border-radius: 5px; |
| 812 | } |
| 813 | |
| 814 | .accor-wrap { |
| 815 | margin: 1rem 0 0; |
| 816 | display: inline-block; |
| 817 | width: 100%; |
| 818 | } |
| 819 | |
| 820 | .accor-wrap .accor-tab { |
| 821 | background: #4582ec; |
| 822 | padding: .5rem; |
| 823 | border-radius: 5px; |
| 824 | color: #ffffff; |
| 825 | } |
| 826 | |
| 827 | .accor-wrap .well { |
| 828 | display: inline-block; |
| 829 | width: 100%; |
| 830 | } |
| 831 | |
| 832 | .accor-wrap .well h3 { |
| 833 | margin: 1rem 0; |
| 834 | padding-top: 20px; |
| 835 | text-align: center; |
| 836 | width: 100%; |
| 837 | } |
| 838 | |
| 839 | .accor-wrap .well .col-md-12:first-of-type h3 { |
| 840 | margin-top: 0; |
| 841 | } |
| 842 | |
| 843 | .accor-wrap .accor-content { |
| 844 | display: none; |
| 845 | } |
| 846 | |
| 847 | .accor-wrap .accor-arrow { |
| 848 | border: 1px solid #ffffff; |
| 849 | padding: .2rem .4rem; |
| 850 | border-radius: 5px; |
| 851 | margin: 0 .3rem 0 .3rem; |
| 852 | font-size: 12px; |
| 853 | cursor: pointer; |
| 854 | font-family: arial, sans-serif; |
| 855 | } |
| 856 | |
| 857 | .ga-demo-chart .ga-chart { |
| 858 | display: inline-block; |
| 859 | width: 46%; |
| 860 | } |
| 861 | |
| 862 | #ga_form .form-table { |
| 863 | max-width: 560px; |
| 864 | } |
| 865 | |
| 866 | .adBanner { |
| 867 | background-color: transparent; |
| 868 | height: 1px; |
| 869 | width: 1px; |
| 870 | } |
| 871 | |
| 872 | #adblocker-notice { |
| 873 | display: none; |
| 874 | } |
| 875 |