PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 3.6.2
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v3.6.2
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 / css / notice.css
cookiebot / css Last commit date
consent_mapping_table.css 6 years ago notice.css 7 years ago
notice.css
90 lines
1 .cookiebot-admin-notice {
2 background: #fff;
3 border: 4px;
4 display: block;
5 min-height: 68px;
6 padding: 10px 40px 10px 125px;
7 position: relative;
8 margin-top: 35px;
9 }
10 .cookiebot-admin-notice a {
11 color: #10738B;
12 }
13 .cookiebot-notice-logo {
14 clear: both;
15 content: "";
16 display: block;
17 background-image: url("../assets/icon.svg");
18 background-size: 108px auto;
19 background-repeat: no-repeat;
20 background-position: 0 45%;
21 width: 125px;
22 position: absolute;
23 top: 0;
24 bottom: 0;
25 left: 5px;
26 }
27 .cookiebot-admin-notice > .dashicons {
28 color: #424242;
29 position: absolute;
30 right: 20px;
31 top: 40%;
32 }
33 .cookiebot-notice-title {
34 font-size: 24px;
35 margin: 0;
36 }
37 .cookiebot-notice-body {
38 font-weight: normal;
39 margin: 5px 0;
40 }
41 .cookiebot-notice-body:after {
42 clear: both;
43 content: "";
44 display: block;
45 }
46 .cookiebot-notice-body li {
47 float: left;
48 margin-right: 20px;
49 }
50 .cookiebot-notice-body .dashicons {
51 font-size: 17px;
52 }
53 .cookiebot-blue {
54 color: #10738B;
55 }
56
57 .admin-notice-promo {
58 background: #fff;
59 border-top: 4px;
60 display: block;
61 min-height: 68px;
62 padding: 10px 40px 0px 10px;
63 margin: 10px 0;
64 position: relative;
65 }
66
67 .admin-notice-promo:after {
68 content: '';
69 display: table;
70 clear: both;
71 }
72
73 .close-promo {
74 position: absolute;
75 top: 5px;
76 right: 5px;
77 }
78
79 .promo {
80 background-position: center;
81 background-repeat: no-repeat;
82 background-size: 972px 200px;
83 height: 200px;
84 max-width: 100%;
85 }
86
87 .promo a {
88 display: block;
89 height: 100%;
90 }