UNPKG

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