jekyll-theme-glueckkanja 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +2 -2
  3. data/_sass/_bootstrap-compass.scss +9 -0
  4. data/_sass/_bootstrap-mincer.scss +19 -0
  5. data/_sass/_bootstrap-sprockets.scss +9 -0
  6. data/_sass/_bootstrap.scss +56 -0
  7. data/_sass/_font-awesome-compass.scss +5 -0
  8. data/_sass/_font-awesome-sprockets.scss +5 -0
  9. data/_sass/_font-awesome.scss +17 -0
  10. data/_sass/_v4-shims.scss +6 -0
  11. data/_sass/_variables.scss +0 -11
  12. data/_sass/bootstrap/_alerts.scss +73 -0
  13. data/_sass/bootstrap/_badges.scss +68 -0
  14. data/_sass/bootstrap/_breadcrumbs.scss +28 -0
  15. data/_sass/bootstrap/_button-groups.scss +244 -0
  16. data/_sass/bootstrap/_buttons.scss +168 -0
  17. data/_sass/bootstrap/_carousel.scss +271 -0
  18. data/_sass/bootstrap/_close.scss +37 -0
  19. data/_sass/bootstrap/_code.scss +69 -0
  20. data/_sass/bootstrap/_component-animations.scss +38 -0
  21. data/_sass/bootstrap/_dropdowns.scss +213 -0
  22. data/_sass/bootstrap/_forms.scss +607 -0
  23. data/_sass/bootstrap/_glyphicons.scss +307 -0
  24. data/_sass/bootstrap/_grid.scss +94 -0
  25. data/_sass/bootstrap/_input-groups.scss +171 -0
  26. data/_sass/bootstrap/_jumbotron.scss +54 -0
  27. data/_sass/bootstrap/_labels.scss +66 -0
  28. data/_sass/bootstrap/_list-group.scss +128 -0
  29. data/_sass/bootstrap/_media.scss +66 -0
  30. data/_sass/bootstrap/_mixins.scss +40 -0
  31. data/_sass/bootstrap/_modals.scss +150 -0
  32. data/_sass/bootstrap/_navbar.scss +656 -0
  33. data/_sass/bootstrap/_navs.scss +242 -0
  34. data/_sass/bootstrap/_normalize.scss +427 -0
  35. data/_sass/bootstrap/_pager.scss +54 -0
  36. data/_sass/bootstrap/_pagination.scss +86 -0
  37. data/_sass/bootstrap/_panels.scss +271 -0
  38. data/_sass/bootstrap/_popovers.scss +126 -0
  39. data/_sass/bootstrap/_print.scss +99 -0
  40. data/_sass/bootstrap/_progress-bars.scss +87 -0
  41. data/_sass/bootstrap/_responsive-embed.scss +35 -0
  42. data/_sass/bootstrap/_responsive-utilities.scss +179 -0
  43. data/_sass/bootstrap/_scaffolding.scss +161 -0
  44. data/_sass/bootstrap/_tables.scss +234 -0
  45. data/_sass/bootstrap/_theme.scss +295 -0
  46. data/_sass/bootstrap/_thumbnails.scss +38 -0
  47. data/_sass/bootstrap/_tooltip.scss +112 -0
  48. data/_sass/bootstrap/_type.scss +298 -0
  49. data/_sass/bootstrap/_utilities.scss +55 -0
  50. data/_sass/bootstrap/_variables.scss +874 -0
  51. data/_sass/bootstrap/_wells.scss +29 -0
  52. data/_sass/bootstrap/mixins/_alerts.scss +15 -0
  53. data/_sass/bootstrap/mixins/_background-variant.scss +12 -0
  54. data/_sass/bootstrap/mixins/_border-radius.scss +18 -0
  55. data/_sass/bootstrap/mixins/_buttons.scss +61 -0
  56. data/_sass/bootstrap/mixins/_center-block.scss +7 -0
  57. data/_sass/bootstrap/mixins/_clearfix.scss +22 -0
  58. data/_sass/bootstrap/mixins/_forms.scss +88 -0
  59. data/_sass/bootstrap/mixins/_gradients.scss +56 -0
  60. data/_sass/bootstrap/mixins/_grid-framework.scss +81 -0
  61. data/_sass/bootstrap/mixins/_grid.scss +122 -0
  62. data/_sass/bootstrap/mixins/_hide-text.scss +21 -0
  63. data/_sass/bootstrap/mixins/_image.scss +28 -0
  64. data/_sass/bootstrap/mixins/_labels.scss +12 -0
  65. data/_sass/bootstrap/mixins/_list-group.scss +32 -0
  66. data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
  67. data/_sass/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  68. data/_sass/bootstrap/mixins/_opacity.scss +7 -0
  69. data/_sass/bootstrap/mixins/_pagination.scss +24 -0
  70. data/_sass/bootstrap/mixins/_panels.scss +24 -0
  71. data/_sass/bootstrap/mixins/_progress-bar.scss +10 -0
  72. data/_sass/bootstrap/mixins/_reset-filter.scss +8 -0
  73. data/_sass/bootstrap/mixins/_reset-text.scss +18 -0
  74. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  75. data/_sass/bootstrap/mixins/_responsive-visibility.scss +17 -0
  76. data/_sass/bootstrap/mixins/_size.scss +10 -0
  77. data/_sass/bootstrap/mixins/_tab-focus.scss +9 -0
  78. data/_sass/bootstrap/mixins/_table-row.scss +28 -0
  79. data/_sass/bootstrap/mixins/_text-emphasis.scss +12 -0
  80. data/_sass/bootstrap/mixins/_text-overflow.scss +8 -0
  81. data/_sass/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  82. data/_sass/font-awesome/_animated.scss +20 -0
  83. data/_sass/font-awesome/_bordered-pulled.scss +20 -0
  84. data/_sass/font-awesome/_core.scss +21 -0
  85. data/_sass/font-awesome/_fixed-width.scss +6 -0
  86. data/_sass/font-awesome/_icons.scss +1397 -0
  87. data/_sass/font-awesome/_larger.scss +23 -0
  88. data/_sass/font-awesome/_list.scss +18 -0
  89. data/_sass/font-awesome/_mixins.scss +56 -0
  90. data/_sass/font-awesome/_path.scss +53 -0
  91. data/_sass/font-awesome/_rotated-flipped.scss +24 -0
  92. data/_sass/font-awesome/_screen-reader.scss +5 -0
  93. data/_sass/font-awesome/_shims.scss +2062 -0
  94. data/_sass/font-awesome/_stacked.scss +31 -0
  95. data/_sass/font-awesome/_variables.scss +1417 -0
  96. data/assets/css/app.scss +7 -57
  97. data/assets/css/site.scss +40 -0
  98. data/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  99. data/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
  100. data/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  101. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  102. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  103. data/assets/fonts/font-awesome/fa-brands-400.eot +0 -0
  104. data/assets/fonts/font-awesome/fa-brands-400.svg +3496 -0
  105. data/assets/fonts/font-awesome/fa-brands-400.ttf +0 -0
  106. data/assets/fonts/font-awesome/fa-brands-400.woff +0 -0
  107. data/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
  108. data/assets/fonts/font-awesome/fa-regular-400.eot +0 -0
  109. data/assets/fonts/font-awesome/fa-regular-400.svg +803 -0
  110. data/assets/fonts/font-awesome/fa-regular-400.ttf +0 -0
  111. data/assets/fonts/font-awesome/fa-regular-400.woff +0 -0
  112. data/assets/fonts/font-awesome/fa-regular-400.woff2 +0 -0
  113. data/assets/fonts/font-awesome/fa-solid-900.eot +0 -0
  114. data/assets/fonts/font-awesome/fa-solid-900.svg +4667 -0
  115. data/assets/fonts/font-awesome/fa-solid-900.ttf +0 -0
  116. data/assets/fonts/font-awesome/fa-solid-900.woff +0 -0
  117. data/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
  118. metadata +114 -2
