PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.3.9
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.3.9
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 / notice.css
cookiebot / assets / css Last commit date
backend 2 years ago frontend 4 years ago admin_styles.css 3 years ago notice.css 2 years ago
notice.css
130 lines
1 .cookiebot-admin-notice-container {
2 background: #efefef;
3 padding: 40px 25px 25px;
4 }
5 .cookiebot-admin-notice {
6 display: block;
7 min-height: 68px;
8 position: relative;
9 background: #ffffff;
10 padding: 20px 60px 20px 160px;
11 border-radius: 25px;
12 border: none;
13 margin: 0;
14 }
15 .cookiebot-admin-notice a:not(.cb-btn) {
16 color: #1032cf;
17 font-size: 16px;
18 text-decoration: none;
19 }
20
21 .cookiebot-admin-notice a.cb-btn {
22 display: inline-block;
23 margin-top: 18px;
24 text-decoration: none;
25 padding: 15px;
26 font-size: 15px;
27 line-height: 20px;
28 font-weight: 500;
29 border-radius: 7px;
30 border: none;
31 cursor: pointer;
32 box-shadow: unset;
33 outline: unset;
34 background-color: #1032cf;
35 color: #ffffff;
36 }
37
38 .cookiebot-notice-icon {
39 clear: both;
40 content: "";
41 display: block;
42 background-size: 108px auto;
43 background-repeat: no-repeat;
44 background-position: 0 45%;
45 width: 125px;
46 position: absolute;
47 top: 0;
48 bottom: 0;
49 left: 25px;
50 }
51
52 .cookiebot-notice-logo {
53 background-image: url("../img/icon.svg");
54 }
55
56 .cookiebot-notice-review {
57 background-image: url("../img/icons/rating.png");
58 }
59
60 .cookiebot-admin-notice > .dashicons {
61 color: #424242;
62 position: absolute;
63 right: 20px;
64 top: 50%;
65 font-size: 20px;
66 transform: translateY(-50%);
67 }
68 .cookiebot-notice-title {
69 font-size: 24px;
70 font-weight: 700;
71 margin: 0;
72 color: #141414;
73 }
74 .cookiebot-notice-body {
75 font-weight: normal;
76 font-size: 16px;
77 line-height: 24px;
78 margin: 18px 0 0;
79 color: #141414;
80 }
81 .cookiebot-notice-body:after {
82 clear: both;
83 content: "";
84 display: block;
85 }
86 .cookiebot-notice-body li {
87 float: left;
88 margin-right: 20px;
89 }
90 .cookiebot-notice-body .dashicons {
91 font-size: 20px;
92 }
93 .cookiebot-blue {
94 color: #10738B;
95 }
96
97 .admin-notice-promo {
98 background: #fff;
99 border-top: 4px;
100 display: block;
101 min-height: 68px;
102 padding: 10px 40px 0px 10px;
103 margin: 10px 0;
104 position: relative;
105 }
106
107 .admin-notice-promo:after {
108 content: '';
109 display: table;
110 clear: both;
111 }
112
113 .close-promo {
114 position: absolute;
115 top: 5px;
116 right: 5px;
117 }
118
119 .promo {
120 background-position: center;
121 background-repeat: no-repeat;
122 background-size: 972px 200px;
123 height: 200px;
124 max-width: 100%;
125 }
126
127 .promo a {
128 display: block;
129 height: 100%;
130 }