PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.4.0
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.4.0
4.7.2 4.7.1 trunk 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 3.0.0 3.0.1 3.1.0 3.10.0 3.10.1 3.11.1 3.11.2 3.11.3 3.2.0 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.6.1 3.6.2 3.6.5 3.6.6 3.7.0 3.7.1 3.8.0 3.9.0 4.0.0 4.0.1 4.0.2 4.0.3 4.1.0 4.1.1 4.2.0 4.2.1 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.3.10 4.3.11 4.3.12 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.7.1 4.3.8 4.3.9 4.3.9.1 4.4.0 4.4.1 4.4.2 4.5.0 4.5.1 4.5.10 4.5.11 4.5.2 4.5.3 4.5.4 4.5.5 4.5.6 4.5.7 4.5.8 4.5.9 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.6.5 4.6.6 4.6.7 4.7.0
cookiebot / assets / css / backend / settings-page.css
cookiebot / assets / css / backend Last commit date
global 1 year ago addons_page.css 2 years ago consent_mapping_table.css 1 year ago cookiebot_admin_main.css 1 year ago dashboard_page.css 1 year ago debug_info.css 3 years ago gtm_page.css 4 years ago multiple_page.css 3 years ago settings-page.css 1 year ago support_page.css 3 years ago
settings-page.css
641 lines
1 .cookiebot_fieldset_header {
2 cursor: pointer;
3 }
4
5 .cookiebot_fieldset_header::after {
6 content: "\f140";
7 font: normal 24px/1 dashicons;
8 position: relative;
9 top: 5px;
10 }
11
12 .cookiebot_fieldset_header.active::after {
13 content: "\f142";
14 }
15
16 .cb-settings__header {
17 display: grid;
18 grid-template-columns: 3fr 1fr;
19 align-items: start;
20 }
21
22 .cb-settings__header .cb-main__page_title {
23 margin: 0;
24 }
25
26 .cb-settings__header p.submit {
27 text-align: right;
28 margin: 0;
29 padding: 0;
30 }
31
32 .cb-settings__header p.submit #submit {
33 background-color: rgba(0, 0, 0, 0.16);
34 color: #666666;
35 padding: 10px 20px;
36 font-size: 16px;
37 border: none;
38 pointer-events: none;
39 }
40
41 .cb-settings__header p.submit #submit.enabled{
42 background-color: #076646;
43 color: #ffffff;
44 pointer-events: initial;
45 }
46
47 .cb-settings__tabs {
48 display: grid;
49 grid-template-columns: repeat(6, 1fr);
50 margin: 25px 0 50px;
51 border-bottom: 1px solid #e1e1e1;
52 }
53
54 .cb-settings__tabs.cb-settings__tabs--uc {
55 grid-template-columns: repeat(5, 1fr);
56 }
57
58 .cb-settings__tabs__item {
59 display: grid;
60 padding: 15px 10px;
61 align-items: center;
62 border-bottom: 3px solid transparent;
63 color: #141414;
64 font-size: 16px;
65 font-weight: 600;
66 text-align: center;
67 cursor: pointer;
68 }
69
70 .cb-settings__tabs__item.active-item, .cb-settings__tabs__item:hover {
71 border-color: #1032cf;
72 }
73
74 .cb-settings__tabs__content--item {
75 display: none;
76 }
77
78 .cb-settings__tabs__content--item.active-item {
79 display: block;
80 }
81
82 .cb-general__new__account, .cb-general__consent__mode, .cb-general__prior__consent {
83 background-color: #f1f1f1;
84 border-radius: 15px;
85 padding: 40px;
86 margin-bottom: 50px;
87 }
88
89 .cb-general__new__account {
90 margin-top: 50px;
91 }
92
93 .cb-general__info__title {
94 font-size: 27px;
95 font-weight: 700;
96 line-height: 30px;
97 margin: 0;
98 }
99
100 .cb-general__info__text {
101 width: 100%;
102 max-width: 620px;
103 font-size: 16px;
104 line-height: 24px;
105 }
106
107 .new-account-actions .cb-btn:first-of-type {
108 margin-right: 20px;
109 }
110
111 .cb-settings__config__item {
112 display: grid;
113 grid-template-columns: 1fr 1fr;
114 grid-column-gap: 24px;
115 margin-bottom: 50px;
116 }
117
118 .cb-settings__config__content {
119 padding-right: 40px;
120 }
121
122 .cb-settings__config__subtitle {
123 font-size: 20px;
124 line-height: 25px;
125 margin: 0;
126 }
127
128 .cb-settings__config__data__inner {
129 background-color: #f1f1f1;
130 border-radius: 15px;
131 padding: 30px;
132 }
133
134 .cb-settings__data__subtitle {
135 font-size: 15px;
136 line-height: 20px;
137 margin: 0 0 15px;
138 }
139
140 .cookiebot-cbid-container {
141 display: grid;
142 grid-template-columns: 1fr auto;
143 }
144
145 .cookiebot-cbid-input {
146 position: relative;
147 }
148
149 .cookiebot-cbid-container p.submit {
150 margin: 0;
151 padding: 0;
152 }
153
154 .cookiebot-cbid-container p.submit #submit {
155 background-color: #1032cf;
156 color: #ffffff;
157 margin-top: 0;
158 font-size: 15px;
159 line-height: 2;
160 padding: 8px 15px;
161 font-weight: 500;
162 border-radius: 7px;
163 border-top-left-radius: 0;
164 border-bottom-left-radius: 0;
165 }
166
167 .cookiebot-cbid-container p.submit #submit.disabled {
168 background: gray;
169 pointer-events: none;
170 }
171
172 .cookiebot-cbid-input #cookiebot-cbid
173 {
174 border-top-right-radius: 0;
175 border-bottom-right-radius: 0;
176 text-overflow: ellipsis;
177 white-space: nowrap;
178 }
179
180 .cookiebot-cbid-input #cookiebot-cbid.cbid-active
181 {
182 pointer-events: none;
183 background: rgba(255, 255, 255, .5);
184 color: rgba(44, 51, 56, .5);
185 }
186
187 .cookiebot-cbid-input #cookiebot-cbid.check-progress
188 {
189 padding-right: 55px;
190 }
191
192 .cookiebot-cbid-check {
193 position: absolute;
194 top: 50%;
195 right: 10px;
196 width: 35px;
197 height: 35px;
198 transform: translateY(-50%);
199 }
200
201 .cookiebot-cbid-check.check-progress {
202 background-image: url(../../img/icons/loader.svg);
203
204 }
205
206 .cookiebot-cbid-check.check-pass {
207 background-color: #076646;
208 background-image: url(../../img/icons/check.svg);
209 border-radius: 50%;
210 background-size: auto;
211 background-position: center;
212 background-repeat: no-repeat;
213 }
214
215 #cookiebot-cbid-reset-dialog {
216 margin-top: 0;
217 line-height: 2;
218 padding: 8px 15px;
219 border-top-left-radius: 0;
220 border-bottom-left-radius: 0;
221 cursor: pointer;
222 }
223
224 #cookiebot-cbid-reset-dialog.disabled, #cookiebot-cbid-network-dialog {
225 background-color: #e1e1e1;
226 color: #666;
227 margin-top: 0;
228 pointer-events: none;
229 }
230
231 #cb-network-id-override {
232 margin-top: 24px;
233 }
234
235 #cookiebot-ruleset-id-selector.hidden {
236 display: none;
237 }
238
239 .cb-settings__config__head-section {
240 margin-bottom: 50px;
241 }
242
243 #embedding-shortcode {
244 display: inline-block;
245 width: 100%;
246 border: 2px solid #d3d3d3;
247 border-radius: 7px;
248 padding: 16px;
249 max-width: initial;
250 box-shadow: none;
251 background: #ffffff;
252 color: #242424;
253 font-weight: 600;
254 pointer-events: none;
255 }
256
257 input#cookiebot-embedding {
258 width: 100%;
259 border: 2px solid #d3d3d3;
260 border-radius: 7px;
261 padding: 8px 15px;
262 max-width: initial;
263 }
264
265 select#cookiebot-embedding, select#cookiebot-embedding-type {
266 width: 100%;
267 border: 2px solid #d3d3d3;
268 border-radius: 7px;
269 padding: 8px 15px;
270 max-width: initial;
271 }
272
273 #cookiebot-embedding-type option.hide-option,
274 #cookiebot-embedding-single-service-container.hide-container,
275 #cookiebot-tcf-toggle-container.hide-container
276 {
277 display:none;
278 }
279
280 #show_add_language_guide {
281 display: block;
282 }
283
284 .cb-settings__config__data__inner label {
285 display: block;
286 font-size: 16px;
287 line-height: 20px;
288 font-weight: 500;
289 color: #141414;
290 }
291
292 .cb-settings__config__data__inner label:not(.switch-checkbox) {
293 padding-left: 30px;
294 }
295
296 .cb-settings__config__data__inner label.cb-settings__cookie-types {
297 display: inline-block;
298 padding: 0;
299 text-transform: capitalize;
300 line-height: 32px;
301 }
302
303 .cb-settings__config__data__inner label.switch-checkbox {
304 display: flex;
305 }
306
307 .cb-settings__config__data__inner label:not(:first-of-type) {
308 margin-top: 20px;
309 }
310
311 .recommended-tag {
312 font-size: 13px;
313 background-color: #0e1848;
314 color: #ffffff;
315 padding: 3px 7px;
316 border-radius: 5px;
317 }
318
319 .cb-settings__config__item.secondary__item {
320 border-left: 4px solid #1032cf;
321 }
322
323 .cb-settings__config__item.secondary__item .cb-settings__config__content {
324 padding-left: 90px;
325 }
326
327 .cb-general__info__note {
328 font-size: 13px;
329 font-style: oblique;
330 }
331
332 .disabled__item {
333 display: none;
334 filter: grayscale(1);
335 opacity: .5;
336 pointer-events: none;
337 }
338
339 .cb-prior__tab__selector {
340 position: relative;
341 display: grid;
342 grid-template-columns: 1fr 1fr;
343 align-items: center;
344 justify-items: center;
345 width: 100%;
346 max-width: 360px;
347 margin: 0 auto;
348 border: 2px solid #e3e3e3;
349 border-radius: 150px;
350 }
351
352 .cb-prior__tab__selector:before {
353 position: absolute;
354 content: '';
355 width: calc(50% - 6px);
356 height: calc(100% - 6px);
357 background: #1032cf;
358 border-radius: 150px;
359 left: 3px;
360 z-index: 0;
361 }
362
363 .cb-prior__tab__item {
364 width: 100%;
365 text-align: center;
366 padding: 15px;
367 font-size: 15px;
368 font-weight: 500;
369 z-index: 1;
370 }
371
372 .cb-prior__tab__item.active-item {
373 color: #ffffff;
374 }
375
376 .cb-prior__tab__content__item {
377 display: none;
378 }
379
380 .cb-prior__tab__content__item.active-item {
381 display: block;
382 }
383
384 .cb-settings__vendor__config__item {
385 margin-bottom: 50px;
386 }
387
388 .cb-settings__vendor__config__item.vendor-list-offline {
389 background-color: #f1f1f1;
390 padding: 24px;
391 border-radius: 16px;
392 border: 2px solid #de8e09;
393 }
394
395 .cb-settings__vendor__config__item.vendor-list-offline .cb-general__info__text {
396 margin-bottom: 0;
397 }
398
399 .cb-settings__vendor__config__item .cb-general__info__text {
400 max-width: initial;
401 }
402 .cb-settings__vendor__config__item .only-title {
403 margin-bottom: 24px;
404 }
405
406
407 .cb-vendor__setting--item {
408 position: relative;
409 width: 100%;
410 background-color: #ffffff;
411 color: #141414;
412 border: 2px solid #d3d3d3;
413 border-radius: 7px;
414 padding: 8px 15px;
415 box-sizing: border-box;
416 font-size: 15px;
417 font-weight: 600;
418 line-height: 27px;
419 min-height: 30px;
420 cursor: pointer;
421 }
422
423 .cb-settings__config__data__inner.cb-vendor-settings {
424 display: flex;
425 flex-wrap: wrap;
426 column-gap: 16px;
427 }
428
429 .cb-vendor-settings .checkbox-vendor-search {
430 width: auto;
431 flex: 6 1 auto;
432 }
433
434 .cb-vendor-settings .cb-btn.cb-settings__selector-all {
435 margin: 0;
436 flex: 0 1 auto;
437 }
438
439 .cb-vendor-settings .cb-btn.cb-settings__selector-none {
440 margin: 0;
441 flex: 0 1 auto;
442 }
443
444 .vendor-selected-items-message {
445 flex: 1 1 100%;
446 margin-top: 20px;
447 }
448
449 .vendor-selected-items-message span {
450 display: inline-block;
451 border-radius: 6px;
452 font-weight: 700;
453 color: #d63638;
454 }
455
456 .cb-vendor-alert__msg, .cb-cbid-alert__msg, .cb-cbid-subsite-alert__msg {
457 box-sizing: border-box;
458 padding: 24px 34px;
459 font-size: 15px;
460 line-height: 24px;
461 font-weight: 600;
462 border-radius: 8px;
463 margin-bottom: 20px;
464 }
465
466 .cb-vendor-alert__msg {
467 background-color: #de8e09;
468 color: #ffffff;
469 }
470
471 .cb-cbid-alert__msg, .cb-cbid-subsite-alert__msg {
472 background-color: #fdedd3;
473 border: 4px solid #de8e09;
474 }
475
476 .vendor-selected-items {
477 display: grid;
478 grid-template-columns: 1fr 1fr;
479 grid-row-gap: 5px;
480 grid-column-gap: 5px;
481 grid-auto-rows: minmax(30px, 1fr);
482 max-height: 400px;
483 overflow-y: auto;
484 margin-top: 32px;
485 }
486
487 .vendor-selected-items label.switch-checkbox {
488 margin-top: 0;
489 align-items: flex-start;
490 }
491
492 .vendor-selected-items label.switch-checkbox.hidden {
493 display: none;
494 }
495
496 .vendor-selected-items .switch-checkbox .switcher {
497 width: 30px;
498 min-width: 30px;
499 height: 18px;
500 }
501
502 .vendor-selected-items .switch-checkbox .switcher:after {
503 top: 2px;
504 left: 2px;
505 width: 14px;
506 height: 14px;
507 }
508
509 .vendor-selected-items .switch-checkbox .switcher:active:after {
510 width: 14px;
511 }
512
513 .vendor-selected-items .switch-checkbox input[type=checkbox]:checked + .switcher:after {
514 left: calc(100% - 2px);
515 transform: translateX(-100%);
516 }
517
518 .vendor-selected-item {
519 display: inline-block;
520 padding: 1px 5px;
521 font-size: 13px;
522 line-height: initial;
523 background: blue;
524 color: #ffffff;
525 border-radius: 15px;
526 margin-right: 4px;
527 }
528
529 .vendor-name-list {
530 max-height: 400px;
531 overflow-y: scroll;
532 }
533
534 .cb-settings__vendor__restrictions {
535 margin-top: 24px;
536 }
537
538 .cb-settings__vendor__restrictions > .cb-settings__config__data__inner {
539 position: relative;
540 display: grid;
541 grid-template-columns: 1fr auto auto;
542 grid-column-gap: 16px;
543 align-items: center;
544 }
545
546 .cb-settings__vendor__restrictions .cb-main-btn {
547 margin-top: 0;
548 }
549
550 .vendor-purposes-restrictions > .cb-settings__config__data__inner {
551 margin-top: 16px;
552 }
553
554 .cb-settings__vendor__restrictions .remove__restriction {
555 cursor: pointer;
556 }
557
558 @media (max-width: 1414px) {
559 .recommended-tag {
560 display: block;
561 width: -webkit-fit-content;
562 width: fit-content;
563 margin-top: 5px;
564 margin-bottom: 10px;
565 }
566 }
567
568 .cb-general__new__account--double {
569 display: grid;
570 grid-template-columns: 1fr 1fr;
571 grid-column-gap: 24px;
572 margin-top: -26px;
573 margin-bottom: 50px;
574 }
575
576 .cb-general__new__account--double .cb-main__card__inner.new_card {
577 display: grid;
578 align-self: stretch;
579 position: relative;
580 padding: 25px;
581 overflow: hidden;
582 background-color: #00C6FB;
583 color: #141414;
584 border-radius: 10px;
585 }
586
587 .cb-main__card__inner.new_card .cb-main__card__content {
588 display: grid;
589 grid-template-columns: 1fr minmax(86px, auto);
590 grid-template-rows: minmax(120px, auto) auto;
591 grid-column-gap: 25px;
592 align-items: end;
593 }
594
595 .cb-main__card__inner.new_card .cb-main__card__title {
596 font-size: 28px;
597 line-height: 30px;
598 margin-bottom: 25px;
599 }
600
601 .cb-main__card__inner.new_card .cb-btn.cb-main-btn {
602 background-color: #000000;
603 color: #ffffff;
604 grid-row: 2;
605 grid-column: span 2;
606 text-align: center;
607 text-transform: uppercase;
608 margin-top: 0;
609 }
610
611 .cb-main__card__inner.new_card .cb-bf-counter {
612 background-color: #000000;
613 border-bottom-left-radius: 500px;
614 border-bottom-right-radius: 500px;
615 text-align: center;
616 padding: 6px 6px 12px;
617 width: 74px;
618 position: relative;
619 top: -25px;
620 align-self: start;
621 }
622
623 .cb-main__card__inner.new_card .cb-bf-counter-label {
624 color: #ffffff;
625 font-weight: 700;
626 }
627
628 .cb-main__card__inner.new_card .cb-bf-counter-number {
629 color: #00a2ff;
630 font-size: 50px;
631 line-height: 50px;
632 font-weight: 700;
633 }
634
635 .cb-main__card__inner.new_card .cb-bf-counter-last {
636 color: #00a2ff;
637 font-weight: 700;
638 text-transform: uppercase;
639 line-height: normal;
640 padding: 0 10px;
641 }