PluginProbe
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 3.4.0
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v3.4.0
4.7.3 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 All 93 releases
cookiebot / css / notice.css

notice.css in Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode 3.4.0, at css/notice.css

90 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .cookiebot-admin-notice {
2 background: #fff;
3 border: 4px;
4 display: block;
5 min-height: 68px;
6 padding: 10px 40px 10px 125px;
7 position: relative;
8 margin-top: 35px;
9 }
10 .cookiebot-admin-notice a {
11 color: #10738B;
12 }
13 .cookiebot-notice-logo {
14 clear: both;
15 content: "";
16 display: block;
17 background-image: url("../assets/icon.svg");
18 background-size: 108px auto;
19 background-repeat: no-repeat;
20 background-position: 0 45%;
21 width: 125px;
22 position: absolute;
23 top: 0;
24 bottom: 0;
25 left: 5px;
26 }
27 .cookiebot-admin-notice > .dashicons {
28 color: #424242;
29 position: absolute;
30 right: 20px;
31 top: 40%;
32 }
33 .cookiebot-notice-title {
34 font-size: 24px;
35 margin: 0;
36 }
37 .cookiebot-notice-body {
38 font-weight: normal;
39 margin: 5px 0;
40 }
41 .cookiebot-notice-body:after {
42 clear: both;
43 content: "";
44 display: block;
45 }
46 .cookiebot-notice-body li {
47 float: left;
48 margin-right: 20px;
49 }
50 .cookiebot-notice-body .dashicons {
51 font-size: 17px;
52 }
53 .cookiebot-blue {
54 color: #10738B;
55 }
56
57 .admin-notice-promo {
58 background: #fff;
59 border-top: 4px;
60 display: block;
61 min-height: 68px;
62 padding: 10px 40px 0px 10px;
63 margin: 10px 0;
64 position: relative;
65 }
66
67 .admin-notice-promo:after {
68 content: '';
69 display: table;
70 clear: both;
71 }
72
73 .close-promo {
74 position: absolute;
75 top: 5px;
76 right: 5px;
77 }
78
79 .promo {
80 background-position: center;
81 background-repeat: no-repeat;
82 background-size: 972px 200px;
83 height: 200px;
84 max-width: 100%;
85 }
86
87 .promo a {
88 display: block;
89 height: 100%;
90 }