UNPKG

5.68 kBCSSView Raw
1body {
2 margin-bottom: auto !important;
3}
4
5#cookie-bar {
6 font-size: 13px;
7}
8#cookie-bar-prompt-content {
9 font-size: 13px;
10 max-height: 85vh;
11}
12#cookie-bar-browsers a {
13 width: 60px;
14}
15
16#cookie-bar {
17 background: #45484D;
18 background: -moz-linear-gradient(top, rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
19 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,0.95)), color-stop(100%,rgba(0,0,0,0.95)));
20 background: -webkit-linear-gradient(top, rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
21 background: -o-linear-gradient(top, rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
22 background: -ms-linear-gradient(top, rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
23 background: rgba(0,0,0,0.95);
24 box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
25 font-family: Arial, Helvetica, sans-serif;
26 font-size: 10pt;
27 left: 0;
28 line-height: 1.5;
29 margin: 0;
30 padding: 10px 3px;
31 position: fixed;
32 width: 90%;
33 z-index: 9999;
34 bottom: 10px !important;
35 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc45484d', endColorstr='#cc000000',GradientType=0 );
36 margin-left: 5%;
37 border-radius: 10px;
38}
39
40#cookie-bar-prompt {
41 background: #000;
42 background: rgba(0,0,0,0.4);
43 font-family: Arial, Helvetica, sans-serif;
44 font-size: 10pt !important;
45 height: 100%;
46 left: 0;
47 line-height: 1.5;
48 position: fixed;
49 top: 0;
50 width: 100%;
51 z-index: 9998;
52}
53
54#cookie-bar *,
55#cookie-bar-prompt * {
56 line-height: 1.5;
57}
58
59#cookie-bar p {
60 font-size: 10pt !important;
61 float: left;
62 margin: 4px 0 0 20px;
63 padding: 0;
64 color: #FFF;
65 font-family: sans-serif;
66}
67
68#cookie-bar-prompt p {
69 font-family: Arial, Helvetica, sans-serif;
70 color: #FFF;
71}
72
73#cookie-bar-button {
74 background-color: #eac53e;
75 border-bottom: 1px solid #222;
76 border-radius: 5px;
77 color: #000 !important;
78 cursor: pointer;
79 display: inline-block;
80 float: right;
81 font-weight: bold;
82 line-height: 1;
83 margin-right: 20px;
84 margin-top: 2px;
85 padding: 5px 10px 6px;
86 position: relative;
87 text-decoration: none;
88}
89
90#cookie-bar-button-no {
91 background-color: #e42828;
92 border-bottom: 1px solid #222;
93 border-radius: 5px;
94 color: #FFF!important;
95 cursor: pointer;
96 display: inline-block;
97 float: right;
98 font-weight: bold;
99 line-height: 1;
100 margin-right: 20px;
101 margin-top: 2px;
102 padding: 5px 10px 6px;
103 position: relative;
104 text-decoration: none;
105 text-shadow: 0 -1px 1px #222;
106}
107
108
109#cookie-bar-prompt a {
110 cursor: pointer;
111}
112#cookie-bar-prompt hr {
113 background: #FFF;
114 border: none;
115 height: 1px;
116 margin: 0.7em 0 1em;
117 opacity: 0.2;
118}
119#cookie-bar-prompt-content, #cookie-bar {
120 color: #FFF;
121 font-weight: 300;
122}
123
124#cookie-bar-prompt-content::-webkit-scrollbar-track {
125 border-radius: 10px;
126 background-color: #222;
127 background-color: rgba(255,255,255,0.05);
128}
129
130#cookie-bar-prompt-content::-webkit-scrollbar {
131 width: 15px;
132}
133
134#cookie-bar-prompt-content::-webkit-scrollbar-thumb {
135 box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
136 background-color: #EEE;
137 background-color: rgba(255,255,255,0.3);
138 border-radius: 10px;
139}
140
141#cookie-bar-prompt-content a, #cookie-bar a, #cookie-bar-prompt-content span {
142 color: #4bec69;
143 text-decoration: none;
144}
145
146#cookie-bar-prompt-content a:hover, #cookie-bar a:hover {
147 color: #4bec69;
148 text-decoration: underline;
149}
150
151#cookie-bar-prompt-close {
152 background: url(x.png) no-repeat;
153 display: block;
154 float: right;
155 height: 14px;
156 width: 14px;
157}
158
159#cookie-bar-prompt-logo {
160 background: url(logo.png) no-repeat;
161 display: block;
162 float: left;
163 height: 42px;
164 width: 190px;
165}
166
167#cookie-bar-prompt-close span, #cookie-bar-prompt-logo span {
168 display: none;
169}
170
171#cookie-bar-prompt-button {
172 cursor: pointer;
173}
174
175#cookie-bar-prompt-content {
176 background: #111;
177 border-radius: 7px;
178 box-shadow: 1px 2px 8px rgba(0,0,0,0.5);
179 color: #FFF;
180 margin: 0 auto;
181 max-width: 98%;
182 opacity: 0.97;
183 overflow: auto;
184 padding: 25px;
185 position: relative;
186 top: 5%;
187 width: 600px;
188 z-index: 9998;
189}
190#cookie-bar-thirdparty {
191 display: none;
192}
193#cookie-bar-tracking {
194 display: none;
195}
196#cookie-bar-scrolling {
197 display: none;
198}
199#cookie-bar-privacy-page {
200 display: none;
201}
202#cookie-bar-browsers a {
203 display: inline-block;
204 height: 53px;
205 margin: 0;
206 padding: 0;
207 position: relative;
208}
209#cookie-bar-browsers a span {
210 background: #FFF;
211 border-radius: 2px;
212 color: #000 !important;
213 display: none;
214 left: -10px;
215 opacity: 0.8;
216 padding: 3px 10px;
217 position: absolute;
218 text-align: center;
219 top: 60px;
220 width: 150px;
221}
222#cookie-bar-browsers .chrome {
223 background: url(browsers/chrome.png) no-repeat;
224}
225#cookie-bar-browsers .firefox {
226 background: url(browsers/firefox.png) no-repeat;
227}
228#cookie-bar-browsers .ie {
229 background: url(browsers/ie.png) no-repeat;
230}
231#cookie-bar-browsers .opera {
232 background: url(browsers/opera.png) no-repeat;
233}
234#cookie-bar-browsers .safari {
235 background: url(browsers/safari.png) no-repeat;
236}
237
238#cookie-bar-browsers a:hover span {
239 display: block;
240}
241.clear {
242 clear: both;
243}
244
245
246@media only screen and (max-device-width: 800px) {
247 #cookie-bar {
248 font-size: 12px;
249 bottom: 0!important;
250 width: 100%;
251 border-radius: 0 !important;
252 margin-left: 0;
253 }
254 #cookie-bar-prompt-content {
255 font-size: 11px;
256 max-height: 80vh;
257 }
258 #cookie-bar-browsers a {
259 width: 50px;
260 }
261}