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 / settings-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
settings-page.css
220 lines
1 .cookiebot_fieldset_header {
2 cursor: pointer;
3 }
4
5 .cookiebot_fieldset_header::after {
6 content: "\f140";
7 font: normal 24px/1 dashicons;
8 position: relative;
9 top: 5px;
10 }
11
12 .cookiebot_fieldset_header.active::after {
13 content: "\f142";
14 }
15
16 .cb-settings__header {
17 display: grid;
18 grid-template-columns: 3fr 1fr;
19 align-items: start;
20 }
21
22 .cb-settings__header .cb-main__page_title {
23 margin: 0;
24 }
25
26 .cb-settings__header p.submit {
27 text-align: right;
28 margin: 0;
29 padding: 0;
30 }
31
32 .cb-settings__header p.submit #submit {
33 background-color: rgba(0, 0, 0, 0.16);
34 color: #666666;
35 padding: 10px 20px;
36 font-size: 16px;
37 border: none;
38 pointer-events: none;
39 }
40
41 .cb-settings__header p.submit #submit.enabled{
42 background-color: #076646;
43 color: #ffffff;
44 pointer-events: initial;
45 }
46
47 .cb-settings__tabs {
48 display: grid;
49 grid-template-columns: repeat(6, 1fr);
50 margin: 25px 0 50px;
51 border-bottom: 1px solid #e1e1e1;
52 }
53
54 .cb-settings__tabs__item {
55 display: grid;
56 padding: 15px 10px;
57 align-items: center;
58 border-bottom: 3px solid transparent;
59 color: #141414;
60 font-size: 16px;
61 font-weight: 600;
62 text-align: center;
63 cursor: pointer;
64 }
65
66 .cb-settings__tabs__item.active-item, .cb-settings__tabs__item:hover {
67 border-color: #1032cf;
68 }
69
70 .cb-settings__tabs__content--item {
71 display: none;
72 }
73
74 .cb-settings__tabs__content--item.active-item {
75 display: block;
76 }
77
78 .cb-general__new__account, .cb-general__consent__mode, .cb-general__prior__consent {
79 background-color: #f1f1f1;
80 border-radius: 15px;
81 padding: 40px;
82 margin-bottom: 50px;
83 }
84
85 .cb-general__info__title {
86 font-size: 27px;
87 font-weight: 700;
88 line-height: 30px;
89 margin: 0;
90 }
91
92 .cb-general__info__text {
93 width: 100%;
94 max-width: 620px;
95 font-size: 16px;
96 line-height: 24px;
97 }
98
99 .new-account-actions .cb-btn:first-of-type {
100 margin-right: 20px;
101 }
102
103 .cb-settings__config__item {
104 display: grid;
105 grid-template-columns: 1fr 1fr;
106 margin-bottom: 50px;
107 }
108
109 .cb-settings__config__content {
110 padding-right: 40px;
111 }
112
113 .cb-settings__config__subtitle {
114 font-size: 20px;
115 margin: 0;
116 }
117
118 .cb-settings__config__data__inner {
119 background-color: #f1f1f1;
120 border-radius: 15px;
121 padding: 30px;
122 }
123
124 .cb-settings__data__subtitle {
125 font-size: 15px;
126 margin: 0 0 15px;
127 }
128
129 #show_add_language_guide {
130 display: block;
131 }
132
133 .cb-settings__config__data__inner label {
134 display: block;
135 font-size: 16px;
136 line-height: 20px;
137 font-weight: 500;
138 color: #141414;
139 }
140
141 .cb-settings__config__data__inner label.switch-checkbox {
142 display: flex;
143 }
144
145 .cb-settings__config__data__inner label:not(:first-of-type) {
146 margin-top: 20px;
147 }
148
149 .recommended-item:after {
150 content: 'Recommended';
151 font-size: 13px;
152 background-color: #0e1848;
153 color: #ffffff;
154 padding: 3px 7px;
155 border-radius: 5px;
156 }
157
158 .cb-settings__config__item.secondary__item {
159 border-left: 4px solid #1032cf;
160 }
161
162 .cb-settings__config__item.secondary__item .cb-settings__config__content {
163 padding-left: 90px;
164 }
165
166 .cb-general__info__note {
167 font-size: 13px;
168 font-style: oblique;
169 }
170
171 .disabled__item {
172 filter: grayscale(1);
173 opacity: .5;
174 pointer-events: none;
175 }
176
177 .cb-prior__tab__selector {
178 position: relative;
179 display: grid;
180 grid-template-columns: 1fr 1fr;
181 align-items: center;
182 justify-items: center;
183 width: 100%;
184 max-width: 360px;
185 margin: 0 auto;
186 border: 2px solid #e3e3e3;
187 border-radius: 150px;
188 }
189
190 .cb-prior__tab__selector:before {
191 position: absolute;
192 content: '';
193 width: calc(50% - 6px);
194 height: calc(100% - 6px);
195 background: #1032cf;
196 border-radius: 150px;
197 left: 3px;
198 z-index: 0;
199 }
200
201 .cb-prior__tab__item {
202 width: 100%;
203 text-align: center;
204 padding: 15px;
205 font-size: 15px;
206 font-weight: 500;
207 z-index: 1;
208 }
209
210 .cb-prior__tab__item.active-item {
211 color: #ffffff;
212 }
213
214 .cb-prior__tab__content__item {
215 display: none;
216 }
217
218 .cb-prior__tab__content__item.active-item {
219 display: block;
220 }