@@ -0,0 +1,656 @@
1
+ //
2
+ // Navbars
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Wrapper and base class
7
+ //
8
+ // Provide a static navbar from which we expand to create full-width, fixed, and
9
+ // other navbar variations.
10
+
11
+ .navbar {
12
+ position: relative;
13
+ min-height: $navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)
14
+ margin-bottom: $navbar-margin-bottom;
15
+ border: 1px solid transparent;
16
+
17
+ // Prevent floats from breaking the navbar
18
+ @include clearfix;
19
+
20
+ @media (min-width: $grid-float-breakpoint) {
21
+ border-radius: $navbar-border-radius;
22
+ }
23
+ }
24
+
25
+
26
+ // Navbar heading
27
+ //
28
+ // Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
29
+ // styling of responsive aspects.
30
+
31
+ .navbar-header {
32
+ @include clearfix;
33
+
34
+ @media (min-width: $grid-float-breakpoint) {
35
+ float: left;
36
+ }
37
+ }
38
+
39
+
40
+ // Navbar collapse (body)
41
+ //
42
+ // Group your navbar content into this for easy collapsing and expanding across
43
+ // various device sizes. By default, this content is collapsed when <768px, but
44
+ // will expand past that for a horizontal display.
45
+ //
46
+ // To start (on mobile devices) the navbar links, forms, and buttons are stacked
47
+ // vertically and include a `max-height` to overflow in case you have too much
48
+ // content for the user's viewport.
49
+
50
+ .navbar-collapse {
51
+ padding-right: $navbar-padding-horizontal;
52
+ padding-left: $navbar-padding-horizontal;
53
+ overflow-x: visible;
54
+ border-top: 1px solid transparent;
55
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
56
+ @include clearfix;
57
+ -webkit-overflow-scrolling: touch;
58
+
59
+ &.in {
60
+ overflow-y: auto;
61
+ }
62
+
63
+ @media (min-width: $grid-float-breakpoint) {
64
+ width: auto;
65
+ border-top: 0;
66
+ box-shadow: none;
67
+
68
+ &.collapse {
69
+ display: block !important;
70
+ height: auto !important;
71
+ padding-bottom: 0; // Override default setting
72
+ overflow: visible !important;
73
+ }
74
+
75
+ &.in {
76
+ overflow-y: visible;
77
+ }
78
+
79
+ // Undo the collapse side padding for navbars with containers to ensure
80
+ // alignment of right-aligned contents.
81
+ .navbar-fixed-top &,
82
+ .navbar-static-top &,
83
+ .navbar-fixed-bottom & {
84
+ padding-right: 0;
85
+ padding-left: 0;
86
+ }
87
+ }
88
+ }
89
+
90
+ .navbar-fixed-top,
91
+ .navbar-fixed-bottom {
92
+ .navbar-collapse {
93
+ max-height: $navbar-collapse-max-height;
94
+
95
+ @media (max-device-width: $screen-xs-min) and (orientation: landscape) {
96
+ max-height: 200px;
97
+ }
98
+ }
99
+
100
+ // Fix the top/bottom navbars when screen real estate supports it
101
+ position: fixed;
102
+ right: 0;
103
+ left: 0;
104
+ z-index: $zindex-navbar-fixed;
105
+
106
+ // Undo the rounded corners
107
+ @media (min-width: $grid-float-breakpoint) {
108
+ border-radius: 0;
109
+ }
110
+ }
111
+
112
+ .navbar-fixed-top {
113
+ top: 0;
114
+ border-width: 0 0 1px;
115
+ }
116
+ .navbar-fixed-bottom {
117
+ bottom: 0;
118
+ margin-bottom: 0; // override .navbar defaults
119
+ border-width: 1px 0 0;
120
+ }
121
+
122
+
123
+ // Both navbar header and collapse
124
+ //
125
+ // When a container is present, change the behavior of the header and collapse.
126
+
127
+ .container,
128
+ .container-fluid {
129
+ > .navbar-header,
130
+ > .navbar-collapse {
131
+ margin-right: -$navbar-padding-horizontal;
132
+ margin-left: -$navbar-padding-horizontal;
133
+
134
+ @media (min-width: $grid-float-breakpoint) {
135
+ margin-right: 0;
136
+ margin-left: 0;
137
+ }
138
+ }
139
+ }
140
+
141
+
142
+ //
143
+ // Navbar alignment options
144
+ //
145
+ // Display the navbar across the entirety of the page or fixed it to the top or
146
+ // bottom of the page.
147
+
148
+ // Static top (unfixed, but 100% wide) navbar
149
+ .navbar-static-top {
150
+ z-index: $zindex-navbar;
151
+ border-width: 0 0 1px;
152
+
153
+ @media (min-width: $grid-float-breakpoint) {
154
+ border-radius: 0;
155
+ }
156
+ }
157
+
158
+
159
+ // Brand/project name
160
+
161
+ .navbar-brand {
162
+ float: left;
163
+ height: $navbar-height;
164
+ padding: $navbar-padding-vertical $navbar-padding-horizontal;
165
+ font-size: $font-size-large;
166
+ line-height: $line-height-computed;
167
+
168
+ &:hover,
169
+ &:focus {
170
+ text-decoration: none;
171
+ }
172
+
173
+ > img {
174
+ display: block;
175
+ }
176
+
177
+ @media (min-width: $grid-float-breakpoint) {
178
+ .navbar > .container &,
179
+ .navbar > .container-fluid & {
180
+ margin-left: -$navbar-padding-horizontal;
181
+ }
182
+ }
183
+ }
184
+
185
+
186
+ // Navbar toggle
187
+ //
188
+ // Custom button for toggling the `.navbar-collapse`, powered by the collapse
189
+ // JavaScript plugin.
190
+
191
+ .navbar-toggle {
192
+ position: relative;
193
+ float: right;
194
+ padding: 9px 10px;
195
+ margin-right: $navbar-padding-horizontal;
196
+ @include navbar-vertical-align(34px);
197
+ background-color: transparent;
198
+ background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
199
+ border: 1px solid transparent;
200
+ border-radius: $border-radius-base;
201
+
202
+ // We remove the `outline` here, but later compensate by attaching `:hover`
203
+ // styles to `:focus`.
204
+ &:focus {
205
+ outline: 0;
206
+ }
207
+
208
+ // Bars
209
+ .icon-bar {
210
+ display: block;
211
+ width: 22px;
212
+ height: 2px;
213
+ border-radius: 1px;
214
+ }
215
+ .icon-bar + .icon-bar {
216
+ margin-top: 4px;
217
+ }
218
+
219
+ @media (min-width: $grid-float-breakpoint) {
220
+ display: none;
221
+ }
222
+ }
223
+
224
+
225
+ // Navbar nav links
226
+ //
227
+ // Builds on top of the `.nav` components with its own modifier class to make
228
+ // the nav the full height of the horizontal nav (above 768px).
229
+
230
+ .navbar-nav {
231
+ margin: ($navbar-padding-vertical / 2) (-$navbar-padding-horizontal);
232
+
233
+ > li > a {
234
+ padding-top: 10px;
235
+ padding-bottom: 10px;
236
+ line-height: $line-height-computed;
237
+ }
238
+
239
+ @media (max-width: $grid-float-breakpoint-max) {
240
+ // Dropdowns get custom display when collapsed
241
+ .open .dropdown-menu {
242
+ position: static;
243
+ float: none;
244
+ width: auto;
245
+ margin-top: 0;
246
+ background-color: transparent;
247
+ border: 0;
248
+ box-shadow: none;
249
+ > li > a,
250
+ .dropdown-header {
251
+ padding: 5px 15px 5px 25px;
252
+ }
253
+ > li > a {
254
+ line-height: $line-height-computed;
255
+ &:hover,
256
+ &:focus {
257
+ background-image: none;
258
+ }
259
+ }
260
+ }
261
+ }
262
+
263
+ // Uncollapse the nav
264
+ @media (min-width: $grid-float-breakpoint) {
265
+ float: left;
266
+ margin: 0;
267
+
268
+ > li {
269
+ float: left;
270
+ > a {
271
+ padding-top: $navbar-padding-vertical;
272
+ padding-bottom: $navbar-padding-vertical;
273
+ }
274
+ }
275
+ }
276
+ }
277
+
278
+
279
+ // Navbar form
280
+ //
281
+ // Extension of the `.form-inline` with some extra flavor for optimum display in
282
+ // our navbars.
283
+
284
+ .navbar-form {
285
+ padding: 10px $navbar-padding-horizontal;
286
+ margin-right: -$navbar-padding-horizontal;
287
+ margin-left: -$navbar-padding-horizontal;
288
+ border-top: 1px solid transparent;
289
+ border-bottom: 1px solid transparent;
290
+ $shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
291
+ @include box-shadow($shadow);
292
+
293
+ // Mixin behavior for optimum display
294
+ @include form-inline;
295
+
296
+ .form-group {
297
+ @media (max-width: $grid-float-breakpoint-max) {
298
+ margin-bottom: 5px;
299
+
300
+ &:last-child {
301
+ margin-bottom: 0;
302
+ }
303
+ }
304
+ }
305
+
306
+ // Vertically center in expanded, horizontal navbar
307
+ @include navbar-vertical-align($input-height-base);
308
+
309
+ // Undo 100% width for pull classes
310
+ @media (min-width: $grid-float-breakpoint) {
311
+ width: auto;
312
+ padding-top: 0;
313
+ padding-bottom: 0;
314
+ margin-right: 0;
315
+ margin-left: 0;
316
+ border: 0;
317
+ @include box-shadow(none);
318
+ }
319
+ }
320
+
321
+
322
+ // Dropdown menus
323
+
324
+ // Menu position and menu carets
325
+ .navbar-nav > li > .dropdown-menu {
326
+ margin-top: 0;
327
+ @include border-top-radius(0);
328
+ }
329
+ // Menu position and menu caret support for dropups via extra dropup class
330
+ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
331
+ margin-bottom: 0;
332
+ @include border-top-radius($navbar-border-radius);
333
+ @include border-bottom-radius(0);
334
+ }
335
+
336
+
337
+ // Buttons in navbars
338
+ //
339
+ // Vertically center a button within a navbar (when *not* in a form).
340
+
341
+ .navbar-btn {
342
+ @include navbar-vertical-align($input-height-base);
343
+
344
+ &.btn-sm {
345
+ @include navbar-vertical-align($input-height-small);
346
+ }
347
+ &.btn-xs {
348
+ @include navbar-vertical-align(22);
349
+ }
350
+ }
351
+
352
+
353
+ // Text in navbars
354
+ //
355
+ // Add a class to make any element properly align itself vertically within the navbars.
356
+
357
+ .navbar-text {
358
+ @include navbar-vertical-align($line-height-computed);
359
+
360
+ @media (min-width: $grid-float-breakpoint) {
361
+ float: left;
362
+ margin-right: $navbar-padding-horizontal;
363
+ margin-left: $navbar-padding-horizontal;
364
+ }
365
+ }
366
+
367
+
368
+ // Component alignment
369
+ //
370
+ // Repurpose the pull utilities as their own navbar utilities to avoid specificity
371
+ // issues with parents and chaining. Only do this when the navbar is uncollapsed
372
+ // though so that navbar contents properly stack and align in mobile.
373
+ //
374
+ // Declared after the navbar components to ensure more specificity on the margins.
375
+
376
+ @media (min-width: $grid-float-breakpoint) {
377
+ .navbar-left {
378
+ float: left !important;
379
+ }
380
+ .navbar-right {
381
+ float: right !important;
382
+ margin-right: -$navbar-padding-horizontal;
383
+
384
+ ~ .navbar-right {
385
+ margin-right: 0;
386
+ }
387
+ }
388
+ }
389
+
390
+
391
+ // Alternate navbars
392
+ // --------------------------------------------------
393
+
394
+ // Default navbar
395
+ .navbar-default {
396
+ background-color: $navbar-default-bg;
397
+ border-color: $navbar-default-border;
398
+
399
+ .navbar-brand {
400
+ color: $navbar-default-brand-color;
401
+ &:hover,
402
+ &:focus {
403
+ color: $navbar-default-brand-hover-color;
404
+ background-color: $navbar-default-brand-hover-bg;
405
+ }
406
+ }
407
+
408
+ .navbar-text {
409
+ color: $navbar-default-color;
410
+ }
411
+
412
+ .navbar-nav {
413
+ > li > a {
414
+ color: $navbar-default-link-color;
415
+
416
+ &:hover,
417
+ &:focus {
418
+ color: $navbar-default-link-hover-color;
419
+ background-color: $navbar-default-link-hover-bg;
420
+ }
421
+ }
422
+ > .active > a {
423
+ &,
424
+ &:hover,
425
+ &:focus {
426
+ color: $navbar-default-link-active-color;
427
+ background-color: $navbar-default-link-active-bg;
428
+ }
429
+ }
430
+ > .disabled > a {
431
+ &,
432
+ &:hover,
433
+ &:focus {
434
+ color: $navbar-default-link-disabled-color;
435
+ background-color: $navbar-default-link-disabled-bg;
436
+ }
437
+ }
438
+
439
+ // Dropdown menu items
440
+ // Remove background color from open dropdown
441
+ > .open > a {
442
+ &,
443
+ &:hover,
444
+ &:focus {
445
+ color: $navbar-default-link-active-color;
446
+ background-color: $navbar-default-link-active-bg;
447
+ }
448
+ }
449
+
450
+ @media (max-width: $grid-float-breakpoint-max) {
451
+ // Dropdowns get custom display when collapsed
452
+ .open .dropdown-menu {
453
+ > li > a {
454
+ color: $navbar-default-link-color;
455
+ &:hover,
456
+ &:focus {
457
+ color: $navbar-default-link-hover-color;
458
+ background-color: $navbar-default-link-hover-bg;
459
+ }
460
+ }
461
+ > .active > a {
462
+ &,
463
+ &:hover,
464
+ &:focus {
465
+ color: $navbar-default-link-active-color;
466
+ background-color: $navbar-default-link-active-bg;
467
+ }
468
+ }
469
+ > .disabled > a {
470
+ &,
471
+ &:hover,
472
+ &:focus {
473
+ color: $navbar-default-link-disabled-color;
474
+ background-color: $navbar-default-link-disabled-bg;
475
+ }
476
+ }
477
+ }
478
+ }
479
+ }
480
+
481
+ .navbar-toggle {
482
+ border-color: $navbar-default-toggle-border-color;
483
+ &:hover,
484
+ &:focus {
485
+ background-color: $navbar-default-toggle-hover-bg;
486
+ }
487
+ .icon-bar {
488
+ background-color: $navbar-default-toggle-icon-bar-bg;
489
+ }
490
+ }
491
+
492
+ .navbar-collapse,
493
+ .navbar-form {
494
+ border-color: $navbar-default-border;
495
+ }
496
+
497
+
498
+ // Links in navbars
499
+ //
500
+ // Add a class to ensure links outside the navbar nav are colored correctly.
501
+
502
+ .navbar-link {
503
+ color: $navbar-default-link-color;
504
+ &:hover {
505
+ color: $navbar-default-link-hover-color;
506
+ }
507
+ }
508
+
509
+ .btn-link {
510
+ color: $navbar-default-link-color;
511
+ &:hover,
512
+ &:focus {
513
+ color: $navbar-default-link-hover-color;
514
+ }
515
+ &[disabled],
516
+ fieldset[disabled] & {
517
+ &:hover,
518
+ &:focus {
519
+ color: $navbar-default-link-disabled-color;
520
+ }
521
+ }
522
+ }
523
+ }
524
+
525
+ // Inverse navbar
526
+
527
+ .navbar-inverse {
528
+ background-color: $navbar-inverse-bg;
529
+ border-color: $navbar-inverse-border;
530
+
531
+ .navbar-brand {
532
+ color: $navbar-inverse-brand-color;
533
+ &:hover,
534
+ &:focus {
535
+ color: $navbar-inverse-brand-hover-color;
536
+ background-color: $navbar-inverse-brand-hover-bg;
537
+ }
538
+ }
539
+
540
+ .navbar-text {
541
+ color: $navbar-inverse-color;
542
+ }
543
+
544
+ .navbar-nav {
545
+ > li > a {
546
+ color: $navbar-inverse-link-color;
547
+
548
+ &:hover,
549
+ &:focus {
550
+ color: $navbar-inverse-link-hover-color;
551
+ background-color: $navbar-inverse-link-hover-bg;
552
+ }
553
+ }
554
+ > .active > a {
555
+ &,
556
+ &:hover,
557
+ &:focus {
558
+ color: $navbar-inverse-link-active-color;
559
+ background-color: $navbar-inverse-link-active-bg;
560
+ }
561
+ }
562
+ > .disabled > a {
563
+ &,
564
+ &:hover,
565
+ &:focus {
566
+ color: $navbar-inverse-link-disabled-color;
567
+ background-color: $navbar-inverse-link-disabled-bg;
568
+ }
569
+ }
570
+
571
+ // Dropdowns
572
+ > .open > a {
573
+ &,
574
+ &:hover,
575
+ &:focus {
576
+ color: $navbar-inverse-link-active-color;
577
+ background-color: $navbar-inverse-link-active-bg;
578
+ }
579
+ }
580
+
581
+ @media (max-width: $grid-float-breakpoint-max) {
582
+ // Dropdowns get custom display
583
+ .open .dropdown-menu {
584
+ > .dropdown-header {
585
+ border-color: $navbar-inverse-border;
586
+ }
587
+ .divider {
588
+ background-color: $navbar-inverse-border;
589
+ }
590
+ > li > a {
591
+ color: $navbar-inverse-link-color;
592
+ &:hover,
593
+ &:focus {
594
+ color: $navbar-inverse-link-hover-color;
595
+ background-color: $navbar-inverse-link-hover-bg;
596
+ }
597
+ }
598
+ > .active > a {
599
+ &,
600
+ &:hover,
601
+ &:focus {
602
+ color: $navbar-inverse-link-active-color;
603
+ background-color: $navbar-inverse-link-active-bg;
604
+ }
605
+ }
606
+ > .disabled > a {
607
+ &,
608
+ &:hover,
609
+ &:focus {
610
+ color: $navbar-inverse-link-disabled-color;
611
+ background-color: $navbar-inverse-link-disabled-bg;
612
+ }
613
+ }
614
+ }
615
+ }
616
+ }
617
+
618
+ // Darken the responsive nav toggle
619
+ .navbar-toggle {
620
+ border-color: $navbar-inverse-toggle-border-color;
621
+ &:hover,
622
+ &:focus {
623
+ background-color: $navbar-inverse-toggle-hover-bg;
624
+ }
625
+ .icon-bar {
626
+ background-color: $navbar-inverse-toggle-icon-bar-bg;
627
+ }
628
+ }
629
+
630
+ .navbar-collapse,
631
+ .navbar-form {
632
+ border-color: darken($navbar-inverse-bg, 7%);
633
+ }
634
+
635
+ .navbar-link {
636
+ color: $navbar-inverse-link-color;
637
+ &:hover {
638
+ color: $navbar-inverse-link-hover-color;
639
+ }
640
+ }
641
+
642
+ .btn-link {
643
+ color: $navbar-inverse-link-color;
644
+ &:hover,
645
+ &:focus {
646
+ color: $navbar-inverse-link-hover-color;
647
+ }
648
+ &[disabled],
649
+ fieldset[disabled] & {
650
+ &:hover,
651
+ &:focus {
652
+ color: $navbar-inverse-link-disabled-color;
653
+ }
654
+ }
655
+ }
656
+ }