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.
- checksums.yaml +4 -4
- data/_data/{centos → base}/footer.yml +1 -1
- data/_data/{centos → base}/identity.yml +1 -1
- data/_data/{centos → base}/navbar.yml +4 -1
- data/_data/base/navbar_absolute.yml +74 -0
- data/_data/base/navbar_component.yml +60 -0
- data/_includes/{announcement.html → base/announcements.html} +1 -1
- data/_includes/base/breadcrumbs.html +13 -0
- data/_includes/base/footer.html +61 -0
- data/_includes/{header.html → base/header.html} +1 -1
- data/_includes/base/navbar.html +32 -0
- data/_includes/{toc-accordion.html → base/toc-accordion.html} +1 -1
- data/_includes/{toc.html → base/toc.html} +0 -0
- data/_layouts/{default.html → base/default.html} +12 -9
- data/_sass/{centos/sites/_lists.scss → base/_centos-lists.scss} +0 -0
- data/_sass/{centos/_adjustments.scss → base/_centos.scss} +8 -0
- data/_sass/{centos → base}/_variables.scss +2 -0
- data/_sass/bootstrap/_accordion.scss +9 -0
- data/_sass/bootstrap/_alert.scss +8 -11
- data/_sass/bootstrap/_button-group.scss +2 -2
- data/_sass/bootstrap/_buttons.scss +3 -3
- data/_sass/bootstrap/_card.scss +5 -0
- data/_sass/bootstrap/_carousel.scss +20 -2
- data/_sass/bootstrap/_close.scss +32 -9
- data/_sass/bootstrap/_dropdown.scss +1 -0
- data/_sass/bootstrap/_functions.scss +1 -1
- data/_sass/bootstrap/_grid.scss +6 -0
- data/_sass/bootstrap/_helpers.scss +2 -0
- data/_sass/bootstrap/_list-group.scss +12 -7
- data/_sass/bootstrap/_maps.scss +120 -0
- data/_sass/bootstrap/_mixins.scss +1 -2
- data/_sass/bootstrap/_nav.scss +40 -3
- data/_sass/bootstrap/_navbar.scss +15 -4
- data/_sass/bootstrap/_offcanvas.scss +4 -2
- data/_sass/bootstrap/_pagination.scss +1 -1
- data/_sass/bootstrap/_progress.scss +10 -1
- data/_sass/bootstrap/_reboot.scss +3 -3
- data/_sass/bootstrap/_root.scss +121 -10
- data/_sass/bootstrap/_tables.scss +18 -11
- data/_sass/bootstrap/_tooltip.scss +4 -5
- data/_sass/bootstrap/_utilities.scss +172 -13
- data/_sass/bootstrap/_variables-dark.scss +85 -0
- data/_sass/bootstrap/_variables.scss +262 -153
- data/_sass/bootstrap/bootstrap-grid.scss +1 -3
- data/_sass/bootstrap/bootstrap-reboot.scss +1 -0
- data/_sass/bootstrap/bootstrap-utilities.scss +1 -0
- data/_sass/bootstrap/bootstrap.scss +1 -0
- data/_sass/bootstrap/forms/_floating-labels.scss +22 -3
- data/_sass/bootstrap/forms/_form-check.scss +24 -11
- data/_sass/bootstrap/forms/_form-control.scss +23 -3
- data/_sass/bootstrap/forms/_form-select.scss +11 -2
- data/_sass/bootstrap/forms/_input-group.scss +1 -1
- data/_sass/bootstrap/helpers/_color-bg.scss +0 -2
- data/_sass/bootstrap/helpers/_colored-links.scss +20 -2
- data/_sass/bootstrap/helpers/_focus-ring.scss +5 -0
- data/_sass/bootstrap/helpers/_icon-link.scss +25 -0
- data/_sass/bootstrap/mixins/_alert.scss +4 -1
- data/_sass/bootstrap/mixins/_banner.scss +2 -4
- data/_sass/bootstrap/mixins/_caret.scss +30 -25
- data/_sass/bootstrap/mixins/_color-mode.scss +21 -0
- data/_sass/bootstrap/mixins/_forms.scss +8 -7
- data/_sass/bootstrap/mixins/_list-group.scss +2 -0
- data/_sass/bootstrap/mixins/_utilities.scss +1 -1
- data/_sass/bootstrap/mixins/_visually-hidden.scss +5 -1
- data/_sass/bootstrap/vendor/_rfs.scss +23 -29
- data/assets/css/stylesheet.min.scss +2 -3
- data/assets/img/anaconda-symbolic.svg +0 -0
- data/assets/img/anaconda.svg +0 -0
- data/assets/img/centos-dynamicmsg-logo.svg +0 -0
- data/assets/img/centos-dynamicmsg-type.svg +0 -0
- data/assets/img/centos-dynamicmsg-whitelogo.svg +0 -0
- data/assets/img/centos-dynamicmsg-whitetype.svg +0 -0
- data/assets/img/centos-gdm-whitelogo.svg +0 -0
- data/assets/img/centos-ipa-whiteheader.svg +0 -0
- data/assets/img/centos-logo-2bits.svg +0 -0
- data/assets/img/centos-logo.svg +0 -0
- data/assets/img/centos-message-logo.svg +0 -0
- data/assets/img/centos-motif.png +0 -0
- data/assets/img/centos-poweredby-logo.svg +0 -0
- data/assets/img/centos-symbol-2bits.svg +0 -0
- data/assets/img/centos-symbol.svg +0 -0
- data/assets/img/centos-type.svg +0 -0
- data/assets/img/centos-vertical-logo.svg +0 -0
- data/assets/img/centos-vertical-message-logo.svg +0 -0
- data/assets/img/centos-whitelogo.svg +0 -0
- data/assets/img/icons/android-chrome-192.png +0 -0
- data/assets/img/icons/android-chrome-512.png +0 -0
- data/assets/img/icons/apple-touch-icon.png +0 -0
- data/assets/img/icons/favicon-16-0.png +0 -0
- data/assets/img/icons/favicon-16-1.png +0 -0
- data/assets/img/icons/favicon-32.png +0 -0
- data/assets/js/bootstrap.bundle.js +713 -1482
- data/assets/js/bootstrap.bundle.js.map +1 -1
- data/assets/js/bootstrap.bundle.min.js +3 -3
- data/assets/js/bootstrap.bundle.min.js.map +1 -1
- data/assets/js/bootstrap.esm.js +660 -1423
- data/assets/js/bootstrap.esm.js.map +1 -1
- data/assets/js/bootstrap.esm.min.js +3 -3
- data/assets/js/bootstrap.esm.min.js.map +1 -1
- data/assets/js/bootstrap.js +678 -1441
- data/assets/js/bootstrap.js.map +1 -1
- data/assets/js/bootstrap.min.js +3 -3
- data/assets/js/bootstrap.min.js.map +1 -1
- data/assets/js/jquery.min.js +2 -2
- data/assets/js/jquery.slim.min.js +2 -2
- metadata +32 -50
- data/_data/aws-images.csv +0 -81
- data/_data/full-altarchlist.csv +0 -74
- data/_data/full-mirrorlist.csv +0 -609
- data/_includes/breadcrumbs.html +0 -13
- data/_includes/download/cards-body-convert.html +0 -10
- data/_includes/download/cards-body-doc.html +0 -9
- data/_includes/download/cards-body-eol.html +0 -16
- data/_includes/download/cards-body-screenshot.html +0 -3
- data/_includes/download/cards-body.html +0 -8
- data/_includes/download/cards-footer.html +0 -3
- data/_includes/download/cards-header-convert.html +0 -8
- data/_includes/download/cards-header-doc.html +0 -8
- data/_includes/download/cards-header-eol.html +0 -8
- data/_includes/download/cards-header-screenshot.html +0 -8
- data/_includes/download/cards-header.html +0 -13
- data/_includes/download/cards.html +0 -58
- data/_includes/editbar.html +0 -6
- data/_includes/footer.html +0 -44
- data/_includes/navbar.html +0 -28
- data/assets/css/stylesheet.lists.min.scss +0 -8
- data/assets/icons/android-chrome-192.png +0 -0
- data/assets/icons/android-chrome-512.png +0 -0
- data/assets/icons/apple-touch-icon.png +0 -0
- data/assets/icons/favicon-16.png +0 -0
- data/assets/icons/favicon-32.png +0 -0
- data/assets/icons/favicon.svg +0 -1
- data/assets/img/distributions/centos-linux/7/screenshot-n.png +0 -0
- data/assets/img/distributions/centos-linux/8/screenshot-n.png +0 -0
- data/assets/img/distributions/centos-stream/8/screenshot-n.png +0 -0
- data/assets/img/distributions/centos-stream/9/screenshot-n.png +0 -0
- data/assets/img/distributions/name/release/screenshot-n.png +0 -0
- data/assets/img/distributions/name/release/screenshot-n.svg +0 -128
- data/assets/img/people/username.png +0 -0
- /data/_includes/{head.html → base/head.html} +0 -0
- /data/_includes/{script.html → base/script.html} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
// stylelint-disable
|
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 +
|
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 +
|
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 +
|
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 +
|
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 +
|
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 +
|
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 +
|
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 +
|
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
|
-
$
|
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 == $
|
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, $
|
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, $
|
298
|
+
@include _rfs-media-query-rule () {
|
299
|
+
#{$property}: if($rfs-mode == max-media-query, $fluid-val, $val);
|
306
300
|
}
|
307
301
|
}
|
308
302
|
}
|
File without changes
|
data/assets/img/anaconda.svg
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/assets/img/centos-logo.svg
CHANGED
File without changes
|
File without changes
|
data/assets/img/centos-motif.png
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|
data/assets/img/centos-type.svg
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|