alula 0.4.24 → 0.4.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. data/lib/alula/config.rb +11 -5
  2. data/lib/alula/content.rb +0 -1
  3. data/lib/alula/context.rb +1 -1
  4. data/lib/alula/generators/feedjson.rb +60 -0
  5. data/lib/alula/version.rb +1 -1
  6. data/locales/en.yml +19 -0
  7. data/locales/fi.yml +19 -0
  8. data/locales/l10n/ar.yml +199 -0
  9. data/locales/l10n/az.yml +199 -0
  10. data/locales/l10n/bg.yml +199 -0
  11. data/locales/l10n/bn-IN.yml +182 -0
  12. data/locales/l10n/bs.yml +242 -0
  13. data/locales/l10n/ca.yml +199 -0
  14. data/locales/l10n/cs.yml +198 -0
  15. data/locales/l10n/csb.yml +210 -0
  16. data/locales/l10n/cy.yml +199 -0
  17. data/locales/l10n/da.yml +199 -0
  18. data/locales/l10n/de-AT.yml +203 -0
  19. data/locales/l10n/de-CH.yml +203 -0
  20. data/locales/l10n/de.yml +203 -0
  21. data/locales/l10n/dsb.yml +215 -0
  22. data/locales/l10n/el.yml +199 -0
  23. data/locales/l10n/en-AU.yml +205 -0
  24. data/locales/l10n/en-CA.yml +214 -0
  25. data/locales/l10n/en-GB.yml +205 -0
  26. data/locales/l10n/en-IN.yml +205 -0
  27. data/locales/l10n/en-US.yml +205 -0
  28. data/locales/l10n/en.yml +205 -0
  29. data/locales/l10n/eo.yml +201 -0
  30. data/locales/l10n/es-AR.yml +205 -0
  31. data/locales/l10n/es-CL.yml +199 -0
  32. data/locales/l10n/es-CO.yml +205 -0
  33. data/locales/l10n/es-MX.yml +205 -0
  34. data/locales/l10n/es-PE.yml +181 -0
  35. data/locales/l10n/es-VE.yml +205 -0
  36. data/locales/l10n/es.yml +199 -0
  37. data/locales/l10n/et.yml +199 -0
  38. data/locales/l10n/eu.yml +199 -0
  39. data/locales/l10n/fa.yml +199 -0
  40. data/locales/l10n/fi.yml +199 -0
  41. data/locales/l10n/fr-CA.yml +207 -0
  42. data/locales/l10n/fr-CH.yml +207 -0
  43. data/locales/l10n/fr.yml +222 -0
  44. data/locales/l10n/fur.yml +199 -0
  45. data/locales/l10n/gl-ES.yml +178 -0
  46. data/locales/l10n/gsw-CH.yml +199 -0
  47. data/locales/l10n/he.yml +201 -0
  48. data/locales/l10n/hi-IN.yml +199 -0
  49. data/locales/l10n/hi.yml +199 -0
  50. data/locales/l10n/hr.yml +237 -0
  51. data/locales/l10n/hsb.yml +214 -0
  52. data/locales/l10n/hu.yml +199 -0
  53. data/locales/l10n/id.yml +200 -0
  54. data/locales/l10n/is.yml +213 -0
  55. data/locales/l10n/it.yml +205 -0
  56. data/locales/l10n/ja.yml +197 -0
  57. data/locales/l10n/kn.yml +199 -0
  58. data/locales/l10n/ko.yml +197 -0
  59. data/locales/l10n/lo.yml +186 -0
  60. data/locales/l10n/lt.yml +182 -0
  61. data/locales/l10n/lv.yml +215 -0
  62. data/locales/l10n/mk.yml +170 -0
  63. data/locales/l10n/mn.yml +205 -0
  64. data/locales/l10n/nb.yml +207 -0
  65. data/locales/l10n/nl.yml +199 -0
  66. data/locales/l10n/nn.yml +160 -0
  67. data/locales/l10n/pl.yml +221 -0
  68. data/locales/l10n/pt-BR.yml +207 -0
  69. data/locales/l10n/pt-PT.yml +207 -0
  70. data/locales/l10n/quotes.yml +24 -0
  71. data/locales/l10n/rm.yml +182 -0
  72. data/locales/l10n/ro.yml +199 -0
  73. data/locales/l10n/ru.yml +257 -0
  74. data/locales/l10n/sk.yml +213 -0
  75. data/locales/l10n/sl.yml +210 -0
  76. data/locales/l10n/sr-Latn.yml +170 -0
  77. data/locales/l10n/sr.yml +170 -0
  78. data/locales/l10n/sv-SE.yml +199 -0
  79. data/locales/l10n/sw.yml +197 -0
  80. data/locales/l10n/th.yml +173 -0
  81. data/locales/l10n/tl.yml +229 -0
  82. data/locales/l10n/tr.yml +199 -0
  83. data/locales/l10n/uk.yml +257 -0
  84. data/locales/l10n/vi.yml +201 -0
  85. data/locales/l10n/wo.yml +205 -0
  86. data/locales/l10n/zh-CN.yml +199 -0
  87. data/locales/l10n/zh-TW.yml +199 -0
  88. data/template/Gemfile.erb +15 -0
  89. data/template/README +16 -0
  90. data/template/config.yml.erb +42 -0
  91. data/vendor/assets/images/cookieconsent.cookie-consent-logo.png +0 -0
  92. data/vendor/assets/images/cookieconsent.cross.png +0 -0
  93. data/vendor/assets/images/cookieconsent.globe.png +0 -0
  94. data/vendor/assets/images/cookieconsent.modal-close.png +0 -0
  95. data/vendor/assets/images/cookieconsent.silktide-logo.png +0 -0
  96. data/vendor/assets/images/favicon.png +0 -0
  97. data/vendor/assets/images/grey.gif +0 -0
  98. data/vendor/assets/javascripts/cookieconsent.js.coffee.erb +15 -0
  99. data/vendor/assets/javascripts/jquery.alula.js.coffee +16 -0
  100. data/vendor/assets/javascripts/jquery.js +9227 -0
  101. data/vendor/assets/javascripts/jquery.lazyload.js +210 -0
  102. data/vendor/assets/javascripts/lazyload.js.coffee +15 -0
  103. data/vendor/assets/javascripts/silktide.cookieconsent.js +1515 -0
  104. data/vendor/assets/stylesheets/cookieconsent.css.erb +1587 -0
  105. data/vendor/layouts/feed.json.jbuilder +14 -0
  106. data/vendor/layouts/feed.xml.builder +19 -0
  107. data/vendor/layouts/sitemap.xml.builder +10 -0
  108. data/vendor/static/favicon.ico +0 -0
  109. data/vendor/views/feed_post.html.haml +1 -0
  110. metadata +123 -3
