jekyll-theme-centos 2.3.0.beta.90 → 2.3.0.beta.91

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/_data/{centos → base}/footer.yml +1 -1
  3. data/_data/{centos → base}/identity.yml +1 -1
  4. data/_data/{centos → base}/navbar.yml +4 -1
  5. data/_data/base/navbar_absolute.yml +74 -0
  6. data/_data/base/navbar_component.yml +60 -0
  7. data/_includes/{announcement.html → base/announcements.html} +1 -1
  8. data/_includes/base/breadcrumbs.html +13 -0
  9. data/_includes/base/footer.html +61 -0
  10. data/_includes/{header.html → base/header.html} +1 -1
  11. data/_includes/base/navbar.html +32 -0
  12. data/_includes/{toc-accordion.html → base/toc-accordion.html} +1 -1
  13. data/_includes/{toc.html → base/toc.html} +0 -0
  14. data/_layouts/{default.html → base/default.html} +12 -9
  15. data/_sass/{centos/sites/_lists.scss → base/_centos-lists.scss} +0 -0
  16. data/_sass/{centos/_adjustments.scss → base/_centos.scss} +8 -0
  17. data/_sass/{centos → base}/_variables.scss +2 -0
  18. data/_sass/bootstrap/_accordion.scss +9 -0
  19. data/_sass/bootstrap/_alert.scss +8 -11
  20. data/_sass/bootstrap/_button-group.scss +2 -2
  21. data/_sass/bootstrap/_buttons.scss +3 -3
  22. data/_sass/bootstrap/_card.scss +5 -0
  23. data/_sass/bootstrap/_carousel.scss +20 -2
  24. data/_sass/bootstrap/_close.scss +32 -9
  25. data/_sass/bootstrap/_dropdown.scss +1 -0
  26. data/_sass/bootstrap/_functions.scss +1 -1
  27. data/_sass/bootstrap/_grid.scss +6 -0
  28. data/_sass/bootstrap/_helpers.scss +2 -0
  29. data/_sass/bootstrap/_list-group.scss +12 -7
  30. data/_sass/bootstrap/_maps.scss +120 -0
  31. data/_sass/bootstrap/_mixins.scss +1 -2
  32. data/_sass/bootstrap/_nav.scss +40 -3
  33. data/_sass/bootstrap/_navbar.scss +15 -4
  34. data/_sass/bootstrap/_offcanvas.scss +4 -2
  35. data/_sass/bootstrap/_pagination.scss +1 -1
  36. data/_sass/bootstrap/_progress.scss +10 -1
  37. data/_sass/bootstrap/_reboot.scss +3 -3
  38. data/_sass/bootstrap/_root.scss +121 -10
  39. data/_sass/bootstrap/_tables.scss +18 -11
  40. data/_sass/bootstrap/_tooltip.scss +4 -5
  41. data/_sass/bootstrap/_utilities.scss +172 -13
  42. data/_sass/bootstrap/_variables-dark.scss +85 -0
  43. data/_sass/bootstrap/_variables.scss +262 -153
  44. data/_sass/bootstrap/bootstrap-grid.scss +1 -3
  45. data/_sass/bootstrap/bootstrap-reboot.scss +1 -0
  46. data/_sass/bootstrap/bootstrap-utilities.scss +1 -0
  47. data/_sass/bootstrap/bootstrap.scss +1 -0
  48. data/_sass/bootstrap/forms/_floating-labels.scss +22 -3
  49. data/_sass/bootstrap/forms/_form-check.scss +24 -11
  50. data/_sass/bootstrap/forms/_form-control.scss +23 -3
  51. data/_sass/bootstrap/forms/_form-select.scss +11 -2
  52. data/_sass/bootstrap/forms/_input-group.scss +1 -1
  53. data/_sass/bootstrap/helpers/_color-bg.scss +0 -2
  54. data/_sass/bootstrap/helpers/_colored-links.scss +20 -2
  55. data/_sass/bootstrap/helpers/_focus-ring.scss +5 -0
  56. data/_sass/bootstrap/helpers/_icon-link.scss +25 -0
  57. data/_sass/bootstrap/mixins/_alert.scss +4 -1
  58. data/_sass/bootstrap/mixins/_banner.scss +2 -4
  59. data/_sass/bootstrap/mixins/_caret.scss +30 -25
  60. data/_sass/bootstrap/mixins/_color-mode.scss +21 -0
  61. data/_sass/bootstrap/mixins/_forms.scss +8 -7
  62. data/_sass/bootstrap/mixins/_list-group.scss +2 -0
  63. data/_sass/bootstrap/mixins/_utilities.scss +1 -1
  64. data/_sass/bootstrap/mixins/_visually-hidden.scss +5 -1
  65. data/_sass/bootstrap/vendor/_rfs.scss +23 -29
  66. data/assets/css/stylesheet.min.scss +2 -3
  67. data/assets/img/anaconda-symbolic.svg +0 -0
  68. data/assets/img/anaconda.svg +0 -0
  69. data/assets/img/centos-dynamicmsg-logo.svg +0 -0
  70. data/assets/img/centos-dynamicmsg-type.svg +0 -0
  71. data/assets/img/centos-dynamicmsg-whitelogo.svg +0 -0
  72. data/assets/img/centos-dynamicmsg-whitetype.svg +0 -0
  73. data/assets/img/centos-gdm-whitelogo.svg +0 -0
  74. data/assets/img/centos-ipa-whiteheader.svg +0 -0
  75. data/assets/img/centos-logo-2bits.svg +0 -0
  76. data/assets/img/centos-logo.svg +0 -0
  77. data/assets/img/centos-message-logo.svg +0 -0
  78. data/assets/img/centos-motif.png +0 -0
  79. data/assets/img/centos-poweredby-logo.svg +0 -0
  80. data/assets/img/centos-symbol-2bits.svg +0 -0
  81. data/assets/img/centos-symbol.svg +0 -0
  82. data/assets/img/centos-type.svg +0 -0
  83. data/assets/img/centos-vertical-logo.svg +0 -0
  84. data/assets/img/centos-vertical-message-logo.svg +0 -0
  85. data/assets/img/centos-whitelogo.svg +0 -0
  86. data/assets/img/icons/android-chrome-192.png +0 -0
  87. data/assets/img/icons/android-chrome-512.png +0 -0
  88. data/assets/img/icons/apple-touch-icon.png +0 -0
  89. data/assets/img/icons/favicon-16-0.png +0 -0
  90. data/assets/img/icons/favicon-16-1.png +0 -0
  91. data/assets/img/icons/favicon-32.png +0 -0
  92. data/assets/js/bootstrap.bundle.js +713 -1482
  93. data/assets/js/bootstrap.bundle.js.map +1 -1
  94. data/assets/js/bootstrap.bundle.min.js +3 -3
  95. data/assets/js/bootstrap.bundle.min.js.map +1 -1
  96. data/assets/js/bootstrap.esm.js +660 -1423
  97. data/assets/js/bootstrap.esm.js.map +1 -1
  98. data/assets/js/bootstrap.esm.min.js +3 -3
  99. data/assets/js/bootstrap.esm.min.js.map +1 -1
  100. data/assets/js/bootstrap.js +678 -1441
  101. data/assets/js/bootstrap.js.map +1 -1
  102. data/assets/js/bootstrap.min.js +3 -3
  103. data/assets/js/bootstrap.min.js.map +1 -1
  104. data/assets/js/jquery.min.js +2 -2
  105. data/assets/js/jquery.slim.min.js +2 -2
  106. metadata +32 -50
  107. data/_data/aws-images.csv +0 -81
  108. data/_data/full-altarchlist.csv +0 -74
  109. data/_data/full-mirrorlist.csv +0 -609
  110. data/_includes/breadcrumbs.html +0 -13
  111. data/_includes/download/cards-body-convert.html +0 -10
  112. data/_includes/download/cards-body-doc.html +0 -9
  113. data/_includes/download/cards-body-eol.html +0 -16
  114. data/_includes/download/cards-body-screenshot.html +0 -3
  115. data/_includes/download/cards-body.html +0 -8
  116. data/_includes/download/cards-footer.html +0 -3
  117. data/_includes/download/cards-header-convert.html +0 -8
  118. data/_includes/download/cards-header-doc.html +0 -8
  119. data/_includes/download/cards-header-eol.html +0 -8
  120. data/_includes/download/cards-header-screenshot.html +0 -8
  121. data/_includes/download/cards-header.html +0 -13
  122. data/_includes/download/cards.html +0 -58
  123. data/_includes/editbar.html +0 -6
  124. data/_includes/footer.html +0 -44
  125. data/_includes/navbar.html +0 -28
  126. data/assets/css/stylesheet.lists.min.scss +0 -8
  127. data/assets/icons/android-chrome-192.png +0 -0
  128. data/assets/icons/android-chrome-512.png +0 -0
  129. data/assets/icons/apple-touch-icon.png +0 -0
  130. data/assets/icons/favicon-16.png +0 -0
  131. data/assets/icons/favicon-32.png +0 -0
  132. data/assets/icons/favicon.svg +0 -1
  133. data/assets/img/distributions/centos-linux/7/screenshot-n.png +0 -0
  134. data/assets/img/distributions/centos-linux/8/screenshot-n.png +0 -0
  135. data/assets/img/distributions/centos-stream/8/screenshot-n.png +0 -0
  136. data/assets/img/distributions/centos-stream/9/screenshot-n.png +0 -0
  137. data/assets/img/distributions/name/release/screenshot-n.png +0 -0
  138. data/assets/img/distributions/name/release/screenshot-n.svg +0 -128
  139. data/assets/img/people/username.png +0 -0
  140. /data/_includes/{head.html → base/head.html} +0 -0
  141. /data/_includes/{script.html → base/script.html} +0 -0
