PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.2.8
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.2.8
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 / addons_page.css
cookiebot / assets / css / backend Last commit date
addons_page.css 3 years ago consent_mapping_table.css 4 years ago cookiebot_admin_main.css 3 years ago dashboard_page.css 3 years ago debug_info.css 3 years ago gtm_page.css 4 years ago multiple_page.css 3 years ago settings-page.css 3 years ago support_page.css 3 years ago
addons_page.css
351 lines
1 .cb-settings__header {
2 display: grid;
3 grid-template-columns: 3fr 1fr;
4 align-items: start;
5 }
6
7 .cb-settings__header .cb-main__page_title {
8 margin: 0;
9 }
10
11 .cb-settings__header p.submit {
12 text-align: right;
13 margin: 0;
14 padding: 0;
15 }
16
17 .cb-settings__header p.submit #submit {
18 background-color: rgba(0, 0, 0, 0.16);
19 color: #666666;
20 padding: 10px 20px;
21 font-size: 16px;
22 border: none;
23 pointer-events: none;
24 }
25
26 .cb-settings__header p.submit #submit.enabled{
27 background-color: #076646;
28 color: #ffffff;
29 pointer-events: initial;
30 }
31
32 .cb-settings__tabs {
33 display: grid;
34 grid-template-columns: repeat(4, minmax(180px, max-content));
35 margin: 25px 0 50px;
36 border-bottom: 1px solid #e1e1e1;
37 }
38
39 .cb-settings__tabs__item {
40 display: grid;
41 float: none;
42 background: transparent;
43 margin: 0;
44 padding: 15px 10px;
45 align-items: center;
46 border: none;
47 border-bottom: 3px solid transparent;
48 color: #141414;
49 font-size: 16px;
50 font-weight: 600;
51 text-align: center;
52 line-height: initial;
53 cursor: pointer;
54 }
55
56 .cb-settings__tabs__item.nav-tab-active:hover {
57 background: transparent;
58 color: #141414;
59 border-bottom-width: 3px;
60 }
61
62 .cb-settings__tabs__item.nav-tab-active, .cb-settings__tabs__item:hover {
63 color: #141414;
64 border-color: #1032cf;
65 }
66
67 .cb-settings__tabs__content--item .submit {
68 padding: 0;
69 margin: 0;
70 text-align: right;
71 }
72
73 .cb-settings__tabs__content--item #submit {
74 background-color: rgba(0, 0, 0, 0.16);
75 color: #666666;
76 padding: 10px 20px;
77 font-size: 16px;
78 border: none;
79 pointer-events: none;
80 }
81
82 .cb-settings__tabs__content--item #submit.enabled{
83 background-color: #076646;
84 color: #ffffff;
85 pointer-events: initial;
86 }
87
88 .cb-addons__tab__header {
89 display: grid;
90 grid-row-gap: 20px;
91 margin-bottom: 50px;
92 }
93
94 .cb-addons__tab__title {
95 font-size: 22px;
96 font-weight: 700;
97 margin: 0 0 20px;
98 }
99
100 .cb-addons__tab__text {
101 font-size: 16px;
102 line-height: 24px;
103 }
104
105 .cb-addons__header__column--inner {
106 background-color: #efefef;
107 border-radius: 15px;
108 padding: 25px;
109 }
110
111 .cb-addons__header__column.submit-column {
112 display: grid;
113 grid-template-columns: 1fr 1fr;
114 }
115
116 .cb-addons__tab__subtitle {
117 font-size: 15px;
118 margin: 0;
119 }
120
121 .form-table th {
122 width: 50%;
123 }
124
125 .plugin-title {
126 font-size: 20px;
127 font-weight: 600;
128 line-height: 29px;
129 }
130
131 .extra_information p {
132 font-size: 15px;
133 font-weight: 400;
134 line-height: 24px;
135 color: #141414;
136 }
137
138 .postbox.cookiebot-addon {
139 border: none;
140 background-color: #F2F2F2;
141 padding: 25px;
142 border-radius: 15px;
143 }
144
145 .postbox.cookiebot-addon > p {
146 font-size: 16px;
147 line-height: 24px;
148 }
149
150 .cookiebot-addon-enable {
151 padding-bottom: 20px;
152 border-bottom: 1px solid #d3d3d3;
153 margin-bottom: 20px;
154 }
155
156 .cookiebot-addon-enable label.switch-checkbox {
157 font-size: 16px;
158 line-height: 20px;
159 font-weight: 500;
160 color: #141414;
161 }
162
163 .cookiebot-addon .cookiebot-addon-text {
164 font-size: 16px;
165 line-height: 20px;
166 font-weight: 500;
167 color: #141414;
168 }
169
170 .cookiebot-addon input + label.cookiebot-addon-text {
171 text-transform: capitalize;
172 }
173
174 .cookiebot-addon .cookietypes {
175 margin-bottom: 30px;
176 }
177
178 .cookiebot-addon .cookietypes li {
179 margin: 20px 0px;
180 }
181
182 .cookiebot-addon .cookiebot-addon-placeholder {
183 margin: 20px 0 25px;
184 }
185
186 .cookiebot-addon .placeholder {
187 padding: 16px 24px;
188 background: rgba(255, 255, 255, 0.5);
189 border-radius: 8px;
190 }
191
192 .placeholder_title {
193 display: block;
194 font-size: 16px;
195 line-height: 20px;
196 font-weight: 500;
197 color: #141414;
198 margin-bottom: 16px;
199 }
200
201 select.placeholder_select_language {
202 width: 100%;
203 border: 2px solid #d3d3d3;
204 border-radius: 7px;
205 padding: 8px 15px;
206 max-width: initial;
207 margin-bottom: 25px;
208 }
209
210 .placeholder_textarea {
211 width: 100%;
212 border: 2px solid #d3d3d3;
213 border-radius: 7px;
214 padding: 8px 15px;
215 }
216
217 /**
218 * Help Tip
219 */
220 .help-tip {
221 color: #666;
222 display: inline-block;
223 font-size: 1.5em;
224 font-style: normal;
225 height: 16px;
226 line-height: 16px;
227 position: relative;
228 vertical-align: middle;
229 width: 16px
230 }
231
232 .help-tip::after {
233 font-family: Dashicons;
234 speak: none;
235 font-weight: 400;
236 font-variant: normal;
237 text-transform: none;
238 line-height: 1;
239 -webkit-font-smoothing: antialiased;
240 margin: 0;
241 text-indent: 0;
242 position: absolute;
243 top: 0;
244 left: 0;
245 width: 100%;
246 height: 100%;
247 text-align: center;
248 content: "";
249 cursor: help
250 }
251
252 #tiptip_holder{
253 position: absolute;
254 top: 0;
255 }
256
257 #tiptip_holder.tip_top {
258 padding-bottom: 5px
259 }
260
261 #tiptip_holder.tip_top #tiptip_arrow_inner {
262 margin-top: -7px;
263 margin-left: -6px;
264 border-top-color: #333
265 }
266
267 #tiptip_holder.tip_bottom {
268 padding-top: 5px
269 }
270
271 #tiptip_holder.tip_bottom #tiptip_arrow_inner {
272 margin-top: -5px;
273 margin-left: -6px;
274 border-bottom-color: #333
275 }
276
277 #tiptip_holder.tip_right {
278 padding-left: 5px
279 }
280
281 #tiptip_holder.tip_right #tiptip_arrow_inner {
282 margin-top: -6px;
283 margin-left: -5px;
284 border-right-color: #333
285 }
286
287 #tiptip_holder.tip_left {
288 padding-right: 5px
289 }
290
291 #tiptip_holder.tip_left #tiptip_arrow_inner {
292 margin-top: -6px;
293 margin-left: -7px;
294 border-left-color: #333
295 }
296
297 #tiptip_content, .chart-tooltip, .wc_error_tip {
298 color: #fff;
299 font-size: .8em;
300 max-width: 300px;
301 background: #333;
302 text-align: center;
303 border-radius: 3px;
304 padding: .618em 1em;
305 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
306 box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
307 }
308
309 #tiptip_content code, .chart-tooltip code, .wc_error_tip code {
310 padding: 1px;
311 background: #888
312 }
313
314 #tiptip_arrow, #tiptip_arrow_inner {
315 position: absolute;
316 border-color: transparent;
317 border-style: solid;
318 border-width: 6px;
319 height: 0;
320 width: 0
321 }
322
323 /**
324 Show advanced options
325 */
326 .show_advanced_options {
327 margin: 15px 0 10px 0;
328 }
329 .advanced_options {
330 display: none;
331 padding: 16px 24px;
332 background: rgba(255, 255, 255, 0.5);
333 border-radius: 8px;
334 margin-top: 25px;
335 }
336 .advanced_options label {
337 vertical-align: top;
338 display: block;
339 font-size: 16px;
340 line-height: 20px;
341 font-weight: 500;
342 color: #141414;
343 margin-bottom: 16px;
344 }
345 #embed_regex {
346 width: 100%;
347 border: 2px solid #d3d3d3;
348 border-radius: 7px;
349 padding: 8px 15px;
350 margin-bottom: 15px;
351 }