PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.3.12
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.3.12
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 2 years ago cookiebot_admin_main.css 2 years 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
484 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__item {
55 display: grid;
56 padding: 15px 10px;
57 align-items: center;
58 border-bottom: 3px solid transparent;
59 color: #141414;
60 font-size: 16px;
61 font-weight: 600;
62 text-align: center;
63 cursor: pointer;
64 }
65
66 .cb-settings__tabs__item.active-item, .cb-settings__tabs__item:hover {
67 border-color: #1032cf;
68 }
69
70 .cb-settings__tabs__content--item {
71 display: none;
72 }
73
74 .cb-settings__tabs__content--item.active-item {
75 display: block;
76 }
77
78 .cb-general__new__account, .cb-general__consent__mode, .cb-general__prior__consent {
79 background-color: #f1f1f1;
80 border-radius: 15px;
81 padding: 40px;
82 margin-bottom: 50px;
83 }
84
85 .cb-general__info__title {
86 font-size: 27px;
87 font-weight: 700;
88 line-height: 30px;
89 margin: 0;
90 }
91
92 .cb-general__info__text {
93 width: 100%;
94 max-width: 620px;
95 font-size: 16px;
96 line-height: 24px;
97 }
98
99 .new-account-actions .cb-btn:first-of-type {
100 margin-right: 20px;
101 }
102
103 .cb-settings__config__item {
104 display: grid;
105 grid-template-columns: 1fr 1fr;
106 grid-column-gap: 24px;
107 margin-bottom: 50px;
108 }
109
110 .cb-settings__config__content {
111 padding-right: 40px;
112 }
113
114 .cb-settings__config__subtitle {
115 font-size: 20px;
116 line-height: 25px;
117 margin: 0;
118 }
119
120 .cb-settings__config__data__inner {
121 background-color: #f1f1f1;
122 border-radius: 15px;
123 padding: 30px;
124 }
125
126 .cb-settings__data__subtitle {
127 font-size: 15px;
128 line-height: 20px;
129 margin: 0 0 15px;
130 }
131
132 #show_add_language_guide {
133 display: block;
134 }
135
136 .cb-settings__config__data__inner label {
137 display: block;
138 font-size: 16px;
139 line-height: 20px;
140 font-weight: 500;
141 color: #141414;
142 }
143
144 .cb-settings__config__data__inner label:not(.switch-checkbox) {
145 padding-left: 30px;
146 }
147
148 .cb-settings__config__data__inner label.cb-settings__cookie-types {
149 display: inline-block;
150 padding: 0;
151 text-transform: capitalize;
152 line-height: 32px;
153 }
154
155 .cb-settings__config__data__inner label.switch-checkbox {
156 display: flex;
157 }
158
159 .cb-settings__config__data__inner label:not(:first-of-type) {
160 margin-top: 20px;
161 }
162
163 .recommended-tag {
164 font-size: 13px;
165 background-color: #0e1848;
166 color: #ffffff;
167 padding: 3px 7px;
168 border-radius: 5px;
169 }
170
171 .cb-settings__config__item.secondary__item {
172 border-left: 4px solid #1032cf;
173 }
174
175 .cb-settings__config__item.secondary__item .cb-settings__config__content {
176 padding-left: 90px;
177 }
178
179 .cb-general__info__note {
180 font-size: 13px;
181 font-style: oblique;
182 }
183
184 .disabled__item {
185 filter: grayscale(1);
186 opacity: .5;
187 pointer-events: none;
188 }
189
190 .cb-prior__tab__selector {
191 position: relative;
192 display: grid;
193 grid-template-columns: 1fr 1fr;
194 align-items: center;
195 justify-items: center;
196 width: 100%;
197 max-width: 360px;
198 margin: 0 auto;
199 border: 2px solid #e3e3e3;
200 border-radius: 150px;
201 }
202
203 .cb-prior__tab__selector:before {
204 position: absolute;
205 content: '';
206 width: calc(50% - 6px);
207 height: calc(100% - 6px);
208 background: #1032cf;
209 border-radius: 150px;
210 left: 3px;
211 z-index: 0;
212 }
213
214 .cb-prior__tab__item {
215 width: 100%;
216 text-align: center;
217 padding: 15px;
218 font-size: 15px;
219 font-weight: 500;
220 z-index: 1;
221 }
222
223 .cb-prior__tab__item.active-item {
224 color: #ffffff;
225 }
226
227 .cb-prior__tab__content__item {
228 display: none;
229 }
230
231 .cb-prior__tab__content__item.active-item {
232 display: block;
233 }
234
235 .cb-settings__vendor__config__item {
236 margin-bottom: 50px;
237 }
238
239 .cb-settings__vendor__config__item.vendor-list-offline {
240 background-color: #f1f1f1;
241 padding: 24px;
242 border-radius: 16px;
243 border: 2px solid #de8e09;
244 }
245
246 .cb-settings__vendor__config__item.vendor-list-offline .cb-general__info__text {
247 margin-bottom: 0;
248 }
249
250 .cb-settings__vendor__config__item .cb-general__info__text {
251 max-width: initial;
252 }
253 .cb-settings__vendor__config__item .only-title {
254 margin-bottom: 24px;
255 }
256
257
258 .cb-vendor__setting--item {
259 position: relative;
260 width: 100%;
261 background-color: #ffffff;
262 color: #141414;
263 border: 2px solid #d3d3d3;
264 border-radius: 7px;
265 padding: 8px 15px;
266 box-sizing: border-box;
267 font-size: 15px;
268 font-weight: 600;
269 line-height: 27px;
270 min-height: 30px;
271 cursor: pointer;
272 }
273
274 .cb-settings__config__data__inner.cb-vendor-settings {
275 display: flex;
276 flex-wrap: wrap;
277 column-gap: 16px;
278 }
279
280 .cb-vendor-settings .checkbox-vendor-search {
281 width: auto;
282 flex: 6 1 auto;
283 }
284
285 .cb-vendor-settings .cb-btn.cb-settings__selector-all {
286 margin: 0;
287 flex: 0 1 auto;
288 }
289
290 .cb-vendor-settings .cb-btn.cb-settings__selector-none {
291 margin: 0;
292 flex: 0 1 auto;
293 }
294
295 .vendor-selected-items-message {
296 flex: 1 1 100%;
297 margin-top: 20px;
298 }
299
300 .vendor-selected-items-message span {
301 display: inline-block;
302 border-radius: 6px;
303 font-weight: 700;
304 color: #d63638;
305 }
306
307 .cb-vendor-alert__msg {
308 box-sizing: border-box;
309 background-color: #de8e09;
310 color: #ffffff;
311 padding: 24px 34px;
312 font-size: 15px;
313 line-height: 24px;
314 font-weight: 600;
315 border-radius: 8px;
316 margin-bottom: 20px;
317 }
318
319 .vendor-selected-items {
320 display: grid;
321 grid-template-columns: 1fr 1fr;
322 grid-row-gap: 5px;
323 grid-column-gap: 5px;
324 grid-auto-rows: minmax(30px, 1fr);
325 max-height: 400px;
326 overflow-y: auto;
327 margin-top: 32px;
328 }
329
330 .vendor-selected-items label.switch-checkbox {
331 margin-top: 0;
332 align-items: flex-start;
333 }
334
335 .vendor-selected-items label.switch-checkbox.hidden {
336 display: none;
337 }
338
339 .vendor-selected-items .switch-checkbox .switcher {
340 width: 30px;
341 min-width: 30px;
342 height: 18px;
343 }
344
345 .vendor-selected-items .switch-checkbox .switcher:after {
346 top: 2px;
347 left: 2px;
348 width: 14px;
349 height: 14px;
350 }
351
352 .vendor-selected-items .switch-checkbox .switcher:active:after {
353 width: 14px;
354 }
355
356 .vendor-selected-items .switch-checkbox input[type=checkbox]:checked + .switcher:after {
357 left: calc(100% - 2px);
358 transform: translateX(-100%);
359 }
360
361 .vendor-selected-item {
362 display: inline-block;
363 padding: 1px 5px;
364 font-size: 13px;
365 line-height: initial;
366 background: blue;
367 color: #ffffff;
368 border-radius: 15px;
369 margin-right: 4px;
370 }
371
372 .vendor-name-list {
373 max-height: 400px;
374 overflow-y: scroll;
375 }
376
377 .cb-settings__vendor__restrictions {
378 margin-top: 24px;
379 }
380
381 .cb-settings__vendor__restrictions > .cb-settings__config__data__inner {
382 position: relative;
383 display: grid;
384 grid-template-columns: 1fr auto auto;
385 grid-column-gap: 16px;
386 align-items: center;
387 }
388
389 .cb-settings__vendor__restrictions .cb-main-btn {
390 margin-top: 0;
391 }
392
393 .vendor-purposes-restrictions > .cb-settings__config__data__inner {
394 margin-top: 16px;
395 }
396
397 .cb-settings__vendor__restrictions .remove__restriction {
398 cursor: pointer;
399 }
400
401 @media (max-width: 1414px) {
402 .recommended-tag {
403 display: block;
404 width: -webkit-fit-content;
405 width: fit-content;
406 margin-top: 5px;
407 margin-bottom: 10px;
408 }
409 }
410
411 .cb-general__new__account--double {
412 display: grid;
413 grid-template-columns: 1fr 1fr;
414 grid-column-gap: 24px;
415 margin-top: -26px;
416 margin-bottom: 50px;
417 }
418
419 .cb-general__new__account--double .cb-main__card__inner.new_card {
420 display: grid;
421 align-self: stretch;
422 position: relative;
423 padding: 25px;
424 overflow: hidden;
425 background-color: #00C6FB;
426 color: #141414;
427 border-radius: 10px;
428 }
429
430 .cb-main__card__inner.new_card .cb-main__card__content {
431 display: grid;
432 grid-template-columns: 1fr minmax(86px, auto);
433 grid-template-rows: minmax(120px, auto) auto;
434 grid-column-gap: 25px;
435 align-items: end;
436 }
437
438 .cb-main__card__inner.new_card .cb-main__card__title {
439 font-size: 28px;
440 line-height: 30px;
441 margin-bottom: 25px;
442 }
443
444 .cb-main__card__inner.new_card .cb-btn.cb-main-btn {
445 background-color: #000000;
446 color: #ffffff;
447 grid-row: 2;
448 grid-column: span 2;
449 text-align: center;
450 text-transform: uppercase;
451 margin-top: 0;
452 }
453
454 .cb-main__card__inner.new_card .cb-bf-counter {
455 background-color: #000000;
456 border-bottom-left-radius: 500px;
457 border-bottom-right-radius: 500px;
458 text-align: center;
459 padding: 6px 6px 12px;
460 width: 74px;
461 position: relative;
462 top: -25px;
463 align-self: start;
464 }
465
466 .cb-main__card__inner.new_card .cb-bf-counter-label {
467 color: #ffffff;
468 font-weight: 700;
469 }
470
471 .cb-main__card__inner.new_card .cb-bf-counter-number {
472 color: #00a2ff;
473 font-size: 50px;
474 line-height: 50px;
475 font-weight: 700;
476 }
477
478 .cb-main__card__inner.new_card .cb-bf-counter-last {
479 color: #00a2ff;
480 font-weight: 700;
481 text-transform: uppercase;
482 line-height: normal;
483 padding: 0 10px;
484 }