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,168 @@
1
+ //
2
+ // Buttons
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Base styles
7
+ // --------------------------------------------------
8
+
9
+ .btn {
10
+ display: inline-block;
11
+ margin-bottom: 0; // For input.btn
12
+ font-weight: $btn-font-weight;
13
+ text-align: center;
14
+ white-space: nowrap;
15
+ vertical-align: middle;
16
+ touch-action: manipulation;
17
+ cursor: pointer;
18
+ background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
19
+ border: 1px solid transparent;
20
+ @include button-size($padding-base-vertical, $padding-base-horizontal, $font-size-base, $line-height-base, $btn-border-radius-base);
21
+ @include user-select(none);
22
+
23
+ &,
24
+ &:active,
25
+ &.active {
26
+ &:focus,
27
+ &.focus {
28
+ @include tab-focus;
29
+ }
30
+ }
31
+
32
+ &:hover,
33
+ &:focus,
34
+ &.focus {
35
+ color: $btn-default-color;
36
+ text-decoration: none;
37
+ }
38
+
39
+ &:active,
40
+ &.active {
41
+ background-image: none;
42
+ outline: 0;
43
+ @include box-shadow(inset 0 3px 5px rgba(0, 0, 0, .125));
44
+ }
45
+
46
+ &.disabled,
47
+ &[disabled],
48
+ fieldset[disabled] & {
49
+ cursor: $cursor-disabled;
50
+ @include opacity(.65);
51
+ @include box-shadow(none);
52
+ }
53
+
54
+ // [converter] extracted a& to a.btn
55
+ }
56
+
57
+ a.btn {
58
+ &.disabled,
59
+ fieldset[disabled] & {
60
+ pointer-events: none; // Future-proof disabling of clicks on `<a>` elements
61
+ }
62
+ }
63
+
64
+
65
+ // Alternate buttons
66
+ // --------------------------------------------------
67
+
68
+ .btn-default {
69
+ @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
70
+ }
71
+ .btn-primary {
72
+ @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
73
+ }
74
+ // Success appears as green
75
+ .btn-success {
76
+ @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
77
+ }
78
+ // Info appears as blue-green
79
+ .btn-info {
80
+ @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
81
+ }
82
+ // Warning appears as orange
83
+ .btn-warning {
84
+ @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
85
+ }
86
+ // Danger and error appear as red
87
+ .btn-danger {
88
+ @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
89
+ }
90
+
91
+
92
+ // Link buttons
93
+ // -------------------------
94
+
95
+ // Make a button look and behave like a link
96
+ .btn-link {
97
+ font-weight: 400;
98
+ color: $link-color;
99
+ border-radius: 0;
100
+
101
+ &,
102
+ &:active,
103
+ &.active,
104
+ &[disabled],
105
+ fieldset[disabled] & {
106
+ background-color: transparent;
107
+ @include box-shadow(none);
108
+ }
109
+ &,
110
+ &:hover,
111
+ &:focus,
112
+ &:active {
113
+ border-color: transparent;
114
+ }
115
+ &:hover,
116
+ &:focus {
117
+ color: $link-hover-color;
118
+ text-decoration: $link-hover-decoration;
119
+ background-color: transparent;
120
+ }
121
+ &[disabled],
122
+ fieldset[disabled] & {
123
+ &:hover,
124
+ &:focus {
125
+ color: $btn-link-disabled-color;
126
+ text-decoration: none;
127
+ }
128
+ }
129
+ }
130
+
131
+
132
+ // Button Sizes
133
+ // --------------------------------------------------
134
+
135
+ .btn-lg {
136
+ // line-height: ensure even-numbered height of button next to large input
137
+ @include button-size($padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $btn-border-radius-large);
138
+ }
139
+ .btn-sm {
140
+ // line-height: ensure proper height of button next to small input
141
+ @include button-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $btn-border-radius-small);
142
+ }
143
+ .btn-xs {
144
+ @include button-size($padding-xs-vertical, $padding-xs-horizontal, $font-size-small, $line-height-small, $btn-border-radius-small);
145
+ }
146
+
147
+
148
+ // Block button
149
+ // --------------------------------------------------
150
+
151
+ .btn-block {
152
+ display: block;
153
+ width: 100%;
154
+ }
155
+
156
+ // Vertically space out multiple block buttons
157
+ .btn-block + .btn-block {
158
+ margin-top: 5px;
159
+ }
160
+
161
+ // Specificity overrides
162
+ input[type="submit"],
163
+ input[type="reset"],
164
+ input[type="button"] {
165
+ &.btn-block {
166
+ width: 100%;
167
+ }
168
+ }
@@ -0,0 +1,271 @@
1
+ //
2
+ // Carousel
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Wrapper for the slide container and indicators
7
+ .carousel {
8
+ position: relative;
9
+ }
10
+
11
+ .carousel-inner {
12
+ position: relative;
13
+ width: 100%;
14
+ overflow: hidden;
15
+
16
+ > .item {
17
+ position: relative;
18
+ display: none;
19
+ @include transition(.6s ease-in-out left);
20
+
21
+ // Account for jankitude on images
22
+ > img,
23
+ > a > img {
24
+ @include img-responsive;
25
+ line-height: 1;
26
+ }
27
+
28
+ // WebKit CSS3 transforms for supported devices
29
+ @media all and (transform-3d), (-webkit-transform-3d) {
30
+ @include transition-transform(0.6s ease-in-out);
31
+ @include backface-visibility(hidden);
32
+ @include perspective(1000px);
33
+
34
+ &.next,
35
+ &.active.right {
36
+ @include translate3d(100%, 0, 0);
37
+ left: 0;
38
+ }
39
+ &.prev,
40
+ &.active.left {
41
+ @include translate3d(-100%, 0, 0);
42
+ left: 0;
43
+ }
44
+ &.next.left,
45
+ &.prev.right,
46
+ &.active {
47
+ @include translate3d(0, 0, 0);
48
+ left: 0;
49
+ }
50
+ }
51
+ }
52
+
53
+ > .active,
54
+ > .next,
55
+ > .prev {
56
+ display: block;
57
+ }
58
+
59
+ > .active {
60
+ left: 0;
61
+ }
62
+
63
+ > .next,
64
+ > .prev {
65
+ position: absolute;
66
+ top: 0;
67
+ width: 100%;
68
+ }
69
+
70
+ > .next {
71
+ left: 100%;
72
+ }
73
+ > .prev {
74
+ left: -100%;
75
+ }
76
+ > .next.left,
77
+ > .prev.right {
78
+ left: 0;
79
+ }
80
+
81
+ > .active.left {
82
+ left: -100%;
83
+ }
84
+ > .active.right {
85
+ left: 100%;
86
+ }
87
+
88
+ }
89
+
90
+ // Left/right controls for nav
91
+ // ---------------------------
92
+
93
+ .carousel-control {
94
+ position: absolute;
95
+ top: 0;
96
+ bottom: 0;
97
+ left: 0;
98
+ width: $carousel-control-width;
99
+ font-size: $carousel-control-font-size;
100
+ color: $carousel-control-color;
101
+ text-align: center;
102
+ text-shadow: $carousel-text-shadow;
103
+ background-color: rgba(0, 0, 0, 0); // Fix IE9 click-thru bug
104
+ @include opacity($carousel-control-opacity);
105
+ // We can't have this transition here because WebKit cancels the carousel
106
+ // animation if you trip this while in the middle of another animation.
107
+
108
+ // Set gradients for backgrounds
109
+ &.left {
110
+ @include gradient-horizontal($start-color: rgba(0, 0, 0, .5), $end-color: rgba(0, 0, 0, .0001));
111
+ }
112
+ &.right {
113
+ right: 0;
114
+ left: auto;
115
+ @include gradient-horizontal($start-color: rgba(0, 0, 0, .0001), $end-color: rgba(0, 0, 0, .5));
116
+ }
117
+
118
+ // Hover/focus state
119
+ &:hover,
120
+ &:focus {
121
+ color: $carousel-control-color;
122
+ text-decoration: none;
123
+ outline: 0;
124
+ @include opacity(.9);
125
+ }
126
+
127
+ // Toggles
128
+ .icon-prev,
129
+ .icon-next,
130
+ .glyphicon-chevron-left,
131
+ .glyphicon-chevron-right {
132
+ position: absolute;
133
+ top: 50%;
134
+ z-index: 5;
135
+ display: inline-block;
136
+ margin-top: -10px;
137
+ }
138
+ .icon-prev,
139
+ .glyphicon-chevron-left {
140
+ left: 50%;
141
+ margin-left: -10px;
142
+ }
143
+ .icon-next,
144
+ .glyphicon-chevron-right {
145
+ right: 50%;
146
+ margin-right: -10px;
147
+ }
148
+ .icon-prev,
149
+ .icon-next {
150
+ width: 20px;
151
+ height: 20px;
152
+ font-family: serif;
153
+ line-height: 1;
154
+ }
155
+
156
+ .icon-prev {
157
+ &:before {
158
+ content: "\2039";// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
159
+ }
160
+ }
161
+ .icon-next {
162
+ &:before {
163
+ content: "\203a";// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
164
+ }
165
+ }
166
+ }
167
+
168
+ // Optional indicator pips
169
+ //
170
+ // Add an unordered list with the following class and add a list item for each
171
+ // slide your carousel holds.
172
+
173
+ .carousel-indicators {
174
+ position: absolute;
175
+ bottom: 10px;
176
+ left: 50%;
177
+ z-index: 15;
178
+ width: 60%;
179
+ padding-left: 0;
180
+ margin-left: -30%;
181
+ text-align: center;
182
+ list-style: none;
183
+
184
+ li {
185
+ display: inline-block;
186
+ width: 10px;
187
+ height: 10px;
188
+ margin: 1px;
189
+ text-indent: -999px;
190
+ cursor: pointer;
191
+ // IE8-9 hack for event handling
192
+ //
193
+ // Internet Explorer 8-9 does not support clicks on elements without a set
194
+ // `background-color`. We cannot use `filter` since that's not viewed as a
195
+ // background color by the browser. Thus, a hack is needed.
196
+ // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer
197
+ //
198
+ // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we
199
+ // set alpha transparency for the best results possible.
200
+ background-color: #000 \9; // IE8
201
+ background-color: rgba(0, 0, 0, 0); // IE9
202
+
203
+ border: 1px solid $carousel-indicator-border-color;
204
+ border-radius: 10px;
205
+ }
206
+
207
+ .active {
208
+ width: 12px;
209
+ height: 12px;
210
+ margin: 0;
211
+ background-color: $carousel-indicator-active-bg;
212
+ }
213
+ }
214
+
215
+ // Optional captions
216
+ // -----------------------------
217
+ // Hidden by default for smaller viewports
218
+ .carousel-caption {
219
+ position: absolute;
220
+ right: 15%;
221
+ bottom: 20px;
222
+ left: 15%;
223
+ z-index: 10;
224
+ padding-top: 20px;
225
+ padding-bottom: 20px;
226
+ color: $carousel-caption-color;
227
+ text-align: center;
228
+ text-shadow: $carousel-text-shadow;
229
+
230
+ & .btn {
231
+ text-shadow: none; // No shadow for button elements in carousel-caption
232
+ }
233
+ }
234
+
235
+
236
+ // Scale up controls for tablets and up
237
+ @media screen and (min-width: $screen-sm-min) {
238
+
239
+ // Scale up the controls a smidge
240
+ .carousel-control {
241
+ .glyphicon-chevron-left,
242
+ .glyphicon-chevron-right,
243
+ .icon-prev,
244
+ .icon-next {
245
+ width: ($carousel-control-font-size * 1.5);
246
+ height: ($carousel-control-font-size * 1.5);
247
+ margin-top: ($carousel-control-font-size / -2);
248
+ font-size: ($carousel-control-font-size * 1.5);
249
+ }
250
+ .glyphicon-chevron-left,
251
+ .icon-prev {
252
+ margin-left: ($carousel-control-font-size / -2);
253
+ }
254
+ .glyphicon-chevron-right,
255
+ .icon-next {
256
+ margin-right: ($carousel-control-font-size / -2);
257
+ }
258
+ }
259
+
260
+ // Show and left align the captions
261
+ .carousel-caption {
262
+ right: 20%;
263
+ left: 20%;
264
+ padding-bottom: 30px;
265
+ }
266
+
267
+ // Move up the indicators
268
+ .carousel-indicators {
269
+ bottom: 20px;
270
+ }
271
+ }
@@ -0,0 +1,37 @@
1
+ //
2
+ // Close icons
3
+ // --------------------------------------------------
4
+
5
+
6
+ .close {
7
+ float: right;
8
+ font-size: ($font-size-base * 1.5);
9
+ font-weight: $close-font-weight;
10
+ line-height: 1;
11
+ color: $close-color;
12
+ text-shadow: $close-text-shadow;
13
+ @include opacity(.2);
14
+
15
+ &:hover,
16
+ &:focus {
17
+ color: $close-color;
18
+ text-decoration: none;
19
+ cursor: pointer;
20
+ @include opacity(.5);
21
+ }
22
+
23
+ // [converter] extracted button& to button.close
24
+ }
25
+
26
+ // Additional properties for button version
27
+ // iOS requires the button element instead of an anchor tag.
28
+ // If you want the anchor version, it requires `href="#"`.
29
+ // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
30
+ button.close {
31
+ padding: 0;
32
+ cursor: pointer;
33
+ background: transparent;
34
+ border: 0;
35
+ -webkit-appearance: none;
36
+ appearance: none;
37
+ }
@@ -0,0 +1,69 @@
1
+ //
2
+ // Code (inline and block)
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Inline and block code styles
7
+ code,
8
+ kbd,
9
+ pre,
10
+ samp {
11
+ font-family: $font-family-monospace;
12
+ }
13
+
14
+ // Inline code
15
+ code {
16
+ padding: 2px 4px;
17
+ font-size: 90%;
18
+ color: $code-color;
19
+ background-color: $code-bg;
20
+ border-radius: $border-radius-base;
21
+ }
22
+
23
+ // User input typically entered via keyboard
24
+ kbd {
25
+ padding: 2px 4px;
26
+ font-size: 90%;
27
+ color: $kbd-color;
28
+ background-color: $kbd-bg;
29
+ border-radius: $border-radius-small;
30
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
31
+
32
+ kbd {
33
+ padding: 0;
34
+ font-size: 100%;
35
+ font-weight: 700;
36
+ box-shadow: none;
37
+ }
38
+ }
39
+
40
+ // Blocks of code
41
+ pre {
42
+ display: block;
43
+ padding: (($line-height-computed - 1) / 2);
44
+ margin: 0 0 ($line-height-computed / 2);
45
+ font-size: ($font-size-base - 1); // 14px to 13px
46
+ line-height: $line-height-base;
47
+ color: $pre-color;
48
+ word-break: break-all;
49
+ word-wrap: break-word;
50
+ background-color: $pre-bg;
51
+ border: 1px solid $pre-border-color;
52
+ border-radius: $border-radius-base;
53
+
54
+ // Account for some code outputs that place code tags in pre tags
55
+ code {
56
+ padding: 0;
57
+ font-size: inherit;
58
+ color: inherit;
59
+ white-space: pre-wrap;
60
+ background-color: transparent;
61
+ border-radius: 0;
62
+ }
63
+ }
64
+
65
+ // Enable scrollable blocks of code
66
+ .pre-scrollable {
67
+ max-height: $pre-scrollable-max-height;
68
+ overflow-y: scroll;
69
+ }
@@ -0,0 +1,38 @@
1
+ //
2
+ // Component animations
3
+ // --------------------------------------------------
4
+
5
+ // Heads up!
6
+ //
7
+ // We don't use the `.opacity()` mixin here since it causes a bug with text
8
+ // fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.
9
+
10
+ .fade {
11
+ opacity: 0;
12
+ @include transition(opacity .15s linear);
13
+
14
+ &.in {
15
+ opacity: 1;
16
+ }
17
+ }
18
+
19
+ .collapse {
20
+ display: none;
21
+
22
+ &.in { display: block; }
23
+ // [converter] extracted tr&.in to tr.collapse.in
24
+ // [converter] extracted tbody&.in to tbody.collapse.in
25
+ }
26
+
27
+ tr.collapse.in { display: table-row; }
28
+
29
+ tbody.collapse.in { display: table-row-group; }
30
+
31
+ .collapsing {
32
+ position: relative;
33
+ height: 0;
34
+ overflow: hidden;
35
+ @include transition-property(height, visibility);
36
+ @include transition-duration(.35s);
37
+ @include transition-timing-function(ease);
38
+ }