PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.2.2
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.2.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 / 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
347 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 .cookietypes {
171 margin-bottom: 30px;
172 }
173
174 .cookiebot-addon .cookietypes li {
175 margin: 20px 0px;
176 }
177
178 .cookiebot-addon .cookiebot-addon-placeholder {
179 margin: 20px 0 25px;
180 }
181
182 .cookiebot-addon .placeholder {
183 padding: 16px 24px;
184 background: rgba(255, 255, 255, 0.5);
185 border-radius: 8px;
186 }
187
188 .placeholder_title {
189 display: block;
190 font-size: 16px;
191 line-height: 20px;
192 font-weight: 500;
193 color: #141414;
194 margin-bottom: 16px;
195 }
196
197 select.placeholder_select_language {
198 width: 100%;
199 border: 2px solid #d3d3d3;
200 border-radius: 7px;
201 padding: 8px 15px;
202 max-width: initial;
203 margin-bottom: 25px;
204 }
205
206 .placeholder_textarea {
207 width: 100%;
208 border: 2px solid #d3d3d3;
209 border-radius: 7px;
210 padding: 8px 15px;
211 }
212
213 /**
214 * Help Tip
215 */
216 .help-tip {
217 color: #666;
218 display: inline-block;
219 font-size: 1.5em;
220 font-style: normal;
221 height: 16px;
222 line-height: 16px;
223 position: relative;
224 vertical-align: middle;
225 width: 16px
226 }
227
228 .help-tip::after {
229 font-family: Dashicons;
230 speak: none;
231 font-weight: 400;
232 font-variant: normal;
233 text-transform: none;
234 line-height: 1;
235 -webkit-font-smoothing: antialiased;
236 margin: 0;
237 text-indent: 0;
238 position: absolute;
239 top: 0;
240 left: 0;
241 width: 100%;
242 height: 100%;
243 text-align: center;
244 content: "";
245 cursor: help
246 }
247
248 #tiptip_holder{
249 position: absolute;
250 top: 0;
251 }
252
253 #tiptip_holder.tip_top {
254 padding-bottom: 5px
255 }
256
257 #tiptip_holder.tip_top #tiptip_arrow_inner {
258 margin-top: -7px;
259 margin-left: -6px;
260 border-top-color: #333
261 }
262
263 #tiptip_holder.tip_bottom {
264 padding-top: 5px
265 }
266
267 #tiptip_holder.tip_bottom #tiptip_arrow_inner {
268 margin-top: -5px;
269 margin-left: -6px;
270 border-bottom-color: #333
271 }
272
273 #tiptip_holder.tip_right {
274 padding-left: 5px
275 }
276
277 #tiptip_holder.tip_right #tiptip_arrow_inner {
278 margin-top: -6px;
279 margin-left: -5px;
280 border-right-color: #333
281 }
282
283 #tiptip_holder.tip_left {
284 padding-right: 5px
285 }
286
287 #tiptip_holder.tip_left #tiptip_arrow_inner {
288 margin-top: -6px;
289 margin-left: -7px;
290 border-left-color: #333
291 }
292
293 #tiptip_content, .chart-tooltip, .wc_error_tip {
294 color: #fff;
295 font-size: .8em;
296 max-width: 300px;
297 background: #333;
298 text-align: center;
299 border-radius: 3px;
300 padding: .618em 1em;
301 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
302 box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
303 }
304
305 #tiptip_content code, .chart-tooltip code, .wc_error_tip code {
306 padding: 1px;
307 background: #888
308 }
309
310 #tiptip_arrow, #tiptip_arrow_inner {
311 position: absolute;
312 border-color: transparent;
313 border-style: solid;
314 border-width: 6px;
315 height: 0;
316 width: 0
317 }
318
319 /**
320 Show advanced options
321 */
322 .show_advanced_options {
323 margin: 15px 0 10px 0;
324 }
325 .advanced_options {
326 display: none;
327 padding: 16px 24px;
328 background: rgba(255, 255, 255, 0.5);
329 border-radius: 8px;
330 margin-top: 25px;
331 }
332 .advanced_options label {
333 vertical-align: top;
334 display: block;
335 font-size: 16px;
336 line-height: 20px;
337 font-weight: 500;
338 color: #141414;
339 margin-bottom: 16px;
340 }
341 #embed_regex {
342 width: 100%;
343 border: 2px solid #d3d3d3;
344 border-radius: 7px;
345 padding: 8px 15px;
346 margin-bottom: 15px;
347 }