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