PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.3.4
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.3.4
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 3 years ago
notice.css
104 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 {
16 color: #1032cf;
17 font-size: 16px;
18 text-decoration: none;
19 }
20 .cookiebot-notice-logo {
21 clear: both;
22 content: "";
23 display: block;
24 background-image: url("../img/icon.svg");
25 background-size: 108px auto;
26 background-repeat: no-repeat;
27 background-position: 0 45%;
28 width: 125px;
29 position: absolute;
30 top: 0;
31 bottom: 0;
32 left: 25px;
33 }
34 .cookiebot-admin-notice > .dashicons {
35 color: #424242;
36 position: absolute;
37 right: 20px;
38 top: 50%;
39 font-size: 20px;
40 transform: translateY(-50%);
41 }
42 .cookiebot-notice-title {
43 font-size: 24px;
44 font-weight: 700;
45 margin: 0;
46 color: #141414;
47 }
48 .cookiebot-notice-body {
49 font-weight: normal;
50 font-size: 16px;
51 line-height: 24px;
52 margin: 18px 0 0;
53 color: #141414;
54 }
55 .cookiebot-notice-body:after {
56 clear: both;
57 content: "";
58 display: block;
59 }
60 .cookiebot-notice-body li {
61 float: left;
62 margin-right: 20px;
63 }
64 .cookiebot-notice-body .dashicons {
65 font-size: 20px;
66 }
67 .cookiebot-blue {
68 color: #10738B;
69 }
70
71 .admin-notice-promo {
72 background: #fff;
73 border-top: 4px;
74 display: block;
75 min-height: 68px;
76 padding: 10px 40px 0px 10px;
77 margin: 10px 0;
78 position: relative;
79 }
80
81 .admin-notice-promo:after {
82 content: '';
83 display: table;
84 clear: both;
85 }
86
87 .close-promo {
88 position: absolute;
89 top: 5px;
90 right: 5px;
91 }
92
93 .promo {
94 background-position: center;
95 background-repeat: no-repeat;
96 background-size: 972px 200px;
97 height: 200px;
98 max-width: 100%;
99 }
100
101 .promo a {
102 display: block;
103 height: 100%;
104 }