PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.6.2
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.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 / assets / css / notice.css
cookiebot / assets / css Last commit date
backend 7 months ago frontend 4 years ago admin_styles.css 3 years ago notice.css 1 year ago
notice.css
138 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-notice-bf {
61 background-image: url("../img/icons/cb-bf-notice.svg");
62 }
63
64 .cb-bf-links a.cb-btn{
65 margin: 0;
66 }
67
68 .cookiebot-admin-notice > .dashicons {
69 color: #424242;
70 position: absolute;
71 right: 20px;
72 top: 50%;
73 font-size: 20px;
74 transform: translateY(-50%);
75 }
76 .cookiebot-notice-title {
77 font-size: 24px;
78 font-weight: 700;
79 margin: 0;
80 color: #141414;
81 }
82 .cookiebot-notice-body {
83 font-weight: normal;
84 font-size: 16px;
85 line-height: 24px;
86 margin: 18px 0 0;
87 color: #141414;
88 }
89 .cookiebot-notice-body:after {
90 clear: both;
91 content: "";
92 display: block;
93 }
94 .cookiebot-notice-body li {
95 float: left;
96 margin-right: 20px;
97 }
98 .cookiebot-notice-body .dashicons {
99 font-size: 20px;
100 }
101 .cookiebot-blue {
102 color: #10738B;
103 }
104
105 .admin-notice-promo {
106 background: #fff;
107 border-top: 4px;
108 display: block;
109 min-height: 68px;
110 padding: 10px 40px 0px 10px;
111 margin: 10px 0;
112 position: relative;
113 }
114
115 .admin-notice-promo:after {
116 content: '';
117 display: table;
118 clear: both;
119 }
120
121 .close-promo {
122 position: absolute;
123 top: 5px;
124 right: 5px;
125 }
126
127 .promo {
128 background-position: center;
129 background-repeat: no-repeat;
130 background-size: 972px 200px;
131 height: 200px;
132 max-width: 100%;
133 }
134
135 .promo a {
136 display: block;
137 height: 100%;
138 }