betterplace-content 0.1.53 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,10 +9,6 @@ $site_baseurl: "{{ site.baseurl }}"
9
9
  @import "colors"
10
10
  @import "media_queries"
11
11
 
12
- @import "generics_bootstrap"
13
- @import "generics"
14
- @import "application"
15
-
16
12
  @import "generics/city_list"
17
13
  @import "generics/comments"
18
14
  @import "generics/content-header"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betterplace-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.53
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace.org Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-20 00:00:00.000000000 Z
11
+ date: 2017-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -84,13 +84,11 @@ files:
84
84
  - _sass/about-us/transparency.sass
85
85
  - _sass/about-us/why.sass
86
86
  - _sass/about-us/wrapper.sass
87
- - _sass/application.scss
88
87
  - _sass/archive.sass
89
88
  - _sass/author.sass
90
89
  - _sass/colors.sass
91
90
  - _sass/error404.sass
92
91
  - _sass/freundeskreis.sass
93
- - _sass/generics.scss
94
92
  - _sass/generics/city_list.scss
95
93
  - _sass/generics/comments.sass
96
94
  - _sass/generics/content-header.sass
@@ -101,7 +99,6 @@ files:
101
99
  - _sass/generics/sidebar-menu.scss
102
100
  - _sass/generics/team_list.scss
103
101
  - _sass/generics/topicblock.sass
104
- - _sass/generics_bootstrap.scss
105
102
  - _sass/jobs.sass
106
103
  - _sass/media_queries.sass
107
104
  - _sass/news.sass
@@ -140,7 +137,6 @@ files:
140
137
  - assets/theme_images/about-us/why-transparency.png
141
138
  - assets/theme_images/breadcrumb-arrow.png
142
139
  - assets/theme_images/distortion.png
143
- - assets/theme_images/error404/body-background.jpg
144
140
  - assets/theme_images/freundeskreis/illustration-1.png
145
141
  - assets/theme_images/freundeskreis/illustration-2.png
146
142
  - assets/theme_images/freundeskreis/illustration-3.png
