PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 3.1.0
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v3.1.0
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 / addons / style / css / admin_styles.css
cookiebot / addons / style / css Last commit date
admin_styles.css 6 years ago
admin_styles.css
160 lines
1 .cookiebot-addon.postbox {
2 padding: 12px 0 12px 15px;
3 }
4
5 .cookiebot-addon.postbox h2 {
6 padding-top: 0;
7 padding-bottom: 10px;
8 margin: 0;
9 font-size: 16px;
10 }
11
12 form.not_installed_plugins p.submit {
13 display: none;
14 }
15
16 ul.cookietypes li {
17 display: inline;
18 }
19
20 .placeholder {
21 margin: 0 15px 15px 0;
22 background: #EEE;
23 padding: 15px;
24 }
25
26 .placeholder_enable,
27 .placeholder_select_div {
28 width: 100%;
29 display: block;
30 }
31
32 div.extra_information {
33 font-weight: 400;
34 }
35
36 .placeholder_content .textarea {
37 display: flex;
38 }
39
40 /**
41 * Help Tip
42 */
43 .help-tip {
44 color: #666;
45 display: inline-block;
46 font-size: 1.5em;
47 font-style: normal;
48 height: 16px;
49 line-height: 16px;
50 position: relative;
51 vertical-align: middle;
52 width: 16px
53 }
54
55 .help-tip::after {
56 font-family: Dashicons;
57 speak: none;
58 font-weight: 400;
59 font-variant: normal;
60 text-transform: none;
61 line-height: 1;
62 -webkit-font-smoothing: antialiased;
63 margin: 0;
64 text-indent: 0;
65 position: absolute;
66 top: 0;
67 left: 0;
68 width: 100%;
69 height: 100%;
70 text-align: center;
71 content: "";
72 cursor: help
73 }
74
75 #tiptip_holder{
76 position: absolute;
77 top: 0;
78 }
79
80 #tiptip_holder.tip_top {
81 padding-bottom: 5px
82 }
83
84 #tiptip_holder.tip_top #tiptip_arrow_inner {
85 margin-top: -7px;
86 margin-left: -6px;
87 border-top-color: #333
88 }
89
90 #tiptip_holder.tip_bottom {
91 padding-top: 5px
92 }
93
94 #tiptip_holder.tip_bottom #tiptip_arrow_inner {
95 margin-top: -5px;
96 margin-left: -6px;
97 border-bottom-color: #333
98 }
99
100 #tiptip_holder.tip_right {
101 padding-left: 5px
102 }
103
104 #tiptip_holder.tip_right #tiptip_arrow_inner {
105 margin-top: -6px;
106 margin-left: -5px;
107 border-right-color: #333
108 }
109
110 #tiptip_holder.tip_left {
111 padding-right: 5px
112 }
113
114 #tiptip_holder.tip_left #tiptip_arrow_inner {
115 margin-top: -6px;
116 margin-left: -7px;
117 border-left-color: #333
118 }
119
120 #tiptip_content, .chart-tooltip, .wc_error_tip {
121 color: #fff;
122 font-size: .8em;
123 max-width: 300px;
124 background: #333;
125 text-align: center;
126 border-radius: 3px;
127 padding: .618em 1em;
128 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
129 box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
130 }
131
132 #tiptip_content code, .chart-tooltip code, .wc_error_tip code {
133 padding: 1px;
134 background: #888
135 }
136
137 #tiptip_arrow, #tiptip_arrow_inner {
138 position: absolute;
139 border-color: transparent;
140 border-style: solid;
141 border-width: 6px;
142 height: 0;
143 width: 0
144 }
145
146 /**
147 Show advanced options
148 */
149 .show_advanced_options {
150 margin: 15px 0 10px 0;
151 }
152 .advanced_options{
153 display: none;
154 }
155 .advanced_options label{
156 vertical-align: top;
157 }
158 #embed_regex {
159 width: 400px;
160 }