@@ -1,4 +1,4 @@
1
- // stylelint-disable property-blacklist, scss/dollar-variable-default
1
+ // stylelint-disable scss/dimension-no-non-numeric-values
2
2
 
3
3
  // SCSS RFS mixin
4
4
  //
@@ -154,8 +154,7 @@ $rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height
154
154
  &.enable-rfs {
155
155
  @content;
156
156
  }
157
- }
158
- @else {
157
+ } @else {
159
158
  @content;
160
159
  }
161
160
  }
@@ -168,7 +167,7 @@ $rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height
168
167
  @content;
169
168
  }
170
169
 
171
- @include _rfs-media-query {
170
+ @include _rfs-media-query () {
172
171
  .enable-rfs &,
173
172
  &.enable-rfs {
174
173
  @content;
@@ -182,7 +181,7 @@ $rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height
182
181
  @content;
183
182
  }
184
183
  }
185
- @include _rfs-media-query {
184
+ @include _rfs-media-query () {
186
185
  @content;
187
186
  }
188
187
  }
@@ -193,12 +192,12 @@ $rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height
193
192
  // Convert to list
194
193
  $values: if(type-of($values) != list, ($values,), $values);
195
194
 
196
- $val: '';
195
+ $val: "";
197
196
 
198
197
  // Loop over each value and calculate value
199
198
  @each $value in $values {
200
199
  @if $value == 0 {
201
- $val: $val + ' 0';
200
+ $val: $val + " 0";
202
201
  }
203
202
  @else {
204
203
  // Cache $value unit
@@ -206,15 +205,14 @@ $rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height
206
205
 
207
206
  @if $unit == px {
208
207
  // Convert to rem if needed
209
- $val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $value * 0 + $rfs-rem-value)}rem, $value);
208
+ $val: $val + " " + if($rfs-unit == rem, #{divide($value, $value * 0 + $rfs-rem-value)}rem, $value);
210
209
  }
211
210
  @else if $unit == rem {
212
211
  // Convert to px if needed
213
- $val: $val + ' ' + if($rfs-unit == px, #{divide($value, $value * 0 + 1) * $rfs-rem-value}px, $value);
214
- }
215
- @else {
212
+ $val: $val + " " + if($rfs-unit == px, #{divide($value, $value * 0 + 1) * $rfs-rem-value}px, $value);
213
+ } @else {
216
214
  // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value
217
- $val: $val + ' ' + $value;
215
+ $val: $val + " " + $value;
218
216
  }
219
217
  }
220
218
  }
@@ -228,30 +226,26 @@ $rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height
228
226
  // Convert to list
229
227
  $values: if(type-of($values) != list, ($values,), $values);
230
228
 
231
- $val: '';
229
+ $val: "";
232
230
 
233
231
  // Loop over each value and calculate value
234
232
  @each $value in $values {
235
233
  @if $value == 0 {
236
- $val: $val + ' 0';
237
- }
238
-
239
- @else {
234
+ $val: $val + " 0";
235
+ } @else {
240
236
  // Cache $value unit
241
237
  $unit: if(type-of($value) == "number", unit($value), false);
242
238
 
243
239
  // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value
244
240
  @if not $unit or $unit != px and $unit != rem {
245
- $val: $val + ' ' + $value;
246
- }
247
-
248
- @else {
241
+ $val: $val + " " + $value;
242
+ } @else {
249
243
  // Remove unit from $value for calculations
250
244
  $value: divide($value, $value * 0 + if($unit == px, 1, divide(1, $rfs-rem-value)));
251
245
 
252
246
  // Only add the media query if the value is greater than the minimum value
253
247
  @if abs($value) <= $rfs-base-value or not $enable-rfs {
254
- $val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $rfs-rem-value)}rem, #{$value}px);
248
+ $val: $val + " " + if($rfs-unit == rem, #{divide($value, $rfs-rem-value)}rem, #{$value}px);
255
249
  }
256
250
  @else {
257
251
  // Calculate the minimum value
@@ -273,7 +267,7 @@ $rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height
273
267
  $variable-width: #{divide($value-diff * 100, $rfs-breakpoint)}#{$variable-unit};
274
268
 
275
269
  // Return the calculated value
276
- $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';
270
+ $val: $val + " calc(" + $min-width + if($value < 0, " - ", " + ") + $variable-width + ")";
277
271
  }
278
272
  }
279
273
  }
@@ -287,22 +281,22 @@ $rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height
287
281
  @mixin rfs($values, $property: font-size) {
288
282
  @if $values != null {
289
283
  $val: rfs-value($values);
290
- $fluidVal: rfs-fluid-value($values);
284
+ $fluid-val: rfs-fluid-value($values);
291
285
 
292
286
  // Do not print the media query if responsive & non-responsive values are the same
293
- @if $val == $fluidVal {
287
+ @if $val == $fluid-val {
294
288
  #{$property}: $val;
295
289
  }
296
290
  @else {
297
- @include _rfs-rule {
298
- #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);
291
+ @include _rfs-rule () {
292
+ #{$property}: if($rfs-mode == max-media-query, $val, $fluid-val);
299
293
 
300
294
  // Include safari iframe resize fix if needed
301
295
  min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);
302
296
  }
303
297
 
304
- @include _rfs-media-query-rule {
305
- #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);
298
+ @include _rfs-media-query-rule () {
299
+ #{$property}: if($rfs-mode == max-media-query, $fluid-val, $val);
306
300
  }
307
301
  }
308
302
  }
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  ---
3
3
 
4
- // Bootstrap
5
- @import "centos/variables";
4
+ @import "base/variables";
6
5
  @import "bootstrap/bootstrap";
7
- @import "centos/adjustments";
6
+ @import "base/centos";
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
Binary file
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
Binary file
Binary file
Binary file