@@ -1,1379 +0,0 @@
1
- // created from application.sass
2
- // with these modules:
3
- //
4
- // @import initialize/colors
5
- // @import initialize/bootstrap_customization
6
- // @import bootstrap/variables
7
- // @import bootstrap/mixins
8
- // @import initialize/variables
9
- // @import initialize/mixins
10
- // @import initialize/media_queries
11
- // @import initialize/buttons
12
- // @import initialize/utilities_spacing
13
- // @import layouts/header
14
- // @import layouts/footer
15
- // @import initialize/type
16
-
17
- @charset "UTF-8";
18
- .btn,
19
- a.btn,
20
- a.btn:link,
21
- a.btn:visited,
22
- button.btn,
23
- input.btn {
24
- text-decoration: none;
25
- font-weight: bold;
26
- font-size: 13px;
27
- line-height: 1.42;
28
- color: white;
29
- text-shadow: none;
30
- margin-top: 0;
31
- border-color: transparent;
32
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
33
- padding: 5px 18px;
34
- border-radius: 4px;
35
- background-color: #636b70;
36
- background-image: -webkit-linear-gradient(top, #6a7378 0%, #5c6368 100%);
37
- background-image: -o-linear-gradient(top, #6a7378 0%, #5c6368 100%);
38
- background-image: linear-gradient(to bottom, #6a7378 0%, #5c6368 100%);
39
- background-repeat: repeat-x;
40
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A7378', endColorstr='#FF5C6368', GradientType=0);
41
- -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
42
- box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
43
- }
44
- .btn.btn-primary,
45
- a.btn.btn-primary,
46
- a.btn:link.btn-primary,
47
- a.btn:visited.btn-primary,
48
- button.btn.btn-primary,
49
- input.btn.btn-primary {
50
- background-color: #bad304;
51
- background-image: -webkit-linear-gradient(top, #bad304 0%, #99ad03 100%);
52
- background-image: -o-linear-gradient(top, #bad304 0%, #99ad03 100%);
53
- background-image: linear-gradient(to bottom, #bad304 0%, #99ad03 100%);
54
- background-repeat: repeat-x;
55
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBAD304', endColorstr='#FF99AD03', GradientType=0);
56
- }
57
- .btn.btn-danger,
58
- a.btn.btn-danger,
59
- a.btn:link.btn-danger,
60
- a.btn:visited.btn-danger,
61
- button.btn.btn-danger,
62
- input.btn.btn-danger {
63
- background-color: #636b70;
64
- background-image: -webkit-linear-gradient(top, #6a7378 0%, #5c6368 100%);
65
- background-image: -o-linear-gradient(top, #6a7378 0%, #5c6368 100%);
66
- background-image: linear-gradient(to bottom, #6a7378 0%, #5c6368 100%);
67
- background-repeat: repeat-x;
68
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A7378', endColorstr='#FF5C6368', GradientType=0);
69
- }
70
- .btn.btn-info,
71
- a.btn.btn-info,
72
- a.btn:link.btn-info,
73
- a.btn:visited.btn-info,
74
- button.btn.btn-info,
75
- input.btn.btn-info {
76
- background-color: #636b70;
77
- background-image: -webkit-linear-gradient(top, #6a7378 0%, #5c6368 100%);
78
- background-image: -o-linear-gradient(top, #6a7378 0%, #5c6368 100%);
79
- background-image: linear-gradient(to bottom, #6a7378 0%, #5c6368 100%);
80
- background-repeat: repeat-x;
81
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A7378', endColorstr='#FF5C6368', GradientType=0);
82
- }
83
- .btn.btn-facebook,
84
- a.btn.btn-facebook,
85
- a.btn:link.btn-facebook,
86
- a.btn:visited.btn-facebook,
87
- button.btn.btn-facebook,
88
- input.btn.btn-facebook {
89
- background-color: #4e69a2;
90
- font-weight: 400;
91
- background-image: -webkit-linear-gradient(top, #4e69a2 0%, #3f5b96 100%);
92
- background-image: -o-linear-gradient(top, #4e69a2 0%, #3f5b96 100%);
93
- background-image: linear-gradient(to bottom, #4e69a2 0%, #3f5b96 100%);
94
- background-repeat: repeat-x;
95
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4E69A2', endColorstr='#FF3F5B96', GradientType=0);
96
- }
97
- @media only screen and (min-width: 769px) {
98
- .btn.btn-facebook:before,
99
- a.btn.btn-facebook:before,
100
- a.btn:link.btn-facebook:before,
101
- a.btn:visited.btn-facebook:before,
102
- button.btn.btn-facebook:before,
103
- input.btn.btn-facebook:before {
104
- content: "";
105
- font-family: "FontAwesome";
106
- border-right: 1px solid #314a7e;
107
- display: inline-block;
108
- vertical-align: middle;
109
- }
110
- .btn.btn-facebook.btn-large:before,
111
- a.btn.btn-facebook.btn-large:before,
112
- a.btn:link.btn-facebook.btn-large:before,
113
- a.btn:visited.btn-facebook.btn-large:before,
114
- button.btn.btn-facebook.btn-large:before,
115
- input.btn.btn-facebook.btn-large:before {
116
- margin: -12px 10px -10px -25px;
117
- padding: 0 15px;
118
- font-size: 27px;
119
- }
120
- .btn.btn-facebook.btn-block,
121
- a.btn.btn-facebook.btn-block,
122
- a.btn:link.btn-facebook.btn-block,
123
- a.btn:visited.btn-facebook.btn-block,
124
- button.btn.btn-facebook.btn-block,
125
- input.btn.btn-facebook.btn-block {
126
- text-align: left;
127
- }
128
- }
129
- .btn:hover, .btn:focus,
130
- a.btn:hover,
131
- a.btn:focus,
132
- a.btn:link:hover,
133
- a.btn:link:focus,
134
- a.btn:visited:hover,
135
- a.btn:visited:focus,
136
- button.btn:hover,
137
- button.btn:focus,
138
- input.btn:hover,
139
- input.btn:focus {
140
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
141
- background-image: -webkit-linear-gradient(top, #636b70 0%, #51585c 100%);
142
- background-image: -o-linear-gradient(top, #636b70 0%, #51585c 100%);
143
- background-image: linear-gradient(to bottom, #636b70 0%, #51585c 100%);
144
- background-repeat: repeat-x;
145
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF636B70', endColorstr='#FF51585C', GradientType=0);
146
- background-color: #636b70;
147
- color: white;
148
- outline: none;
149
- }
150
- .btn:hover.btn-primary, .btn:focus.btn-primary,
151
- a.btn:hover.btn-primary,
152
- a.btn:focus.btn-primary,
153
- a.btn:link:hover.btn-primary,
154
- a.btn:link:focus.btn-primary,
155
- a.btn:visited:hover.btn-primary,
156
- a.btn:visited:focus.btn-primary,
157
- button.btn:hover.btn-primary,
158
- button.btn:focus.btn-primary,
159
- input.btn:hover.btn-primary,
160
- input.btn:focus.btn-primary {
161
- background-color: #bad304;
162
- background-image: -webkit-linear-gradient(top, #a4ba04 0%, #839403 100%);
163
- background-image: -o-linear-gradient(top, #a4ba04 0%, #839403 100%);
164
- background-image: linear-gradient(to bottom, #a4ba04 0%, #839403 100%);
165
- background-repeat: repeat-x;
166
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA4BA04', endColorstr='#FF839403', GradientType=0);
167
- }
168
- .btn:hover.btn-primary.no-pseudo-hover-styles, .btn:focus.btn-primary.no-pseudo-hover-styles,
169
- a.btn:hover.btn-primary.no-pseudo-hover-styles,
170
- a.btn:focus.btn-primary.no-pseudo-hover-styles,
171
- a.btn:link:hover.btn-primary.no-pseudo-hover-styles,
172
- a.btn:link:focus.btn-primary.no-pseudo-hover-styles,
173
- a.btn:visited:hover.btn-primary.no-pseudo-hover-styles,
174
- a.btn:visited:focus.btn-primary.no-pseudo-hover-styles,
175
- button.btn:hover.btn-primary.no-pseudo-hover-styles,
176
- button.btn:focus.btn-primary.no-pseudo-hover-styles,
177
- input.btn:hover.btn-primary.no-pseudo-hover-styles,
178
- input.btn:focus.btn-primary.no-pseudo-hover-styles {
179
- background-color: #bad304;
180
- background-image: -webkit-linear-gradient(top, #bad304 0%, #99ad03 100%);
181
- background-image: -o-linear-gradient(top, #bad304 0%, #99ad03 100%);
182
- background-image: linear-gradient(to bottom, #bad304 0%, #99ad03 100%);
183
- background-repeat: repeat-x;
184
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBAD304', endColorstr='#FF99AD03', GradientType=0);
185
- }
186
- .btn:hover.btn-danger, .btn:focus.btn-danger,
187
- a.btn:hover.btn-danger,
188
- a.btn:focus.btn-danger,
189
- a.btn:link:hover.btn-danger,
190
- a.btn:link:focus.btn-danger,
191
- a.btn:visited:hover.btn-danger,
192
- a.btn:visited:focus.btn-danger,
193
- button.btn:hover.btn-danger,
194
- button.btn:focus.btn-danger,
195
- input.btn:hover.btn-danger,
196
- input.btn:focus.btn-danger {
197
- background-color: #cd0920;
198
- background-image: -webkit-linear-gradient(top, #e10a23 0%, #b9081d 100%);
199
- background-image: -o-linear-gradient(top, #e10a23 0%, #b9081d 100%);
200
- background-image: linear-gradient(to bottom, #e10a23 0%, #b9081d 100%);
201
- background-repeat: repeat-x;
202
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE10A23', endColorstr='#FFB9081D', GradientType=0);
203
- }
204
- .btn:hover.btn-info, .btn:focus.btn-info,
205
- a.btn:hover.btn-info,
206
- a.btn:focus.btn-info,
207
- a.btn:link:hover.btn-info,
208
- a.btn:link:focus.btn-info,
209
- a.btn:visited:hover.btn-info,
210
- a.btn:visited:focus.btn-info,
211
- button.btn:hover.btn-info,
212
- button.btn:focus.btn-info,
213
- input.btn:hover.btn-info,
214
- input.btn:focus.btn-info {
215
- background-color: #eeeeee;
216
- background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #cdcdcd 100%);
217
- background-image: -o-linear-gradient(top, #e6e6e6 0%, #cdcdcd 100%);
218
- background-image: linear-gradient(to bottom, #e6e6e6 0%, #cdcdcd 100%);
219
- background-repeat: repeat-x;
220
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6', endColorstr='#FFCDCDCD', GradientType=0);
221
- }
222
- .btn:hover.btn-ab-test-donation-button, .btn:focus.btn-ab-test-donation-button,
223
- a.btn:hover.btn-ab-test-donation-button,
224
- a.btn:focus.btn-ab-test-donation-button,
225
- a.btn:link:hover.btn-ab-test-donation-button,
226
- a.btn:link:focus.btn-ab-test-donation-button,
227
- a.btn:visited:hover.btn-ab-test-donation-button,
228
- a.btn:visited:focus.btn-ab-test-donation-button,
229
- button.btn:hover.btn-ab-test-donation-button,
230
- button.btn:focus.btn-ab-test-donation-button,
231
- input.btn:hover.btn-ab-test-donation-button,
232
- input.btn:focus.btn-ab-test-donation-button {
233
- background-color: #98321e;
234
- background-image: -webkit-linear-gradient(top, #ad3922 0%, #8b2e1b 100%);
235
- background-image: -o-linear-gradient(top, #ad3922 0%, #8b2e1b 100%);
236
- background-image: linear-gradient(to bottom, #ad3922 0%, #8b2e1b 100%);
237
- background-repeat: repeat-x;
238
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAD3922', endColorstr='#FF8B2E1B', GradientType=0);
239
- }
240
- .btn:hover.btn-facebook, .btn:focus.btn-facebook,
241
- a.btn:hover.btn-facebook,
242
- a.btn:focus.btn-facebook,
243
- a.btn:link:hover.btn-facebook,
244
- a.btn:link:focus.btn-facebook,
245
- a.btn:visited:hover.btn-facebook,
246
- a.btn:visited:focus.btn-facebook,
247
- button.btn:hover.btn-facebook,
248
- button.btn:focus.btn-facebook,
249
- input.btn:hover.btn-facebook,
250
- input.btn:focus.btn-facebook {
251
- background-color: #465e91;
252
- background-image: -webkit-linear-gradient(top, #465e91 0%, #375084 100%);
253
- background-image: -o-linear-gradient(top, #465e91 0%, #375084 100%);
254
- background-image: linear-gradient(to bottom, #465e91 0%, #375084 100%);
255
- background-repeat: repeat-x;
256
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF465E91', endColorstr='#FF375084', GradientType=0);
257
- }
258
- .btn:active, .btn:active:hover, .btn:active:focus,
259
- a.btn:active,
260
- a.btn:active:hover,
261
- a.btn:active:focus,
262
- a.btn:link:active,
263
- a.btn:link:active:hover,
264
- a.btn:link:active:focus,
265
- a.btn:visited:active,
266
- a.btn:visited:active:hover,
267
- a.btn:visited:active:focus,
268
- button.btn:active,
269
- button.btn:active:hover,
270
- button.btn:active:focus,
271
- input.btn:active,
272
- input.btn:active:hover,
273
- input.btn:active:focus {
274
- -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
275
- box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
276
- border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
277
- color: white;
278
- outline: none;
279
- }
280
- .btn.btn-info,
281
- a.btn.btn-info,
282
- a.btn:link.btn-info,
283
- a.btn:visited.btn-info,
284
- button.btn.btn-info,
285
- input.btn.btn-info {
286
- color: #636b70;
287
- text-shadow: none;
288
- font-weight: normal;
289
- }
290
- .btn.btn-info.active,
291
- a.btn.btn-info.active,
292
- a.btn:link.btn-info.active,
293
- a.btn:visited.btn-info.active,
294
- button.btn.btn-info.active,
295
- input.btn.btn-info.active {
296
- border-color: #949494;
297
- }
298
- .btn.btn-huge,
299
- a.btn.btn-huge,
300
- a.btn:link.btn-huge,
301
- a.btn:visited.btn-huge,
302
- button.btn.btn-huge,
303
- input.btn.btn-huge {
304
- font-size: 26px;
305
- border-radius: 6px;
306
- padding: 5px 32px;
307
- }
308
- .btn.btn-large,
309
- a.btn.btn-large,
310
- a.btn:link.btn-large,
311
- a.btn:visited.btn-large,
312
- button.btn.btn-large,
313
- input.btn.btn-large {
314
- font-size: 18px;
315
- padding: 8px 25px;
316
- border-radius: 6px;
317
- }
318
- .btn.btn-small,
319
- a.btn.btn-small,
320
- a.btn:link.btn-small,
321
- a.btn:visited.btn-small,
322
- button.btn.btn-small,
323
- input.btn.btn-small {
324
- padding: 3px 16px;
325
- border-radius: 3px;
326
- font-weight: normal;
327
- }
328
- .btn.btn-mini,
329
- a.btn.btn-mini,
330
- a.btn:link.btn-mini,
331
- a.btn:visited.btn-mini,
332
- button.btn.btn-mini,
333
- input.btn.btn-mini {
334
- padding: 1px 7px;
335
- border-radius: 3px;
336
- font-weight: normal;
337
- }
338
- .btn.btn.btn-primary,
339
- a.btn.btn.btn-primary,
340
- a.btn:link.btn.btn-primary,
341
- a.btn:visited.btn.btn-primary,
342
- button.btn.btn.btn-primary,
343
- input.btn.btn.btn-primary {
344
- text-shadow: none;
345
- }
346
- .btn.btn.btn-primary.btn-large, .btn.btn.btn-primary.btn-huge,
347
- a.btn.btn.btn-primary.btn-large,
348
- a.btn.btn.btn-primary.btn-huge,
349
- a.btn:link.btn.btn-primary.btn-large,
350
- a.btn:link.btn.btn-primary.btn-huge,
351
- a.btn:visited.btn.btn-primary.btn-large,
352
- a.btn:visited.btn.btn-primary.btn-huge,
353
- button.btn.btn.btn-primary.btn-large,
354
- button.btn.btn.btn-primary.btn-huge,
355
- input.btn.btn.btn-primary.btn-large,
356
- input.btn.btn.btn-primary.btn-huge {
357
- text-shadow: 1px 1px 0 #6a9000;
358
- }
359
- .btn.disabled, .btn[disabled=disabled],
360
- a.btn.disabled,
361
- a.btn[disabled=disabled],
362
- a.btn:link.disabled,
363
- a.btn:link[disabled=disabled],
364
- a.btn:visited.disabled,
365
- a.btn:visited[disabled=disabled],
366
- button.btn.disabled,
367
- button.btn[disabled=disabled],
368
- input.btn.disabled,
369
- input.btn[disabled=disabled] {
370
- cursor: not-allowed;
371
- pointer-events: auto;
372
- color: white;
373
- }
374
- .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn[disabled=disabled], .btn[disabled=disabled]:hover, .btn[disabled=disabled]:focus,
375
- a.btn.disabled,
376
- a.btn.disabled:hover,
377
- a.btn.disabled:focus,
378
- a.btn[disabled=disabled],
379
- a.btn[disabled=disabled]:hover,
380
- a.btn[disabled=disabled]:focus,
381
- a.btn:link.disabled,
382
- a.btn:link.disabled:hover,
383
- a.btn:link.disabled:focus,
384
- a.btn:link[disabled=disabled],
385
- a.btn:link[disabled=disabled]:hover,
386
- a.btn:link[disabled=disabled]:focus,
387
- a.btn:visited.disabled,
388
- a.btn:visited.disabled:hover,
389
- a.btn:visited.disabled:focus,
390
- a.btn:visited[disabled=disabled],
391
- a.btn:visited[disabled=disabled]:hover,
392
- a.btn:visited[disabled=disabled]:focus,
393
- button.btn.disabled,
394
- button.btn.disabled:hover,
395
- button.btn.disabled:focus,
396
- button.btn[disabled=disabled],
397
- button.btn[disabled=disabled]:hover,
398
- button.btn[disabled=disabled]:focus,
399
- input.btn.disabled,
400
- input.btn.disabled:hover,
401
- input.btn.disabled:focus,
402
- input.btn[disabled=disabled],
403
- input.btn[disabled=disabled]:hover,
404
- input.btn[disabled=disabled]:focus {
405
- background: #949494;
406
- border: 1px solid #878787;
407
- }
408
- .btn.disabled.btn-primary, .btn.disabled.btn-primary:hover, .btn.disabled.btn-primary:focus, .btn[disabled=disabled].btn-primary, .btn[disabled=disabled].btn-primary:hover, .btn[disabled=disabled].btn-primary:focus,
409
- a.btn.disabled.btn-primary,
410
- a.btn.disabled.btn-primary:hover,
411
- a.btn.disabled.btn-primary:focus,
412
- a.btn[disabled=disabled].btn-primary,
413
- a.btn[disabled=disabled].btn-primary:hover,
414
- a.btn[disabled=disabled].btn-primary:focus,
415
- a.btn:link.disabled.btn-primary,
416
- a.btn:link.disabled.btn-primary:hover,
417
- a.btn:link.disabled.btn-primary:focus,
418
- a.btn:link[disabled=disabled].btn-primary,
419
- a.btn:link[disabled=disabled].btn-primary:hover,
420
- a.btn:link[disabled=disabled].btn-primary:focus,
421
- a.btn:visited.disabled.btn-primary,
422
- a.btn:visited.disabled.btn-primary:hover,
423
- a.btn:visited.disabled.btn-primary:focus,
424
- a.btn:visited[disabled=disabled].btn-primary,
425
- a.btn:visited[disabled=disabled].btn-primary:hover,
426
- a.btn:visited[disabled=disabled].btn-primary:focus,
427
- button.btn.disabled.btn-primary,
428
- button.btn.disabled.btn-primary:hover,
429
- button.btn.disabled.btn-primary:focus,
430
- button.btn[disabled=disabled].btn-primary,
431
- button.btn[disabled=disabled].btn-primary:hover,
432
- button.btn[disabled=disabled].btn-primary:focus,
433
- input.btn.disabled.btn-primary,
434
- input.btn.disabled.btn-primary:hover,
435
- input.btn.disabled.btn-primary:focus,
436
- input.btn[disabled=disabled].btn-primary,
437
- input.btn[disabled=disabled].btn-primary:hover,
438
- input.btn[disabled=disabled].btn-primary:focus {
439
- background: #bad304;
440
- border: 1px solid #a4ba04;
441
- }
442
- @media only screen and (max-width: 768px) {
443
- .btn,
444
- a.btn,
445
- a.btn:link,
446
- a.btn:visited,
447
- button.btn,
448
- input.btn {
449
- white-space: normal;
450
- }
451
- }
452
- .btn .btn-icon,
453
- a.btn .btn-icon,
454
- a.btn:link .btn-icon,
455
- a.btn:visited .btn-icon,
456
- button.btn .btn-icon,
457
- input.btn .btn-icon {
458
- display: none;
459
- }
460
- .btn.is-loading,
461
- a.btn.is-loading,
462
- a.btn:link.is-loading,
463
- a.btn:visited.is-loading,
464
- button.btn.is-loading,
465
- input.btn.is-loading {
466
- position: relative;
467
- }
468
- .btn.is-loading .btn-text,
469
- a.btn.is-loading .btn-text,
470
- a.btn:link.is-loading .btn-text,
471
- a.btn:visited.is-loading .btn-text,
472
- button.btn.is-loading .btn-text,
473
- input.btn.is-loading .btn-text {
474
- opacity: 0;
475
- }
476
- .btn.is-loading .btn-icon,
477
- a.btn.is-loading .btn-icon,
478
- a.btn:link.is-loading .btn-icon,
479
- a.btn:visited.is-loading .btn-icon,
480
- button.btn.is-loading .btn-icon,
481
- input.btn.is-loading .btn-icon {
482
- display: flex;
483
- position: absolute;
484
- left: 0;
485
- right: 0;
486
- top: 0;
487
- bottom: 0;
488
- align-items: center;
489
- justify-content: center;
490
- }
491
- .btn.is-loading .btn-icon:before,
492
- a.btn.is-loading .btn-icon:before,
493
- a.btn:link.is-loading .btn-icon:before,
494
- a.btn:visited.is-loading .btn-icon:before,
495
- button.btn.is-loading .btn-icon:before,
496
- input.btn.is-loading .btn-icon:before {
497
- content: "";
498
- font-family: FontAwesome;
499
- -webkit-animation: fa-spin 2s infinite linear;
500
- animation: fa-spin 2s infinite linear;
501
- height: 15px;
502
- text-align: center;
503
- line-height: 15px;
504
- width: 15px;
505
- display: inline-block;
506
- }
507
-
508
- .has-show-buttons-hovered:hover .btn.btn-primary,
509
- .has-show-buttons-hovered:hover a.btn.btn-primary,
510
- .has-show-buttons-hovered:hover a.btn:link.btn-primary,
511
- .has-show-buttons-hovered:hover a.btn:visited.btn-primary,
512
- .has-show-buttons-hovered:hover button.btn.btn-primary,
513
- .has-show-buttons-hovered:hover input.btn.btn-primary {
514
- background-color: #bad304;
515
- background-image: -webkit-linear-gradient(top, #a4ba04 0%, #839403 100%);
516
- background-image: -o-linear-gradient(top, #a4ba04 0%, #839403 100%);
517
- background-image: linear-gradient(to bottom, #a4ba04 0%, #839403 100%);
518
- background-repeat: repeat-x;
519
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA4BA04', endColorstr='#FF839403', GradientType=0);
520
- }
521
-
522
- @media only screen and (min-width: 769px) {
523
- .button-becomes-white-when-hovering-me:hover .btn.btn-primary {
524
- background: #f8f8f8;
525
- color: #6a9000;
526
- box-shadow: none;
527
- border-color: rgba(0, 0, 0, 0.25);
528
- text-shadow: none;
529
- }
530
- }
531
-
532
- .btn-group-with-small-arrows .btn {
533
- padding: 5px 12px;
534
- }
535
- .btn-group-with-small-arrows i {
536
- font-size: 18px;
537
- }
538
-
539
- html.touch .btn.btn-primary.mobile-friendly-hover:hover, html.touch a.btn.btn-primary.mobile-friendly-hover:hover, html.touch a.btn:link.btn-primary.mobile-friendly-hover:hover, html.touch a.btn:visited.btn-primary.mobile-friendly-hover:hover, html.touch button.btn.btn-primary.mobile-friendly-hover:hover, html.touch input.btn.btn-primary.mobile-friendly-hover:hover {
540
- background-color: #bad304;
541
- background-image: -webkit-linear-gradient(top, #bad304 0%, #99ad03 100%);
542
- background-image: -o-linear-gradient(top, #bad304 0%, #99ad03 100%);
543
- background-image: linear-gradient(to bottom, #bad304 0%, #99ad03 100%);
544
- background-repeat: repeat-x;
545
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBAD304', endColorstr='#FF99AD03', GradientType=0);
546
- }
547
-
548
- .input-group-btn .btn {
549
- padding-top: 7px;
550
- padding-bottom: 7px;
551
- }
552
-
553
- @media only screen and (min-width: 769px) {
554
- .btn.hidden-xs {
555
- display: inline-block !important;
556
- }
557
- }
558
-
559
- .m-a-0 {
560
- margin: 0 !important;
561
- }
562
- .m-t-0 {
563
- margin-top: 0 !important;
564
- }
565
- .m-r-0 {
566
- margin-right: 0 !important;
567
- }
568
- .m-b-0 {
569
- margin-bottom: 0 !important;
570
- }
571
- .m-l-0 {
572
- margin-left: 0 !important;
573
- }
574
- .m-x-0 {
575
- margin-right: 0 !important;
576
- margin-left: 0 !important;
577
- }
578
- .m-y-0 {
579
- margin-top: 0 !important;
580
- margin-bottom: 0 !important;
581
- }
582
- .m-a {
583
- margin: 20px !important;
584
- }
585
- .m-t {
586
- margin-top: 20px !important;
587
- }
588
- .m-r {
589
- margin-right: 20px !important;
590
- }
591
- .m-b {
592
- margin-bottom: 20px !important;
593
- }
594
- .m-l {
595
- margin-left: 20px !important;
596
- }
597
- .m-x {
598
- margin-right: 20px !important;
599
- margin-left: 20px !important;
600
- }
601
- .m-y {
602
- margin-top: 20px !important;
603
- margin-bottom: 20px !important;
604
- }
605
- .m-x-auto {
606
- margin-right: auto !important;
607
- margin-left: auto !important;
608
- }
609
- .m-a-md {
610
- margin: 30px !important;
611
- }
612
- .m-t-md {
613
- margin-top: 30px !important;
614
- }
615
- .m-r-md {
616
- margin-right: 30px !important;
617
- }
618
- .m-b-md {
619
- margin-bottom: 30px !important;
620
- }
621
- .m-l-md {
622
- margin-left: 30px !important;
623
- }
624
- .m-x-md {
625
- margin-right: 30px !important;
626
- margin-left: 30px !important;
627
- }
628
- .m-y-md {
629
- margin-top: 30px !important;
630
- margin-bottom: 30px !important;
631
- }
632
- .m-a-lg {
633
- margin: 60px !important;
634
- }
635
- .m-t-lg {
636
- margin-top: 60px !important;
637
- }
638
- .m-r-lg {
639
- margin-right: 60px !important;
640
- }
641
- .m-b-lg {
642
- margin-bottom: 60px !important;
643
- }
644
- .m-l-lg {
645
- margin-left: 60px !important;
646
- }
647
- .m-x-lg {
648
- margin-right: 60px !important;
649
- margin-left: 60px !important;
650
- }
651
- .m-y-lg {
652
- margin-top: 60px !important;
653
- margin-bottom: 60px !important;
654
- }
655
- .p-a-0 {
656
- padding: 0 !important;
657
- }
658
- .p-t-0 {
659
- padding-top: 0 !important;
660
- }
661
- .p-r-0 {
662
- padding-right: 0 !important;
663
- }
664
- .p-b-0 {
665
- padding-bottom: 0 !important;
666
- }
667
- .p-l-0 {
668
- padding-left: 0 !important;
669
- }
670
- .p-x-0 {
671
- padding-right: 0 !important;
672
- padding-left: 0 !important;
673
- }
674
- .p-y-0 {
675
- padding-top: 0 !important;
676
- padding-bottom: 0 !important;
677
- }
678
- .p-a {
679
- padding: 20px !important;
680
- }
681
- .p-t {
682
- padding-top: 20px !important;
683
- }
684
- .p-r {
685
- padding-right: 20px !important;
686
- }
687
- .p-b {
688
- padding-bottom: 20px !important;
689
- }
690
- .p-l {
691
- padding-left: 20px !important;
692
- }
693
- .p-x {
694
- padding-right: 20px !important;
695
- padding-left: 20px !important;
696
- }
697
- .p-y {
698
- padding-top: 20px !important;
699
- padding-bottom: 20px !important;
700
- }
701
- .p-a-md {
702
- padding: 30px !important;
703
- }
704
- .p-t-md {
705
- padding-top: 30px !important;
706
- }
707
- .p-r-md {
708
- padding-right: 30px !important;
709
- }
710
- .p-b-md {
711
- padding-bottom: 30px !important;
712
- }
713
- .p-l-md {
714
- padding-left: 30px !important;
715
- }
716
- .p-x-md {
717
- padding-right: 30px !important;
718
- padding-left: 30px !important;
719
- }
720
- .p-y-md {
721
- padding-top: 30px !important;
722
- padding-bottom: 30px !important;
723
- }
724
- .p-a-lg {
725
- padding: 60px !important;
726
- }
727
- .p-t-lg {
728
- padding-top: 60px !important;
729
- }
730
- .p-r-lg {
731
- padding-right: 60px !important;
732
- }
733
- .p-b-lg {
734
- padding-bottom: 60px !important;
735
- }
736
- .p-l-lg {
737
- padding-left: 60px !important;
738
- }
739
- .p-x-lg {
740
- padding-right: 60px !important;
741
- padding-left: 60px !important;
742
- }
743
- .p-y-lg {
744
- padding-top: 60px !important;
745
- padding-bottom: 60px !important;
746
- }
747
-
748
- body > header {
749
- position: relative;
750
- overflow: hidden;
751
- z-index: 30;
752
- }
753
- body > header li.search .icon {
754
- font-size: 17px;
755
- -webkit-transform: rotate(90deg);
756
- -ms-transform: rotate(90deg);
757
- -o-transform: rotate(90deg);
758
- transform: rotate(90deg);
759
- }
760
- body > header li.search .text {
761
- display: inline-block;
762
- margin-left: 5px;
763
- }
764
- @media only screen and (min-width: 769px) {
765
- body > header {
766
- height: 56px;
767
- background-color: #3d4346;
768
- background-image: -webkit-linear-gradient(top, #4c5255 0%, #3d4346 100%);
769
- background-image: -o-linear-gradient(top, #4c5255 0%, #3d4346 100%);
770
- background-image: linear-gradient(to bottom, #4c5255 0%, #3d4346 100%);
771
- background-repeat: repeat-x;
772
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4C5255', endColorstr='#FF3D4346', GradientType=0);
773
- font-size: 12px;
774
- min-width: 960px;
775
- }
776
- body > header nav a,
777
- body > header .tagline .more-link {
778
- -webkit-transition: all 100ms linear;
779
- -o-transition: all 100ms linear;
780
- transition: all 100ms linear;
781
- }
782
- body > header, body > header a, body > header a:link, body > header a:visited, body > header span.start {
783
- color: #949494;
784
- font-weight: normal;
785
- }
786
- body > header a.disabled {
787
- text-decoration: line-through;
788
- }
789
- body > header a.disabled:hover, body > header a.disabled:focus {
790
- color: #bad304;
791
- text-decoration: line-through;
792
- }
793
- body > header:hover, body > header:hover a, body > header:hover a:link, body > header:hover a:visited, body > header:hover span.start, body > header:focus body > header.focus, body > header:focus body > header.focus a, body > header:focus body > header.focus a:link, body > header:focus body > header.focus a:visited, body > header:focus body > header.focus span.start {
794
- color: white;
795
- }
796
- body > header:hover a:link:hover, body > header:hover a:visited:hover, body > header:hover a:focus, body > header:focus body > header.focus a:link:hover, body > header:focus body > header.focus a:visited:hover, body > header:focus body > header.focus a:focus {
797
- text-decoration: underline;
798
- }
799
- body > header:hover a.disabled, body > header:hover a.disabled:hover, body > header:hover a.disabled:focus, body > header:focus body > header.focus a.disabled, body > header:focus body > header.focus a.disabled:hover, body > header:focus body > header.focus a.disabled:focus {
800
- color: #bad304;
801
- text-decoration: line-through;
802
- }
803
- body > header .active a {
804
- text-decoration: underline;
805
- color: white;
806
- }
807
- body > header > div {
808
- height: 56px;
809
- }
810
- body > header > div .home {
811
- position: relative;
812
- z-index: 10;
813
- }
814
- body > header > div .home a {
815
- padding-top: 8px;
816
- padding-bottom: 6px;
817
- display: inline-block;
818
- }
819
- body > header > div .home a span.start {
820
- opacity: 0;
821
- position: absolute;
822
- top: 8px;
823
- left: 10px;
824
- font-size: 10px;
825
- }
826
- body > header > div .home a:hover span.start {
827
- opacity: 1;
828
- }
829
- body > header > div nav {
830
- float: right;
831
- }
832
- body > header > div nav ul {
833
- display: inline;
834
- float: right;
835
- margin-left: 0;
836
- }
837
- body > header > div nav li {
838
- border-left: 1px solid #949494;
839
- display: inline;
840
- }
841
- body > header > div nav li:first-child {
842
- border-left-width: 0;
843
- }
844
- body > header > div nav li a {
845
- display: inline-block;
846
- position: relative;
847
- padding: 24px 1px 16px 4px;
848
- }
849
- body > header > div nav li.me {
850
- margin-right: -2px;
851
- }
852
- body > header > div nav li.me a, body > header > div nav li.me img {
853
- margin-top: -24px;
854
- }
855
- body > header > div nav li.me a {
856
- background-color: #28638c;
857
- background-image: -webkit-linear-gradient(top, #28638c 0%, #215274 100%);
858
- background-image: -o-linear-gradient(top, #28638c 0%, #215274 100%);
859
- background-image: linear-gradient(to bottom, #28638c 0%, #215274 100%);
860
- background-repeat: repeat-x;
861
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF28638C', endColorstr='#FF215274', GradientType=0);
862
- -webkit-box-shadow: 0px -3px 4px 1px rgba(0, 0, 0, 0.1);
863
- box-shadow: 0px -3px 4px 1px rgba(0, 0, 0, 0.1);
864
- margin-right: -3px;
865
- padding-right: 5px;
866
- padding-left: 0;
867
- padding-bottom: 0;
868
- color: #cccccc;
869
- text-shadow: 1px 1px 0 #3f3f3f;
870
- }
871
- body > header > div nav li.me img {
872
- height: 56px;
873
- width: auto;
874
- float: left;
875
- padding-right: 5px;
876
- }
877
- body > header > div nav li.search {
878
- border-left-width: 0;
879
- margin-left: 5px;
880
- }
881
- body > header > div nav li.search a {
882
- padding: 9px 10px 5px 10px;
883
- background: #373737;
884
- border-radius: 4px;
885
- width: 36px;
886
- height: 34px;
887
- position: relative;
888
- vertical-align: top;
889
- margin-top: 12px;
890
- }
891
- body > header > div nav li.search a:hover {
892
- background: #262626;
893
- }
894
- body > header > div nav li.search a .icon {
895
- position: absolute;
896
- top: 9px;
897
- left: 11px;
898
- }
899
- body > header > div .tagline {
900
- padding-top: 25px;
901
- line-height: 14px;
902
- white-space: nowrap;
903
- }
904
- body > header > div .tagline .claim {
905
- padding-right: 5px;
906
- white-space: nowrap;
907
- }
908
- body > header > div .tagline .more-link {
909
- border-left: 1px solid #949494;
910
- padding-left: 5px;
911
- }
912
- body > header > div .tagline a:hover .claim {
913
- text-decoration: none;
914
- }
915
- body > header > div .tagline a:hover .more-link {
916
- text-decoration: underline;
917
- }
918
- body > header:hover .tagline .claim {
919
- color: #aeaeae;
920
- text-decoration: none;
921
- }
922
- body > header:hover .tagline a:link:hover,
923
- body > header:hover .tagline a:link:hover .claim {
924
- text-decoration: none;
925
- }
926
- body > header:hover .tagline a:link:hover .more-link {
927
- color: white;
928
- }
929
- body > header.transparent {
930
- background: transparent;
931
- filter: none;
932
- }
933
- body > header.transparent:hover .tagline,
934
- body > header.transparent:hover nav {
935
- opacity: 1;
936
- filter: alpha(opacity=100);
937
- }
938
- body > header.transparent .tagline,
939
- body > header.transparent nav {
940
- opacity: 0;
941
- filter: alpha(opacity=0);
942
- -webkit-transition: opacity 0.06s ease-out;
943
- -o-transition: opacity 0.06s ease-out;
944
- transition: opacity 0.06s ease-out;
945
- }
946
- body > header.transparent .tagline span {
947
- color: white !important;
948
- }
949
- body > header.transparent .tagline span.more-link {
950
- border-left-color: white;
951
- }
952
- body > header.transparent > div nav li.search a {
953
- background: rgba(55, 55, 55, 0.2);
954
- }
955
- body > header.transparent > div nav li.search a:hover {
956
- background: rgba(12, 12, 12, 0.2);
957
- }
958
- body > header.transparent nav li {
959
- border-left-color: white;
960
- }
961
- }
962
- @media only screen and (max-width: 768px) {
963
- body > header {
964
- background: #3d4346;
965
- min-height: 50px;
966
- }
967
- body > header .navbar-collapse {
968
- border: 0;
969
- max-height: 500px;
970
- -webkit-box-shadow: none;
971
- box-shadow: none;
972
- }
973
- body > header .home {
974
- margin-bottom: 0;
975
- }
976
- body > header .home svg {
977
- margin-top: 6px;
978
- margin-left: -4px;
979
- }
980
- body > header nav ul,
981
- body > header .tagline {
982
- list-style: none;
983
- margin: 0 -10px;
984
- }
985
- body > header nav ul a:link,
986
- body > header nav ul a:visited,
987
- body > header .tagline a:link,
988
- body > header .tagline a:visited {
989
- color: white;
990
- font-weight: normal;
991
- display: block;
992
- padding: 12px 10px;
993
- border-top: 1px solid #636b70;
994
- font-size: 16px;
995
- }
996
- body > header nav ul .active:not(.secondary),
997
- body > header .tagline .active:not(.secondary) {
998
- background: #bad304;
999
- }
1000
- body > header nav ul .active:not(.secondary) a,
1001
- body > header .tagline .active:not(.secondary) a {
1002
- color: #3f3f3f;
1003
- text-decoration: none;
1004
- border-top-color: #bad304;
1005
- }
1006
- body > header nav ul .active:not(.secondary) + li a,
1007
- body > header .tagline .active:not(.secondary) + li a {
1008
- border-top-color: transparent;
1009
- }
1010
- body > header nav ul a:hover,
1011
- body > header nav ul a:focus,
1012
- body > header .tagline a:hover,
1013
- body > header .tagline a:focus {
1014
- text-decoration: none;
1015
- }
1016
- body > header nav ul li:not(:first-child):not(.secondary) a,
1017
- body > header .tagline li:not(:first-child):not(.secondary) a {
1018
- margin-left: 10px;
1019
- margin-right: 10px;
1020
- padding-left: 0;
1021
- padding-right: 0;
1022
- }
1023
- body > header nav ul li.secondary,
1024
- body > header nav ul li.secondary a,
1025
- body > header .tagline li.secondary,
1026
- body > header .tagline li.secondary a {
1027
- display: inline-block;
1028
- }
1029
- body > header nav ul li.secondary a,
1030
- body > header .tagline li.secondary a {
1031
- border: 0;
1032
- margin-top: 25px;
1033
- margin-bottom: 20px;
1034
- border-right: 1px solid white;
1035
- padding: 1px 10px;
1036
- }
1037
- body > header nav ul li.secondary:last-child a,
1038
- body > header .tagline li.secondary:last-child a {
1039
- border-right-width: 0;
1040
- }
1041
- body > header nav ul li.active.secondary a,
1042
- body > header nav ul li.active.secondary a span.text,
1043
- body > header nav ul li.secondary a:focus,
1044
- body > header nav ul li.secondary a:focus span.text,
1045
- body > header nav ul li.secondary a:hover,
1046
- body > header nav ul li.secondary a:hover span.text,
1047
- body > header .tagline li.active.secondary a,
1048
- body > header .tagline li.active.secondary a span.text,
1049
- body > header .tagline li.secondary a:focus,
1050
- body > header .tagline li.secondary a:focus span.text,
1051
- body > header .tagline li.secondary a:hover,
1052
- body > header .tagline li.secondary a:hover span.text {
1053
- background: transparent;
1054
- text-decoration: underline;
1055
- color: white;
1056
- }
1057
- body > header .tagline {
1058
- padding-left: 0;
1059
- padding-right: 0;
1060
- }
1061
- body > header .tagline .claim {
1062
- padding-right: 10px;
1063
- display: block;
1064
- }
1065
- body > header .tagline a:link {
1066
- border-top: 0;
1067
- }
1068
- body > header .tagline .more-link {
1069
- text-decoration: underline;
1070
- }
1071
- body > header .tagline.has-more-link .claim {
1072
- display: inline;
1073
- }
1074
- body > header .me img {
1075
- display: none;
1076
- }
1077
- body > header .navbar-toggle {
1078
- margin-bottom: 0;
1079
- margin-right: -5px;
1080
- }
1081
- body > header .navbar-toggle .icon-bar {
1082
- background: white;
1083
- }
1084
- body > header .navbar-toggle.collapsed .icon-bar {
1085
- background: #bad304;
1086
- }
1087
- }
1088
-
1089
- html.touch body > header.transparent .tagline,
1090
- html.touch body > header.transparent nav {
1091
- opacity: 1;
1092
- filter: alpha(opacity=100);
1093
- }
1094
- html.touch body > header.transparent a,
1095
- html.touch body > header.transparent a:link {
1096
- color: white;
1097
- }
1098
-
1099
- footer {
1100
- background-image: url('#{$site_baseurl}/assets/theme_images/shadow-line.png');
1101
- background-repeat: no-repeat;
1102
- background-position: center top;
1103
- color: #636b70;
1104
- }
1105
- @media only screen and (min-width: 769px) {
1106
- footer {
1107
- clear: both;
1108
- padding-top: 38px;
1109
- height: 170px;
1110
- }
1111
- footer.has-tax-receipt-hint {
1112
- height: 220px;
1113
- }
1114
- footer nav {
1115
- overflow: hidden;
1116
- }
1117
- footer nav ul {
1118
- overflow: hidden;
1119
- margin-bottom: 7px;
1120
- }
1121
- footer nav ul li {
1122
- display: inline-block;
1123
- float: left;
1124
- padding-left: 0px;
1125
- font-weight: bold;
1126
- }
1127
- footer nav ul li strong {
1128
- display: inline;
1129
- white-space: nowrap;
1130
- color: #636b70;
1131
- font-size: 13px;
1132
- }
1133
- footer nav ul li a:link,
1134
- footer nav ul li a:visited {
1135
- color: #6a9000;
1136
- white-space: nowrap;
1137
- font-size: 13px;
1138
- border-right: 1px solid grey;
1139
- padding-right: 10px;
1140
- padding-top: 1px;
1141
- padding-left: 10px;
1142
- }
1143
- footer nav ul li.second a, footer nav ul li.last a {
1144
- border-right: 0;
1145
- padding-right: 0;
1146
- }
1147
- }
1148
- @media only screen and (max-width: 768px) {
1149
- footer {
1150
- background-color: #eeeeee;
1151
- background-size: 140% 5px;
1152
- padding-top: 20px;
1153
- }
1154
- footer ul {
1155
- padding-left: 0 !important;
1156
- padding-right: 0 !important;
1157
- margin-bottom: 20px;
1158
- }
1159
- footer ul a:link,
1160
- footer ul a:visited,
1161
- footer ul strong {
1162
- display: block;
1163
- padding: 5px 10px 5px 10px;
1164
- font-weight: normal;
1165
- font-size: 18px;
1166
- color: #6a9000;
1167
- }
1168
- footer ul a:link:hover,
1169
- footer ul a:visited:hover,
1170
- footer ul strong:hover {
1171
- text-decoration: underline;
1172
- }
1173
- footer ul strong {
1174
- padding: 15px 10px 4px 10px;
1175
- font-weight: bold;
1176
- color: #3f3f3f;
1177
- }
1178
- }
1179
- footer.tiny-footer {
1180
- clear: both;
1181
- text-align: center;
1182
- background: white;
1183
- padding: 0 0 0.4em 0;
1184
- height: auto;
1185
- color: #3f3f3f;
1186
- }
1187
- footer .tax-receipt-hint {
1188
- background-color: #cccccc;
1189
- padding-top: 5px;
1190
- padding-bottom: 5px;
1191
- }
1192
- @media only screen and (min-width: 769px) {
1193
- footer .tax-receipt-hint {
1194
- border-radius: 4px;
1195
- margin-bottom: 20px;
1196
- }
1197
- }
1198
- @media only screen and (max-width: 768px) {
1199
- footer .tax-receipt-hint {
1200
- margin-bottom: 10px;
1201
- }
1202
- }
1203
- footer .tax-receipt-hint p {
1204
- margin: 0;
1205
- color: #636b70;
1206
- font-weight: bold;
1207
- font-size: 14px;
1208
- }
1209
- @media only screen and (max-width: 768px) {
1210
- footer .tax-receipt-hint p {
1211
- line-height: 22px;
1212
- font-size: 16px;
1213
- }
1214
- }
1215
- @media only screen and (max-width: 768px) {
1216
- footer .tax-receipt-hint a {
1217
- display: block;
1218
- }
1219
- }
1220
-
1221
- body.no-footer footer {
1222
- display: none;
1223
- }
1224
-
1225
- @media only screen and (min-width: 769px) {
1226
- body.generic-graphic-background footer {
1227
- background: #eeeeee;
1228
- }
1229
- }
1230
-
1231
- h1.with-border, h2.with-border, h3.with-border, h4.with-border, h5.with-border {
1232
- border-bottom: 1px solid #cccccc;
1233
- padding-bottom: 2px;
1234
- margin-bottom: 10px;
1235
- margin-top: 30px;
1236
- }
1237
- h1.with-border.first, h2.with-border.first, h3.with-border.first, h4.with-border.first, h5.with-border.first {
1238
- margin-top: 0;
1239
- }
1240
-
1241
- h1 {
1242
- font-family: "Open Sans", Arial, sans-serif;
1243
- -webkit-font-smoothing: antialiased;
1244
- -moz-osx-font-smoothing: grayscale;
1245
- line-height: 32px;
1246
- }
1247
-
1248
- h2 {
1249
- line-height: 22px;
1250
- }
1251
-
1252
- .thin-h1-style {
1253
- margin-bottom: 20px;
1254
- margin-top: 0;
1255
- }
1256
- .thin-h1-style.is-inverted {
1257
- color: white;
1258
- text-shadow: 0 1px 0 black;
1259
- }
1260
- @media only screen and (min-width: 769px) {
1261
- .thin-h1-style {
1262
- font-size: 42px;
1263
- line-height: 52px;
1264
- font-weight: 300;
1265
- }
1266
- }
1267
- @media only screen and (max-width: 768px) {
1268
- .thin-h1-style {
1269
- font-size: 26px;
1270
- line-height: 30px;
1271
- font-weight: 400;
1272
- }
1273
- }
1274
-
1275
- .large-h1-style {
1276
- font-weight: 300;
1277
- }
1278
- @media only screen and (min-width: 769px) {
1279
- .large-h1-style {
1280
- font-size: 38px;
1281
- line-height: 46px;
1282
- }
1283
- }
1284
- @media only screen and (max-width: 768px) {
1285
- .large-h1-style {
1286
- font-size: 30px;
1287
- line-height: 36px;
1288
- }
1289
- }
1290
-
1291
- .small-h1-style {
1292
- font-weight: 400;
1293
- }
1294
- .small-h1-style.is-inverted {
1295
- color: white;
1296
- text-shadow: 0 1px 0 black;
1297
- }
1298
- @media only screen and (min-width: 769px) {
1299
- .small-h1-style {
1300
- font-size: 28px;
1301
- line-height: 32px;
1302
- margin: 20px 0;
1303
- }
1304
- }
1305
- @media only screen and (max-width: 768px) {
1306
- .small-h1-style {
1307
- font-size: 24px;
1308
- line-height: 28px;
1309
- }
1310
- }
1311
-
1312
- .large-h2-style {
1313
- font-family: "Open Sans", Arial, sans-serif;
1314
- -webkit-font-smoothing: antialiased;
1315
- -moz-osx-font-smoothing: grayscale;
1316
- font-weight: 300;
1317
- font-size: 28px;
1318
- line-height: 32px;
1319
- }
1320
- .large-h2-style small {
1321
- font-size: 16px;
1322
- line-height: 20px;
1323
- }
1324
- .large-h2-style.is-inverted, .large-h2-style.is-inverted small {
1325
- color: white;
1326
- text-shadow: 0 1px 0 black;
1327
- }
1328
-
1329
- .small-h2-style {
1330
- font-family: "Open Sans", Arial, sans-serif;
1331
- -webkit-font-smoothing: antialiased;
1332
- -moz-osx-font-smoothing: grayscale;
1333
- font-weight: 400;
1334
- font-size: 22px;
1335
- line-height: 24px;
1336
- }
1337
-
1338
- @media only screen and (min-width: 769px) {
1339
- .headline-type-6 {
1340
- font-family: "Open Sans", Arial, sans-serif;
1341
- -webkit-font-smoothing: antialiased;
1342
- -moz-osx-font-smoothing: grayscale;
1343
- font-weight: 400;
1344
- font-size: 18px;
1345
- line-height: 20px;
1346
- }
1347
- }
1348
- @media only screen and (max-width: 768px) {
1349
- .headline-type-6 {
1350
- font-family: "Open Sans", Arial, sans-serif;
1351
- -webkit-font-smoothing: antialiased;
1352
- -moz-osx-font-smoothing: grayscale;
1353
- font-weight: 400;
1354
- font-size: 18px;
1355
- line-height: 20px;
1356
- }
1357
- }
1358
-
1359
- .default-bootstrap-font-size-base {
1360
- font-size: 14px;
1361
- }
1362
-
1363
- @media only screen and (max-width: 768px) {
1364
- body {
1365
- word-wrap: break-word;
1366
- }
1367
- }
1368
-
1369
- abbr,
1370
- abbr[title],
1371
- abbr[data-original-title] {
1372
- border-bottom: 0;
1373
- cursor: default;
1374
- text-decoration: none;
1375
- }
1376
-
1377
- code {
1378
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
1379
- }