@@ -0,0 +1,1587 @@
1
+ /**
2
+ CORE STYLES
3
+ */
4
+
5
+ #cc-notification
6
+ {
7
+ position: fixed !important;
8
+ z-index: 99999998 !important;
9
+ left: 0 !important;
10
+ width: 100% !important;
11
+ background-color: #fff !important;
12
+ }
13
+
14
+ #cc-notification.cc-mobile
15
+ {
16
+ position: relative !important;
17
+ border-bottom: 0 !important;
18
+ }
19
+
20
+ #cc-modal #cc-modal-closebutton a,
21
+ #cc-settingsmodal #cc-settingsmodal-closebutton a
22
+ {
23
+ display: block !important;
24
+ width: 18px !important;
25
+ height: 18px !important;
26
+ position: absolute !important;
27
+ top: 2px !important;
28
+ right: 2px !important;
29
+ background-image: url('<% asset_url("cookieconsent.cross.png") %>') !important;
30
+ }
31
+
32
+ #cc-modal #cc-modal-closebutton a span,
33
+ #cc-settingsmodal #cc-settingsmodal-closebutton a span
34
+ {
35
+ display: none;
36
+ }
37
+
38
+
39
+ #cc-notification.cc-bottom
40
+ {
41
+ bottom: 0 !important;
42
+ }
43
+
44
+ #cc-notification.cc-top
45
+ {
46
+ top: 0 !important;
47
+ }
48
+
49
+ #cc-notification.cc-push
50
+ {
51
+ top: 0 !important;
52
+ }
53
+
54
+ #cc-notification #cc-notification-permissions
55
+ {
56
+ display: none;
57
+ }
58
+
59
+ #cc-tag
60
+ {
61
+ position: fixed !important;
62
+ z-index: 999999999 !important;
63
+ bottom: 0 !important;
64
+ right: 10% !important;
65
+ display: none;
66
+ }
67
+
68
+ #cc-tag.cc-tag-bottom-left
69
+ {
70
+ right: auto !important;
71
+ left: 10% !important;
72
+ }
73
+
74
+ #cc-tag.cc-tag-horizontal-right
75
+ {
76
+ right: 0 !important;
77
+ bottom: 20% !important;
78
+ }
79
+
80
+ #cc-tag.cc-tag-horizontal-left
81
+ {
82
+ left: 0 !important;
83
+ right: auto !important;
84
+ bottom: 20% !important;
85
+ }
86
+
87
+ #cc-tag.cc-tag-vertical-right
88
+ {
89
+ right: 0 !important;
90
+ bottom: 20% !important;
91
+ }
92
+
93
+ #cc-tag.cc-tag-vertical-left
94
+ {
95
+ left: 0 !important;
96
+ right: auto !important;
97
+ bottom: 20% !important;
98
+ }
99
+
100
+ #cc-tag a
101
+ {
102
+ padding: 0 12px !important;
103
+ text-decoration: none !important;
104
+ }
105
+ #cc-modal-overlay
106
+ {
107
+ background: rgb(255, 255, 255) !important;
108
+ background-color: rgba(255,255,255,0.8) !important;
109
+ display: none;
110
+ width: 100% !important;
111
+ height: 1000% !important;
112
+ position: fixed !important;
113
+ top: 0 !important;
114
+ left: 0 !important;
115
+ z-index: 999999 !important;
116
+ }
117
+
118
+ #cc-modal,
119
+ #cc-settingsmodal
120
+ {
121
+ display: none;
122
+ width: 100% !important;
123
+ height: 1000% !important;
124
+ position: fixed !important;
125
+ top: 0 !important;
126
+ left: 0 !important;
127
+ z-index: 99999999 !important;
128
+ }
129
+
130
+
131
+ #cc-settingsmodal
132
+ {
133
+ z-index: 9999999999 !important;
134
+ }
135
+
136
+ #cc-modal #cc-modal-wrapper,
137
+ #cc-settingsmodal #cc-settingsmodal-wrapper
138
+ {
139
+
140
+ margin: 100px auto !important;
141
+ }
142
+
143
+ #cc-modal,
144
+ #cc-settingsmodal,
145
+ #cc-tag,
146
+ #cc-notification
147
+ {
148
+ line-height: 1 !important;
149
+ }
150
+
151
+ .cc-clear
152
+ {
153
+ clear: both !important;
154
+ }
155
+
156
+ #cc-modal,
157
+ #cc-settingsmodal,
158
+ #cc-tag,
159
+ #cc-notification,
160
+ #cc-modal div, #cc-modal span, #cc-modal iframe, #cc-modal h1, #cc-modal h2, #cc-modal h3, #cc-modal h4, #cc-modal h5, #cc-modal h6, #cc-modal p, #cc-modal pre, #cc-modal a, #cc-modal code, #cc-modal em, #cc-modal img, #cc-modal s, #cc-modal small, #cc-modal strong, #cc-modal b, #cc-modal u, #cc-modal i, #cc-modal dl, #cc-modal dt, #cc-modal dd, #cc-modal ol, #cc-modal ul, #cc-modal li, #cc-modal form, #cc-modal label,
161
+ #cc-settingsmodal div, #cc-settingsmodal span, #cc-settingsmodal iframe, #cc-settingsmodal h1, #cc-settingsmodal h2, #cc-settingsmodal h3, #cc-settingsmodal h4, #cc-settingsmodal h5, #cc-settingsmodal h6, #cc-settingsmodal p, #cc-settingsmodal pre, #cc-settingsmodal a, #cc-settingsmodal code, #cc-settingsmodal em, #cc-settingsmodal img, #cc-settingsmodal s, #cc-settingsmodal small, #cc-settingsmodal strong, #cc-settingsmodal b, #cc-settingsmodal u, #cc-settingsmodal i, #cc-settingsmodal dl, #cc-settingsmodal dt, #cc-settingsmodal dd, #cc-settingsmodal ol, #cc-settingsmodal ul, #cc-settingsmodal li, #cc-settingsmodal form, #cc-settingsmodal label,
162
+ #cc-tag div, #cc-tag span, #cc-tag iframe, #cc-tag h1, #cc-tag h2, #cc-tag h3, #cc-tag h4, #cc-tag h5, #cc-tag h6, #cc-tag p, #cc-tag pre, #cc-tag a, #cc-tag code, #cc-tag em, #cc-tag img, #cc-tag s, #cc-tag small, #cc-tag strong, #cc-tag b, #cc-tag u, #cc-tag i, #cc-tag dl, #cc-tag dt, #cc-tag dd, #cc-tag ol, #cc-tag ul, #cc-tag li, #cc-tag form, #cc-tag label,
163
+ #cc-notification div, #cc-notification span, #cc-notification iframe, #cc-notification h1, #cc-notification h2, #cc-notification h3, #cc-notification h4, #cc-notification h5, #cc-notification h6, #cc-notification p, #cc-notification pre, #cc-notification a, #cc-notification code, #cc-notification em, #cc-notification img, #cc-notification s, #cc-notification small, #cc-notification strong, #cc-notification b, #cc-notification u, #cc-notification i, #cc-notification dl, #cc-notification dt, #cc-notification dd, #cc-notification ol, #cc-notification ul, #cc-notification li, #cc-notification form, #cc-notification label
164
+ {
165
+ margin: 0;
166
+ padding: 0;
167
+ border: 0;
168
+ font-size: 10pt;
169
+ font-family: Arial, Helvetica, sans-serif;
170
+ font-weight: 400;
171
+ line-height: 1em;
172
+ text-align: left;
173
+ vertical-align: baseline;
174
+ text-shadow: none;
175
+ background: none;
176
+ }
177
+ #cc-modal a,
178
+ #cc-tag a,
179
+ #cc-settingsmodal a,
180
+ #cc-notification a,
181
+ #cc-modal a:hover,
182
+ #cc-tag a:hover,
183
+ #cc-settingsmodal a:hover,
184
+ #cc-notification a:hover
185
+ {
186
+ background-color: transparent;
187
+ }
188
+
189
+ #cc-modal a#footerlogo span {
190
+ background: url('<% asset_url("cookieconsent.silktide-logo.png") %>') no-repeat scroll 0 0 transparent !important;
191
+ display: block;
192
+ height: 31px !important;
193
+ margin-top: 4px !important;
194
+ text-indent: -5000px !important;
195
+ width: 126px !important;
196
+ }
197
+
198
+ #cc-modal #cc-modal-wrapper a#footerlogo, footer#mainfooter a#footerlogo,
199
+ #cc-modal #cc-modal-wrapper a#footerlogo, footer#mainfooter a#footerlogo:active,
200
+ #cc-modal #cc-modal-wrapper a#footerlogo, footer#mainfooter a#footerlogo:visited
201
+ {
202
+ display: block;
203
+ margin-top: 20px !important;
204
+ color: #868686 !important;
205
+ text-decoration: none !important;
206
+ }
207
+
208
+ #cc-modal #cc-modal-wrapper .cc-getforsite
209
+ {
210
+ position: absolute;
211
+ right: 16px;
212
+ bottom: 16px;
213
+ }
214
+
215
+ #cc-modal.cc-mobile #cc-modal-wrapper .cc-getforsite
216
+ {
217
+ position: relative !important;
218
+ margin-top: 30px !important;
219
+ margin-left: 16px;
220
+ }
221
+
222
+ #cc-modal.cc-mobile,
223
+ #cc-settingsmodal.cc-mobile
224
+ {
225
+ width: 100% !important;
226
+ position: relative !important;
227
+ top: 0 !important;
228
+ left: 0 !important;
229
+ height: auto !important;
230
+ z-index: 999999999999 !important;
231
+ }
232
+
233
+ #cc-modal.cc-mobile a.cc-logo,
234
+ #cc-settingsmodal.cc-mobile a.cc-logo,
235
+ #cc-notification.cc-mobile a.cc-logo
236
+ {
237
+ display: none !important;
238
+ }
239
+
240
+ #cc-notification .cc-logo,
241
+ #cc-tag .cc-logo,
242
+ #cc-modal .cc-logo,
243
+ #cc-settingsmodal .cc-logo
244
+ {
245
+ background-image: url('<% asset_url("cookieconsent.cookie-consent-logo.png") %>');
246
+ width: 142px;
247
+ height: 32px;
248
+ position: absolute;
249
+ right: 32px;
250
+ bottom: 20px;
251
+
252
+ }
253
+
254
+ .cc-logo span
255
+ {
256
+ display: none;
257
+ }
258
+
259
+
260
+ /**
261
+ LIGHT STYLE
262
+ */
263
+
264
+ #cc-notification.cc-light
265
+ {
266
+ background: rgb(226, 226, 226) !important;
267
+ background-color: rgba(226, 226, 226, 0.95) !important;
268
+ color: #1d1d1d !important;
269
+ }
270
+
271
+ #cc-notification.cc-light #cc-notification-permissions li
272
+ {
273
+ color: #1d1d1d !important;
274
+
275
+ }
276
+
277
+ #cc-notification.cc-light #cc-notification-permissions li strong
278
+ {
279
+ color: #31a8f0 !important;
280
+ }
281
+
282
+ #cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive
283
+ {
284
+ color: #AAA !important;
285
+ }
286
+ #cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive label
287
+ {
288
+ color: #AAA !important;
289
+ }
290
+
291
+ #cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive strong
292
+ {
293
+ color: #88BFEF !important;
294
+ }
295
+
296
+ #cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link
297
+ {
298
+ color: #AAA !important;
299
+ }
300
+
301
+ #cc-notification.cc-light a,
302
+ #cc-notification.cc-light a:visited
303
+ {
304
+ color: #31A8F0 !important;
305
+ }
306
+
307
+ #cc-notification.cc-light a:hover
308
+ {
309
+ color: #257eb4 !important;
310
+ }
311
+
312
+ #cc-notification.cc-light h2,
313
+ #cc-notification.cc-light h3,
314
+ #cc-notification.cc-light p
315
+ {
316
+ color: #1d1d1d !important;
317
+ }
318
+
319
+ #cc-notification.cc-light ul.cc-notification-buttons li a,
320
+ #cc-notification.cc-light ul.cc-notification-buttons li a:visited
321
+ {
322
+ background-color: #f1d600 !important;
323
+ color: #111 !important;
324
+ }
325
+
326
+ #cc-notification.cc-light ul.cc-notification-buttons li a:hover,
327
+ #cc-notification.cc-light ul.cc-notification-buttons li a:active,
328
+ #cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
329
+ #cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:active
330
+ {
331
+ background-color: #f5f5f5 !important;
332
+ }
333
+
334
+ #cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites
335
+ {
336
+ background-color: #31A8F0 !important;
337
+ }
338
+
339
+ #cc-tag.cc-light a,
340
+ #cc-tag.cc-light a:visited
341
+ {
342
+ background-color: #e2e2e2 !important;
343
+ color: #1d1d1d !important;
344
+ }
345
+
346
+
347
+ #cc-modal.cc-light #cc-modal-wrapper
348
+ {
349
+ background-color: #e2e2e2 !important;
350
+ color: #f5f5f5 !important;
351
+ }
352
+
353
+ #cc-modal.cc-light #cc-modal-wrapper a,
354
+ #cc-modal.cc-light #cc-modal-wrapper a:visited
355
+ {
356
+ color: #666666 !important;
357
+ }
358
+ #cc-modal.cc-light #cc-modal-wrapper a:hover
359
+ {
360
+ color: #31A8F0 !important;
361
+ }
362
+
363
+ #cc-modal.cc-light #cc-modal-wrapper #cc-change-button-allsites
364
+ {
365
+ background-color: #666666 !important;
366
+ color: #111 !important;
367
+ }
368
+
369
+ #cc-modal.cc-light #cc-modal-wrapper select
370
+ {
371
+
372
+ color: #111 !important;
373
+ }
374
+
375
+ #cc-modal.cc-light #cc-modal-wrapper a.cc-consentchange:hover
376
+ {
377
+ background-color: #31A8F0 !important;
378
+ }
379
+
380
+ #cc-modal.cc-light #cc-modal-wrapper li strong
381
+ {
382
+ color: #31a8f0 !important;
383
+ }
384
+
385
+ #cc-modal.cc-light #cc-modal-wrapper li span
386
+ {
387
+ color: #7A7A7A !important;
388
+
389
+ }
390
+ #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper
391
+ {
392
+
393
+ background-color: #e1e1e1 !important;
394
+ color: #f5f5f5 !important;
395
+ }
396
+
397
+ #cc-modal.cc-light #cc-modal-wrapper p,
398
+ #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p
399
+ {
400
+ color: #F5F5F5 !important;
401
+ }
402
+
403
+
404
+ #cc-modal.cc-light #cc-modal-wrapper h2,
405
+ #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2
406
+ {
407
+ color: #1d1d1d !important;
408
+ }
409
+
410
+ #cc-modal.cc-light #cc-modal-wrapper h2 span,
411
+ #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span
412
+ {
413
+ color: #7a7a7a !important;
414
+ }
415
+
416
+ #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span
417
+ {
418
+ color: #71f031 !important;
419
+ }
420
+
421
+ #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p.cc-subtitle,
422
+ #cc-modal.cc-light #cc-modal-wrapper p.cc-subtitle
423
+ {
424
+ color: #7a7a7a !important;
425
+ }
426
+
427
+ #cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a,
428
+ #cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:visited
429
+ {
430
+ color: #666666 !important;
431
+ }
432
+
433
+ #cc-modal.cc-light #cc-modal-secondclosebutton a:hover,
434
+ #cc-modal.cc-light #cc-modal-secondclosebutton a:active,
435
+ #cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:hover,
436
+ #cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:active,
437
+ #cc-modal.cc-light #cc-modal-global a:hover,
438
+ #cc-modal.cc-light #cc-modal-global a:active
439
+ {
440
+ color:#1d1d1d !important;
441
+ }
442
+
443
+ #cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a,
444
+ #cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:visited
445
+ {
446
+
447
+ background-color: #f5F5F5 !important;
448
+ color: #111 !important;
449
+ box-shadow:1px 1px 2px #000;
450
+ -moz-box-shadow:1px 1px 2px #000;
451
+ -webkit-box-shadow:1px 1px 2px #000;
452
+ background-color: #F1D600 !important;
453
+
454
+ }
455
+
456
+ #cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:hover,
457
+ #cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:active
458
+ {
459
+ background-color: #0288CE !important;
460
+ color:#fff !important;
461
+ box-shadow:1px 2px 10px #000;
462
+ -moz-box-shadow:1px 2px 10px #000;
463
+ -webkit-box-shadow:1px 2px 10px #000;
464
+
465
+ }
466
+
467
+ #cc-modal.cc-light #cc-modal-wrapper a.cc-learnmore-link,
468
+ #cc-settingsmodal.cc-light #cc-settingsmodal-wrapper a.cc-learnmore-link,
469
+ #cc-notification.cc-light a.cc-learnmore-link
470
+ {
471
+ color: #666 !important;
472
+ }
473
+
474
+ /**
475
+ MONOCHROME STYLE
476
+ */
477
+
478
+ #cc-notification.cc-monochrome
479
+ {
480
+ background: rgb(51, 51, 51) !important;
481
+ background-color: rgba(51, 51, 51, 0.95) !important;
482
+ color: #fff !important;
483
+ }
484
+
485
+ #cc-notification.cc-monochrome #cc-notification-permissions li
486
+ {
487
+ color: #fff !important;
488
+
489
+ }
490
+
491
+ #cc-notification.cc-monochrome #cc-notification-permissions li strong
492
+ {
493
+ color: #fff !important;
494
+ }
495
+
496
+ #cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive
497
+ {
498
+ color: #AAA !important;
499
+ }
500
+ #cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive label
501
+ {
502
+ color: #AAA !important;
503
+ }
504
+
505
+ #cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive strong
506
+ {
507
+ color: #bbb !important;
508
+ }
509
+
510
+ #cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link
511
+ {
512
+ color: #AAA !important;
513
+ }
514
+
515
+ #cc-notification.cc-monochrome a,
516
+ #cc-notification.cc-monochrome a:visited
517
+ {
518
+ color: #DDD !important;
519
+ }
520
+
521
+ #cc-notification.cc-monochrome a:hover
522
+ {
523
+ color: #ffffff !important;
524
+ }
525
+
526
+ #cc-notification.cc-monochrome h2,
527
+ #cc-notification.cc-monochrome h3,
528
+ #cc-notification.cc-monochrome p
529
+ {
530
+ color: #AAA !important;
531
+ }
532
+
533
+ #cc-notification.cc-monochrome ul.cc-notification-buttons li a,
534
+ #cc-notification.cc-monochrome ul.cc-notification-buttons li a:visited
535
+ {
536
+ background-color: #ddd !important;
537
+ color: #111 !important;
538
+ }
539
+
540
+ #cc-notification.cc-monochrome ul.cc-notification-buttons li a:hover,
541
+ #cc-notification.cc-monochrome ul.cc-notification-buttons li a:active,
542
+ #cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
543
+ #cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:active
544
+ {
545
+ background-color: #fff !important;
546
+ }
547
+
548
+ #cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites
549
+ {
550
+ background-color: #ddd !important;
551
+ }
552
+
553
+ #cc-tag.cc-monochrome #cc-tag-button,
554
+ #cc-tag.cc-monochrome #cc-tag-button:visited
555
+ {
556
+ background-color: #333 !important;
557
+ color: #ddd !important;
558
+ }
559
+ #cc-tag.cc-monochrome #cc-tag-button:hover,
560
+ #cc-tag.cc-monochrome #cc-tag-button:active
561
+ {
562
+ border-top: 3px solid #fff !important;
563
+ border-right: 3px solid #fff !important;
564
+ border-left: 3px solid #fff !important;
565
+ }
566
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper li strong,
567
+ #cc-modal.cc-monochrome #cc-modal-wrapper li strong
568
+ {
569
+ color: #FFF !important;
570
+ }
571
+
572
+ #cc-modal.cc-monochrome #cc-modal-wrapper
573
+ {
574
+ background-color: #333 !important;
575
+ color: #f5f5f5 !important;
576
+ }
577
+
578
+ #cc-modal.cc-monochrome #cc-modal-wrapper a,
579
+ #cc-modal.cc-monochrome #cc-modal-wrapper a:visited
580
+ {
581
+ color: #666666 !important;
582
+ }
583
+ #cc-modal.cc-monochrome #cc-modal-wrapper a:hover
584
+ {
585
+ color: #31A8F0 !important;
586
+ }
587
+
588
+ #cc-modal.cc-monochrome #cc-modal-wrapper #cc-change-button-allsites
589
+ {
590
+ background-color: #666666 !important;
591
+ color: #111 !important;
592
+ }
593
+
594
+ #cc-modal.cc-monochrome #cc-modal-wrapper select
595
+ {
596
+
597
+ color: #111 !important;
598
+ }
599
+
600
+ #cc-modal.cc-monochrome #cc-modal-wrapper a.cc-consentchange:hover
601
+ {
602
+ background-color: #31A8F0 !important;
603
+ }
604
+
605
+ #cc-modal.cc-monochrome #cc-modal-wrapper li strong
606
+ {
607
+ color: #fff !important;
608
+ }
609
+
610
+ #cc-modal.cc-monochrome #cc-modal-wrapper li span
611
+ {
612
+ color: #7A7A7A !important;
613
+
614
+ }
615
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper
616
+ {
617
+
618
+ background-color: #333 !important;
619
+ color: #f5f5f5 !important;
620
+ }
621
+
622
+ #cc-modal.cc-monochrome #cc-modal-wrapper p,
623
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p
624
+ {
625
+ color: #F5F5F5 !important;
626
+ }
627
+
628
+
629
+ #cc-modal.cc-monochrome #cc-modal-wrapper h2,
630
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2
631
+ {
632
+ color: #fff !important;
633
+ }
634
+
635
+ #cc-modal.cc-monochrome #cc-modal-wrapper h2 span,
636
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span
637
+ {
638
+ color: #7a7a7a !important;
639
+ }
640
+
641
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span
642
+ {
643
+ color: #ddd !important;
644
+ }
645
+
646
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p.cc-subtitle,
647
+ #cc-modal.cc-monochrome #cc-modal-wrapper p.cc-subtitle
648
+ {
649
+ color: #7a7a7a !important;
650
+ }
651
+
652
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a,
653
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:visited
654
+ {
655
+ color: #666666 !important;
656
+ }
657
+
658
+ #cc-modal.cc-monochrome #cc-modal-secondclosebutton a:hover,
659
+ #cc-modal.cc-monochrome #cc-modal-secondclosebutton a:active,
660
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:hover,
661
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:active,
662
+ #cc-modal.cc-monochrome #cc-modal-global a:hover,
663
+ #cc-modal.cc-monochrome #cc-modal-global a:active
664
+ {
665
+ color:#fff !important;
666
+ }
667
+
668
+ #cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a,
669
+ #cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:visited
670
+ {
671
+
672
+ background-color: #f5F5F5 !important;
673
+ color: #111 !important;
674
+ box-shadow:1px 1px 2px #000;
675
+ -moz-box-shadow:1px 1px 2px #000;
676
+ -webkit-box-shadow:1px 1px 2px #000;
677
+ background-color: #F1D600 !important;
678
+
679
+ }
680
+
681
+ #cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:hover,
682
+ #cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:active
683
+ {
684
+ background-color: #0288CE !important;
685
+ color:#fff !important;
686
+ box-shadow:1px 2px 10px #000;
687
+ -moz-box-shadow:1px 2px 10px #000;
688
+ -webkit-box-shadow:1px 2px 10px #000;
689
+
690
+ }
691
+
692
+ #cc-modal.cc-monochrome #cc-modal-wrapper a.cc-learnmore-link,
693
+ #cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper a.cc-learnmore-link,
694
+ #cc-notification.cc-monochrome a.cc-learnmore-link
695
+ {
696
+ color: #ddd !important;
697
+ }
698
+
699
+ /**
700
+ DARK STYLE
701
+ */
702
+
703
+ #cc-notification ul.cc-notification-buttons li a,
704
+ #cc-notification ul.cc-notification-buttons li a:visited
705
+ {
706
+ float: right !important;
707
+ }
708
+ #cc-notification ul.cc-notification-buttons
709
+ {
710
+ position: absolute !important;
711
+ right: 0 !important;
712
+ top: 5px !important;
713
+ width: 360px !important;
714
+ }
715
+ #cc-notification #cc-notification-wrapper
716
+ {
717
+
718
+ }
719
+ #cc-notification.cc-mobile #cc-notification-wrapper
720
+ {
721
+ margin-right: 0 !important;
722
+ }
723
+ #cc-notification.cc-mobile ul.cc-notification-buttons li a,
724
+ #cc-notification.cc-mobile ul.cc-notification-buttons li a:visited
725
+ {
726
+ float: none !important;
727
+ }
728
+ #cc-notification.cc-mobile ul.cc-notification-buttons
729
+ {
730
+ padding-top: 1px !important;
731
+
732
+ position: relative !important;
733
+ right: 0 !important;
734
+ top: 0 !important;
735
+ width: auto !important;
736
+ clear: both;
737
+ }
738
+
739
+ #cc-notification
740
+ {
741
+ background: rgb(29, 29, 29) !important;
742
+ background-color: rgba(29, 29, 29, 0.95) !important;
743
+ color: #F5F5F5 !important;
744
+ border-bottom: 1px dotted #CCCCCC !important;
745
+ font-family: Arial, Helvetica, sans-serif !important;
746
+ font-size: 11pt !important;
747
+ }
748
+
749
+ #cc-notification #cc-notification-wrapper
750
+ {
751
+ padding: 20px 32px 0 !important;
752
+ }
753
+
754
+ #cc-notification #cc-notification-permissions ul
755
+ {
756
+ margin: 0 0 26px !important;
757
+ padding: 0 !important;
758
+ list-style: none !important;
759
+ float: left !important;
760
+ }
761
+
762
+ #cc-notification.cc-mobile #cc-notification-permissions li
763
+ {
764
+ width: auto !important;
765
+ }
766
+
767
+ #cc-notification #cc-notification-permissions li
768
+ {
769
+ margin: 0 0 10px 30px !important;
770
+ padding: 6px 0 0 !important;
771
+ list-style: none !important;
772
+ width: 440px !important;
773
+ color: #9a9a9a !important;
774
+ -webkit-transition:color 0.2s ease-in;
775
+ -moz-transition:color 0.2s ease-in;
776
+ -o-transition:color 0.2s ease-in;
777
+ transition:color 0.2s ease-in;
778
+
779
+ }
780
+
781
+
782
+ #cc-notification #cc-notification-permissions li label
783
+ {
784
+ font-size: 12pt !important;
785
+ line-height: 1.3em;
786
+ color: #9a9a9a !important;
787
+ -webkit-transition:color 0.2s ease-in;
788
+ -moz-transition:color 0.2s ease-in;
789
+ -o-transition:color 0.2s ease-in;
790
+ transition:color 0.2s ease-in;
791
+ }
792
+
793
+ #cc-notification #cc-notification-permissions li input
794
+ {
795
+ float: left !important;
796
+ margin-left: -30px !important;
797
+ margin-top: 0 !important;
798
+ }
799
+
800
+ #cc-notification #cc-notification-permissions li strong
801
+ {
802
+ color: #31a8f0 !important;
803
+ display: block !important;
804
+ font-size: 14pt;
805
+ letter-spacing: -0.05em;
806
+ -webkit-transition:color 0.2s ease-in;
807
+ -moz-transition:color 0.2s ease-in;
808
+ -o-transition:color 0.2s ease-in;
809
+ transition:color 0.2s ease-in;
810
+ }
811
+
812
+ #cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive
813
+ {
814
+ color: #666 !important;
815
+ }
816
+ #cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive label
817
+ {
818
+ color: #666 !important;
819
+ }
820
+
821
+ #cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive strong
822
+ {
823
+ color: #1D658E !important;
824
+ }
825
+ #cc-notification #cc-notification-permissions li a.cc-learnmore-link
826
+ {
827
+ -webkit-transition:color 0.2s ease-in;
828
+ -moz-transition:color 0.2s ease-in;
829
+ -o-transition:color 0.2s ease-in;
830
+ transition:color 0.2s ease-in;
831
+ }
832
+ #cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link
833
+ {
834
+ color: #666 !important;
835
+ }
836
+
837
+ #cc-notification a,
838
+ #cc-notification a:visited
839
+ {
840
+ text-decoration: none !important;
841
+ color: #31A8F0 !important;
842
+ font-size:11pt;
843
+ }
844
+
845
+ #cc-notification a:hover
846
+ {
847
+ text-decoration: underline !important;
848
+ color: #B2F7FF !important;
849
+ }
850
+
851
+ #cc-notification h2,
852
+ #cc-notification h3,
853
+ #cc-notification p
854
+ {
855
+ color: #F5F5F5 !important;
856
+ margin: 0 !important;
857
+ text-align: left !important;
858
+ font-size:11pt;
859
+ width: auto !important;
860
+ }
861
+ #cc-notification h2
862
+ {
863
+ margin-right: 320px !important;
864
+ }
865
+
866
+ #cc-notification.cc-mobile h2
867
+ {
868
+ margin-right: 0 !important;
869
+ }
870
+
871
+ #cc-notification h2 span,
872
+ #cc-notification h2
873
+ {
874
+ font-size: 14pt;
875
+ letter-spacing: -0.05em;
876
+ margin-bottom: 20px !important;
877
+ font-weight: 400 !important;
878
+ }
879
+
880
+ #cc-notification h2 a
881
+ {
882
+ letter-spacing: -0.05em;
883
+ font-size: 14pt;
884
+ }
885
+
886
+ #cc-notification h3
887
+ {
888
+ margin-top: 10px !important;
889
+ }
890
+
891
+ #cc-notification ul.cc-notification-buttons
892
+ {
893
+ margin: 0 !important;
894
+ padding: 0 !important;
895
+ list-style: none !important;
896
+
897
+ }
898
+
899
+ #cc-notification.cc-notification-afterload ul.cc-notification-buttons
900
+ {
901
+ top: auto !important;
902
+ bottom: 5px !important;
903
+ }
904
+
905
+ #cc-notification ul.cc-notification-buttons li
906
+ {
907
+ margin: 0 !important;
908
+ padding: 0 !important;
909
+ list-style: none !important;
910
+ }
911
+
912
+ #cc-notification ul.cc-notification-buttons li a,
913
+ #cc-notification ul.cc-notification-buttons li a:visited
914
+ {
915
+ margin-top: 8px !important;
916
+ margin-bottom: 6px !important;
917
+ display: block;
918
+ padding: 8px 16px !important;
919
+ background-color: #f1d600 !important;
920
+ color: #111 !important;
921
+ margin-right: 12px !important;
922
+ text-decoration: none !important;
923
+ font-size:12pt !important;
924
+ font-weight: 600;
925
+ letter-spacing: -0.05em;
926
+
927
+ border-radius: 5px !important;
928
+ -moz-border-radius: 5px !important;
929
+ -webkit-border-radius: 5px !important;
930
+
931
+ /*box-shadow:1px 1px 2px #000;*/
932
+ /*-moz-box-shadow:1px 1px 2px #000;*/
933
+ /*-webkit-box-shadow:1px 1px 2px #000;*/
934
+
935
+ transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
936
+ -moz-transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -moz-box-shadow 0.2s ease-in-out 0s;
937
+ -webkit-transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -webkit-box-shadow 0.2s ease-in-out 0s;
938
+
939
+ }
940
+
941
+ #cc-notification ul.cc-notification-buttons li a:hover,
942
+ #cc-notification ul.cc-notification-buttons li a:active,
943
+ #cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
944
+ #cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:active
945
+ {
946
+ text-decoration: none !important;
947
+ background-color: #f5f5f5 !important;
948
+
949
+ box-shadow:1px 2px 10px #000;
950
+ -moz-box-shadow:1px 2px 10px #000;
951
+ -webkit-box-shadow:1px 2px 10px #000;
952
+
953
+ }
954
+
955
+ #cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites
956
+ {
957
+ background-color: #31A8F0 !important;
958
+ }
959
+
960
+ #cc-tag
961
+ {
962
+
963
+
964
+ }
965
+
966
+ #cc-tag,
967
+ #cc-tag #cc-tag-button,
968
+ #cc-tag #cc-tag-button span
969
+ {
970
+
971
+ }
972
+
973
+ #cc-tag a,
974
+ #cc-tag a:visited
975
+ {
976
+ font-family: Arial, Helvetica, sans-serif !important;
977
+ font-size: 12pt !important;
978
+ background-color: #1d1d1d !important;
979
+ /*background-image: url(http://assets.cookieconsent.silktide.com/cookie-consent-box.png);*/
980
+ background-repeat: no-repeat;
981
+ background-position: 6px 7px;
982
+ color: #F5F5F5 !important;
983
+ padding: 8px 12px 8px 12px !important;
984
+ text-decoration: none !important;
985
+ display:block;
986
+ border-top: 3px solid #666 !important;
987
+ border-right: 3px solid #666 !important;
988
+ border-left: 3px solid #666 !important;
989
+
990
+ border-radius: 3px 3px 0 0 !important;
991
+ -moz-border-radius: 3px 3px 0 0 !important;
992
+ -webkit-border-radius: 3px 3px 0 0 !important;
993
+
994
+ box-shadow:1px 1px 2px #000;
995
+ -moz-box-shadow:1px 1px 2px #000;
996
+ -webkit-box-shadow:1px 1px 2px #000;
997
+
998
+ transition:color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
999
+ -moz-transition:color 0.2s ease-in-out 0s, -moz-box-shadow 0.2s ease-in-out 0s;
1000
+ -webkit-transition:color 0.2s ease-in-out 0s, -webkit-box-shadow 0.2s ease-in-out 0s;
1001
+ }
1002
+
1003
+ #cc-tag.cc-tag-horizontal-right a,
1004
+ #cc-tag.cc-tag-horizontal-right a:visited
1005
+ {
1006
+ -webkit-transform: rotate(-90deg) !important;
1007
+ -moz-transform: rotate(-90deg) !important;
1008
+ -o-transform: rotate(-90deg) !important;
1009
+ -ms-transform: rotate(-90deg) !important;
1010
+ margin-right: -82px !important;
1011
+ padding: 8px 12px 60px 12px !important;
1012
+ }
1013
+
1014
+ #cc-tag.cc-tag-horizontal-left a,
1015
+ #cc-tag.cc-tag-horizontal-left a:visited
1016
+ {
1017
+ -webkit-transform: rotate(90deg) !important;
1018
+ -moz-transform: rotate(90deg) !important;
1019
+ -o-transform: rotate(90deg) !important;
1020
+ -ms-transform: rotate(90deg) !important;
1021
+ margin-left: -82px !important;
1022
+ padding: 8px 12px 60px 12px !important;
1023
+ }
1024
+
1025
+ #cc-tag.cc-tag-vertical-right a,
1026
+ #cc-tag.cc-tag-vertical-right a:visited
1027
+ {
1028
+ -webkit-transform: rotate(-90deg) !important;
1029
+ -moz-transform: rotate(-90deg) !important;
1030
+ -o-transform: rotate(-90deg) !important;
1031
+ -ms-transform: rotate(-90deg) !important;
1032
+ margin-right: -82px !important;
1033
+ padding: 8px 12px 60px 12px !important;
1034
+ }
1035
+
1036
+ #cc-tag.cc-tag-vertical-left a,
1037
+ #cc-tag.cc-tag-vertical-left a:visited
1038
+ {
1039
+ -webkit-transform: rotate(90deg) !important;
1040
+ -moz-transform: rotate(90deg) !important;
1041
+ -o-transform: rotate(90deg) !important;
1042
+ -ms-transform: rotate(90deg) !important;
1043
+ margin-left: -82px !important;
1044
+ padding: 8px 12px 60px 12px !important;
1045
+ }
1046
+
1047
+
1048
+
1049
+ #cc-tag a:hover,
1050
+ #cc-tag a:active
1051
+ {
1052
+ border-top: 3px solid #F1D600 !important;
1053
+ border-right: 3px solid #F1D600 !important;
1054
+ border-left: 3px solid #F1D600 !important;
1055
+
1056
+ box-shadow:2px 2px 7px #000;
1057
+ -moz-box-shadow:2px 2px 7px #000;
1058
+ -webkit-box-shadow:2px 2px 7px #000;
1059
+ }
1060
+
1061
+ #cc-tag a span
1062
+ {
1063
+ font-size: 12pt !important;
1064
+ }
1065
+
1066
+ #cc-modal
1067
+ {
1068
+ font-family: Arial, Helvetica, sans-serif !important;
1069
+ font-size: 11pt !important;
1070
+ }
1071
+
1072
+ #cc-modal #cc-modal-wrapper
1073
+ {
1074
+ width: 686px !important;
1075
+ margin: 40px auto !important;
1076
+ background-color: #1d1d1d !important;
1077
+ color: #f5f5f5 !important;
1078
+ padding:25px 15px 5px !important;
1079
+ text-align: left !important;
1080
+ position: relative !important;
1081
+ max-height: 8%;
1082
+ overflow-y: auto;
1083
+ overflow-x: hidden;
1084
+ min-height: 560px;
1085
+ box-shadow:0px 0px 30px #000;
1086
+ -moz-box-shadow:0px 0px 30px #000;
1087
+ -webkit-box-shadow:0px 0px 30px #000;
1088
+ }
1089
+
1090
+ #cc-modal #cc-modal-wrapper a,
1091
+ #cc-modal #cc-modal-wrapper a:visited
1092
+ {
1093
+ color: #F5F500 !important;
1094
+ text-decoration: none !important;
1095
+ }
1096
+ #cc-modal #cc-modal-wrapper a:hover
1097
+ {
1098
+ color: #31A8F0 !important;
1099
+ text-decoration: underline !important;
1100
+ }
1101
+
1102
+ #cc-modal #cc-modal-wrapper #cc-change-button-allsites
1103
+ {
1104
+ margin-top: 16px !important;
1105
+ margin-bottom: 6px !important;
1106
+ display: block !important;
1107
+ padding: 6px 12px !important;
1108
+ background-color: #F5F500 !important;
1109
+ color: #111 !important;
1110
+ float: left !important;
1111
+ clear: both !important;
1112
+ margin-right: 8px !important;
1113
+ text-decoration: none !important;
1114
+ border-radius: 3px !important;
1115
+ -moz-border-radius: 3px !important;
1116
+ -webkit-border-radius: 3px !important;
1117
+ }
1118
+
1119
+ #cc-modal #cc-modal-wrapper #cc-change-button-allsites:hover,
1120
+ #cc-modal #cc-modal-wrapper #cc-change-button-allsites:active
1121
+ {
1122
+ background-color: #31A8F0 !important;
1123
+ }
1124
+
1125
+ #cc-settingsmodal #cc-settingsmodal-wrapper select,
1126
+ #cc-modal #cc-modal-wrapper select
1127
+ {
1128
+ /*padding: 2px 6px !important;*/
1129
+ color: #111 !important;
1130
+ margin-right: 8px !important;
1131
+ text-decoration: none !important;
1132
+ position: absolute !important;
1133
+ top: 28px !important;
1134
+ right: 8px !important;
1135
+ float: right !important;
1136
+ font-size: 10pt !important;
1137
+ width: 150px;
1138
+ }
1139
+
1140
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper select,
1141
+ #cc-modal.cc-mobile #cc-modal-wrapper select
1142
+ {
1143
+ float: none !important;
1144
+ margin-top: 10px !important;
1145
+ position: static !important;
1146
+ }
1147
+
1148
+ #cc-modal #cc-modal-wrapper a.cc-consentchange:hover
1149
+ {
1150
+ background-color: #31A8F0 !important;
1151
+ }
1152
+
1153
+
1154
+ #cc-settingsmodal #cc-settingsmodal-wrapper ul li label,
1155
+ #cc-modal #cc-modal-wrapper ul li label
1156
+ {
1157
+ float: left;
1158
+ }
1159
+
1160
+ #cc-settingsmodal #cc-settingsmodal-wrapper ul,
1161
+ #cc-modal #cc-modal-wrapper ul
1162
+ {
1163
+ margin: 0 !important;
1164
+ padding: 0 100px !important;
1165
+ list-style: none !important;
1166
+ }
1167
+
1168
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper ul,
1169
+ #cc-modal.cc-mobile #cc-modal-wrapper ul
1170
+ {
1171
+ padding: 0 !important;
1172
+ }
1173
+
1174
+ #cc-settingsmodal #cc-settingsmodal-wrapper li,
1175
+ #cc-modal #cc-modal-wrapper li
1176
+ {
1177
+ clear: both !important;
1178
+ margin: 0 !important;
1179
+ padding: 30px 0 0 !important;
1180
+ list-style: none !important;
1181
+ position: relative;
1182
+ }
1183
+
1184
+ #cc-settingsmodal #cc-settingsmodal-wrapper li strong,
1185
+ #cc-modal #cc-modal-wrapper li strong
1186
+ {
1187
+ width: 480px !important;
1188
+ float: left !important;
1189
+ display: block !important;
1190
+ color: #31a8f0 !important;
1191
+ font-size: 16pt;
1192
+ font-weight: 400 !important;
1193
+ }
1194
+
1195
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li strong
1196
+ #cc-modal.cc-mobile #cc-modal-wrapper li strong
1197
+ {
1198
+ float: none !important;
1199
+ }
1200
+
1201
+ #cc-settingsmodal #cc-settingsmodal-wrapper li span,
1202
+ #cc-modal #cc-modal-wrapper li span
1203
+ {
1204
+ width: 470px !important;
1205
+ float: left !important;
1206
+ clear: left !important;
1207
+ display: block !important;
1208
+ color: #7A7A7A !important;
1209
+ line-height: 1.2em;
1210
+ font-size: 12pt !important;
1211
+ margin-top: 8px;
1212
+
1213
+ }
1214
+
1215
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span,
1216
+ #cc-modal.cc-mobile #cc-modal-wrapper li span
1217
+ {
1218
+ float: none !important;
1219
+ }
1220
+
1221
+ #cc-settingsmodal
1222
+ {
1223
+ font-family: Arial, Helvetica, sans-serif !important;
1224
+ font-size: 11pt !important;
1225
+ }
1226
+
1227
+ #cc-settingsmodal.cc-mobile
1228
+ {
1229
+ height: auto;
1230
+ }
1231
+
1232
+ #cc-settingsmodal #cc-settingsmodal-wrapper
1233
+ {
1234
+ width: 716px !important;
1235
+ height: 8% !important;
1236
+ margin: 40px auto !important;
1237
+ background-color: #1d1d1d !important;
1238
+ padding-top: 24px !important;
1239
+
1240
+ color: #f5f5f5 !important;
1241
+ text-align: left !important;
1242
+ position: relative !important;
1243
+ overflow-x: hidden;
1244
+ max-height: 560px;
1245
+ background-image: url('<% asset_url("cookieconsent.globe.png") %>');
1246
+ background-position: -20px 20px;
1247
+ background-repeat: no-repeat;
1248
+ box-shadow:0px 0px 30px #000;
1249
+ -moz-box-shadow:0px 0px 30px #000;
1250
+ -webkit-box-shadow:0px 0px 30px #000;
1251
+
1252
+ }
1253
+ #cc-settingsmodal #cc-settingsmodal-wrapper .cc-content
1254
+ {
1255
+ overflow-y: auto !important;
1256
+ overflow-x: hidden !important;
1257
+
1258
+ height: 400px;
1259
+ margin-top: 20px;
1260
+ }
1261
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper
1262
+ {
1263
+ max-height: none !important;
1264
+ }
1265
+
1266
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper .cc-content
1267
+ {
1268
+ height: 540px !important;
1269
+ max-height: none !important;
1270
+ }
1271
+
1272
+ #cc-modal #cc-modal-wrapper p
1273
+ {
1274
+ line-height: 1em;
1275
+ margin-top: 12px;
1276
+ color: #F5F5F5 !important;
1277
+ }
1278
+
1279
+ #cc-settingsmodal #cc-settingsmodal-wrapper p
1280
+ {
1281
+ margin-top: 32px;
1282
+ }
1283
+
1284
+ #cc-modal #cc-modal-wrapper .cc-content
1285
+ {
1286
+ padding-top: 8px;
1287
+ clear: both;
1288
+ height: 420px;
1289
+ overflow-y: auto;
1290
+ overflow-x: hidden;
1291
+ }
1292
+ #cc-modal.cc-mobile #cc-modal-wrapper .cc-content
1293
+ {
1294
+ height: auto !important;
1295
+ overflow: hidden !important;
1296
+ }
1297
+
1298
+ #cc-modal #cc-modal-wrapper h2,
1299
+ #cc-settingsmodal #cc-settingsmodal-wrapper h2
1300
+ {
1301
+ margin: 0 57px !important;
1302
+ font-size: 24pt !important;
1303
+ width: 712px !important;
1304
+ color: #FFF !important;
1305
+ font-weight: 400;
1306
+ }
1307
+
1308
+ #cc-settingsmodal #cc-settingsmodal-wrapper h2
1309
+ {
1310
+ margin: 0 72px !important;
1311
+ }
1312
+
1313
+
1314
+ #cc-modal #cc-modal-wrapper h2 span,
1315
+ #cc-settingsmodal #cc-settingsmodal-wrapper h2 span
1316
+ {
1317
+ font-size: 14pt !important;
1318
+ color: #7a7a7a !important;
1319
+ }
1320
+
1321
+ #cc-settingsmodal #cc-settingsmodal-wrapper h2 span
1322
+ {
1323
+ color: #71f031 !important;
1324
+ }
1325
+
1326
+ #cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle,
1327
+ #cc-modal #cc-modal-wrapper p.cc-subtitle
1328
+ {
1329
+ color: #7a7a7a !important;
1330
+ margin: 16px 0 0 57px !important;
1331
+ font-size: 12pt !important;
1332
+ }
1333
+
1334
+ #cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle
1335
+ {
1336
+ margin: 16px 0 0 73px !important;
1337
+ }
1338
+
1339
+ #cc-modal.cc-mobile #cc-modal-wrapper p.cc-subtitle
1340
+ {
1341
+ margin-left: 0 !important;
1342
+ }
1343
+
1344
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper p.cc-subtitle
1345
+ {
1346
+ margin-left: 10px !important;
1347
+ }
1348
+
1349
+ #cc-settingsmodal #cc-settingsmodal-wrapper iframe
1350
+ {
1351
+ width: 714px !important;
1352
+ border: 0 !important;
1353
+ min-height: 390px !important;
1354
+ }
1355
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper iframe
1356
+ {
1357
+ width: 100% !important;
1358
+ height: 500px;
1359
+ z-index: 9999999999999 !important;
1360
+ margin-top: 0;
1361
+ }
1362
+
1363
+ #cc-modal #cc-modal-closebutton a,
1364
+ #cc-settingsmodal #cc-settingsmodal-closebutton a {
1365
+ background-image: url('<% asset_url("cookieconsent.modal-close.png") %>') !important;
1366
+ display: block !important;
1367
+ height: 24px !important;
1368
+ position: absolute !important;
1369
+ right: 10px !important;
1370
+ top: 10px !important;
1371
+ width: 24px !important;
1372
+
1373
+ background-position: 0 0;
1374
+ }
1375
+
1376
+ #cc-modal #cc-modal-closebutton a:hover,
1377
+ #cc-settingsmodal #cc-settingsmodal-closebutton a:hover {
1378
+
1379
+ background-position: 0 -24px;
1380
+
1381
+ }
1382
+
1383
+
1384
+ #cc-modal #cc-modal-global
1385
+ {
1386
+ padding-top: 5px !important;
1387
+ }
1388
+
1389
+
1390
+ #cc-modal #cc-modal-secondclosebutton a,
1391
+ #cc-modal #cc-modal-secondclosebutton a:visited,
1392
+ #cc-settingsmodal #cc-settingsmodal-secondclosebutton a,
1393
+ #cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited,
1394
+ #cc-modal #cc-modal-global a,
1395
+ #cc-modal #cc-modal-global a:visited
1396
+ {
1397
+
1398
+ }
1399
+ #cc-settingsmodal #cc-settingsmodal-secondclosebutton a,
1400
+ #cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited
1401
+ {
1402
+ color: #71F031 !important;
1403
+ text-decoration: none !important;
1404
+ }
1405
+ #cc-modal #cc-modal-secondclosebutton a span,
1406
+ #cc-modal #cc-modal-secondclosebutton a:visited span,
1407
+ #cc-settingsmodal #cc-settingsmodal-secondclosebutton a span,
1408
+ #cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited span,
1409
+ #cc-modal #cc-modal-global a span,
1410
+ #cc-modal #cc-modal-global a:visited span
1411
+ {
1412
+ font-size: 12pt !important;
1413
+ font-weight: 600 !important;
1414
+ }
1415
+
1416
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton
1417
+ {
1418
+ padding-left: 10px;
1419
+ padding-top: 0;
1420
+ }
1421
+
1422
+ #cc-modal.cc-mobile #cc-modal-secondclosebutton a,
1423
+ #cc-modal.cc-mobile #cc-modal-secondclosebutton a:visited,
1424
+ #cc-modal.cc-mobile #cc-modal-global a,
1425
+ #cc-modal.cc-mobile #cc-modal-global a:visited
1426
+ {
1427
+ float: none !important;
1428
+ }
1429
+
1430
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a,
1431
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a:visited
1432
+ {
1433
+ display: none !important;
1434
+ }
1435
+
1436
+ #cc-modal #cc-modal-secondclosebutton a:hover,
1437
+ #cc-modal #cc-modal-secondclosebutton a:active,
1438
+ #cc-settingsmodal #cc-settingsmodal-secondclosebutton a:hover,
1439
+ #cc-settingsmodal #cc-settingsmodal-secondclosebutton a:active,
1440
+ #cc-modal #cc-modal-global a:hover,
1441
+ #cc-modal #cc-modal-global a:active
1442
+ {
1443
+ text-decoration: none !important;
1444
+ color:#fff !important;
1445
+
1446
+
1447
+ }
1448
+
1449
+
1450
+
1451
+ #cc-modal #cc-modal-wrapper #cc-modal-footer-buttons
1452
+ {
1453
+ margin-left: 57px !important;
1454
+ margin-top: 25px !important;
1455
+
1456
+ }
1457
+ #cc-settingsmodal #cc-settingsmodal-wrapper #cc-settingsmodal-footer-buttons
1458
+ {
1459
+ margin-left: 72px !important;
1460
+ }
1461
+
1462
+ #cc-modal.cc-mobile #cc-modal-wrapper #cc-modal-footer-buttons
1463
+ {
1464
+ position:relative;
1465
+ width: auto;
1466
+ padding-top: 10px !important;
1467
+ margin-left: 0 !important;
1468
+ }
1469
+
1470
+
1471
+ #cc-modal #cc-modal-wrapper .cc-preference-importantmessage
1472
+ {
1473
+ margin-top: 20px !important;
1474
+ clear: both !important;
1475
+ padding: 10px !important;
1476
+ text-align: left !important;
1477
+ background-color: #444 !important;
1478
+ border: 1px dotted #666 !important;
1479
+ line-height: 2em !important;
1480
+ }
1481
+
1482
+ #cc-modal #cc-modal-wrapper .cc-preference-importantmessage a,
1483
+ #cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:visited
1484
+ {
1485
+ line-height: 1.2em;
1486
+ margin-top: 0 !important;
1487
+ margin-bottom: 0 !important;
1488
+ display: block;
1489
+ padding: 5px 10px !important;
1490
+ background-color: #f5F5F5 !important;
1491
+ color: #111 !important;
1492
+ margin-right: 8px !important;
1493
+ text-decoration: none !important;
1494
+ font-size:10pt;
1495
+ float: right;
1496
+
1497
+ border-radius: 5px !important;
1498
+ -moz-border-radius: 5px !important;
1499
+ -webkit-border-radius: 5px !important;
1500
+
1501
+ box-shadow:1px 1px 2px #000;
1502
+ -moz-box-shadow:1px 1px 2px #000;
1503
+ -webkit-box-shadow:1px 1px 2px #000;
1504
+
1505
+ transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
1506
+ -moz-transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -moz-box-shadow 0.2s ease-in-out 0s;
1507
+ -webkit-transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -webkit-box-shadow 0.2s ease-in-out 0s;
1508
+ background-color: #F1D600 !important;
1509
+
1510
+ }
1511
+
1512
+ #cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:hover,
1513
+ #cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:active
1514
+ {
1515
+ text-decoration: none !important;
1516
+ background-color: #0288CE !important;
1517
+ color:#fff !important;
1518
+ box-shadow:1px 2px 10px #000;
1519
+ -moz-box-shadow:1px 2px 10px #000;
1520
+ -webkit-box-shadow:1px 2px 10px #000;
1521
+
1522
+ }
1523
+
1524
+ #cc-modal #cc-modal-wrapper a.cc-learnmore-link,
1525
+ #cc-settingsmodal #cc-settingsmodal-wrapper a.cc-learnmore-link,
1526
+ #cc-notification a.cc-learnmore-link
1527
+ {
1528
+ color: #FFF !important;
1529
+ }
1530
+
1531
+ #cc-modal.cc-mobile #cc-modal-wrapper
1532
+ {
1533
+ height: auto !important;
1534
+ max-height: none !important;
1535
+ min-height: inherit !important;
1536
+ }
1537
+
1538
+ #cc-modal.cc-mobile #cc-modal-wrapper,
1539
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper
1540
+ {
1541
+ margin-top: 0 !important;
1542
+ width: auto !important;
1543
+ }
1544
+ #cc-modal.cc-mobile #cc-modal-wrapper h2
1545
+ {
1546
+ width: auto !important;
1547
+ margin-left: 0 !important;
1548
+ }
1549
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2 span,
1550
+ #cc-modal.cc-mobile #cc-modal-wrapper h2 span
1551
+ {
1552
+ display: block;
1553
+ margin-top: 8px;
1554
+ }
1555
+
1556
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2
1557
+ {
1558
+ margin-left: 10px !important;
1559
+ width: auto !important;
1560
+ }
1561
+
1562
+ #cc-modal.cc-mobile #cc-modal-wrapper,
1563
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper
1564
+ {
1565
+ border: 0 !important;
1566
+ box-shadow: none;
1567
+ -moz-box-shadow: none;
1568
+ -webkit-box-shadow: none;
1569
+ background-image: none !important;
1570
+ max-height: none !important;
1571
+
1572
+ }
1573
+ #cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span,
1574
+ #cc-modal.cc-mobile #cc-modal-wrapper li span
1575
+ {
1576
+ width: auto !important;
1577
+ float: none !important;
1578
+ }
1579
+ #cc-modal.cc-mobile #cc-modal-wrapper a.cc-consentchange
1580
+ {
1581
+ margin-top: 10px !important;
1582
+ float: none !important;
1583
+ }
1584
+ #cc-modal #cc-modal-wrapper li strong
1585
+ {
1586
+ width: auto !important;
1587
+ }