jekyll-theme-centos 2.3.0.beta.78 → 2.3.0.beta.80

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/footer.html +21 -19
  3. data/_includes/head.html +6 -7
  4. data/_includes/navbar.html +1 -1
  5. data/_includes/script.html +6 -9
  6. data/_sass/bootstrap/_accordion.scss +149 -0
  7. data/_sass/bootstrap/_alert.scss +71 -0
  8. data/_sass/bootstrap/_badge.scss +38 -0
  9. data/_sass/bootstrap/_breadcrumb.scss +40 -0
  10. data/_sass/bootstrap/_button-group.scss +142 -0
  11. data/_sass/bootstrap/_buttons.scss +207 -0
  12. data/_sass/bootstrap/_card.scss +234 -0
  13. data/_sass/bootstrap/_carousel.scss +226 -0
  14. data/_sass/bootstrap/_close.scss +40 -0
  15. data/_sass/bootstrap/_containers.scss +41 -0
  16. data/_sass/bootstrap/_dropdown.scss +249 -0
  17. data/_sass/bootstrap/_forms.scss +9 -0
  18. data/_sass/bootstrap/_functions.scss +302 -0
  19. data/_sass/bootstrap/_grid.scss +33 -0
  20. data/_sass/bootstrap/_helpers.scss +10 -0
  21. data/_sass/bootstrap/_images.scss +42 -0
  22. data/_sass/bootstrap/_list-group.scss +192 -0
  23. data/_sass/bootstrap/_maps.scss +54 -0
  24. data/_sass/bootstrap/_mixins.scss +43 -0
  25. data/_sass/bootstrap/_modal.scss +237 -0
  26. data/_sass/bootstrap/_nav.scss +172 -0
  27. data/_sass/bootstrap/_navbar.scss +278 -0
  28. data/_sass/bootstrap/_offcanvas.scss +144 -0
  29. data/_sass/bootstrap/_pagination.scss +109 -0
  30. data/_sass/bootstrap/_placeholders.scss +51 -0
  31. data/_sass/bootstrap/_popover.scss +196 -0
  32. data/_sass/bootstrap/_progress.scss +59 -0
  33. data/_sass/bootstrap/_reboot.scss +610 -0
  34. data/_sass/bootstrap/_root.scss +73 -0
  35. data/_sass/bootstrap/_spinners.scss +85 -0
  36. data/_sass/bootstrap/_tables.scss +164 -0
  37. data/_sass/bootstrap/_toasts.scss +73 -0
  38. data/_sass/bootstrap/_tooltip.scss +120 -0
  39. data/_sass/bootstrap/_transitions.scss +27 -0
  40. data/_sass/bootstrap/_type.scss +106 -0
  41. data/_sass/bootstrap/_utilities.scss +647 -0
  42. data/_sass/bootstrap/_variables.scss +1634 -0
  43. data/_sass/bootstrap/bootstrap-grid.scss +64 -0
  44. data/_sass/bootstrap/bootstrap-reboot.scss +9 -0
  45. data/_sass/bootstrap/bootstrap-utilities.scss +18 -0
  46. data/_sass/bootstrap/bootstrap.scss +51 -0
  47. data/_sass/bootstrap/forms/_floating-labels.scss +75 -0
  48. data/_sass/bootstrap/forms/_form-check.scss +175 -0
  49. data/_sass/bootstrap/forms/_form-control.scss +194 -0
  50. data/_sass/bootstrap/forms/_form-range.scss +91 -0
  51. data/_sass/bootstrap/forms/_form-select.scss +71 -0
  52. data/_sass/bootstrap/forms/_form-text.scss +11 -0
  53. data/_sass/bootstrap/forms/_input-group.scss +132 -0
  54. data/_sass/bootstrap/forms/_labels.scss +36 -0
  55. data/_sass/bootstrap/forms/_validation.scss +12 -0
  56. data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
  57. data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
  58. data/_sass/bootstrap/helpers/_colored-links.scss +12 -0
  59. data/_sass/bootstrap/helpers/_position.scss +36 -0
  60. data/_sass/bootstrap/helpers/_ratio.scss +26 -0
  61. data/_sass/bootstrap/helpers/_stacks.scss +15 -0
  62. data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
  63. data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
  64. data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
  65. data/_sass/bootstrap/helpers/_vr.scss +8 -0
  66. data/_sass/bootstrap/mixins/_alert.scss +15 -0
  67. data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
  68. data/_sass/bootstrap/mixins/_banner.scss +9 -0
  69. data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
  70. data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
  71. data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
  72. data/_sass/bootstrap/mixins/_buttons.scss +70 -0
  73. data/_sass/bootstrap/mixins/_caret.scss +64 -0
  74. data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
  75. data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
  76. data/_sass/bootstrap/mixins/_container.scss +11 -0
  77. data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
  78. data/_sass/bootstrap/mixins/_forms.scss +152 -0
  79. data/_sass/bootstrap/mixins/_gradients.scss +47 -0
  80. data/_sass/bootstrap/mixins/_grid.scss +151 -0
  81. data/_sass/bootstrap/mixins/_image.scss +16 -0
  82. data/_sass/bootstrap/mixins/_list-group.scss +24 -0
  83. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  84. data/_sass/bootstrap/mixins/_pagination.scss +10 -0
  85. data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
  86. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  87. data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
  88. data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
  89. data/_sass/bootstrap/mixins/_transition.scss +26 -0
  90. data/_sass/bootstrap/mixins/_utilities.scss +97 -0
  91. data/_sass/bootstrap/mixins/_visually-hidden.scss +29 -0
  92. data/_sass/bootstrap/utilities/_api.scss +47 -0
  93. data/_sass/bootstrap/vendor/_rfs.scss +354 -0
  94. data/_sass/{_adjustments.scss → centos/_adjustments.scss} +13 -2
  95. data/_sass/centos/_variables.scss +22 -0
  96. data/_sass/{sites/lists.scss → centos/sites/_lists.scss} +9 -2
  97. data/assets/css/stylesheet.lists.min.scss +4 -3
  98. data/assets/css/stylesheet.min.scss +3 -2
  99. data/assets/js/bootstrap.bundle.js +7075 -0
  100. data/assets/js/bootstrap.bundle.js.map +1 -0
  101. data/assets/js/bootstrap.bundle.min.js +7 -0
  102. data/assets/js/bootstrap.bundle.min.js.map +1 -0
  103. data/assets/js/bootstrap.esm.js +5202 -0
  104. data/assets/js/bootstrap.esm.js.map +1 -0
  105. data/assets/js/bootstrap.esm.min.js +7 -0
  106. data/assets/js/bootstrap.esm.min.js.map +1 -0
  107. data/assets/js/bootstrap.js +5249 -0
  108. data/assets/js/bootstrap.js.map +1 -0
  109. data/assets/js/bootstrap.min.js +7 -0
  110. data/assets/js/bootstrap.min.js.map +1 -0
  111. metadata +105 -5
  112. data/_sass/_variables.scss +0 -27
@@ -0,0 +1,97 @@
1
+ // Utility generator
2
+ // Used to generate utilities & print utilities
3
+ @mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {
4
+ $values: map-get($utility, values);
5
+
6
+ // If the values are a list or string, convert it into a map
7
+ @if type-of($values) == "string" or type-of(nth($values, 1)) != "list" {
8
+ $values: zip($values, $values);
9
+ }
10
+
11
+ @each $key, $value in $values {
12
+ $properties: map-get($utility, property);
13
+
14
+ // Multiple properties are possible, for example with vertical or horizontal margins or paddings
15
+ @if type-of($properties) == "string" {
16
+ $properties: append((), $properties);
17
+ }
18
+
19
+ // Use custom class if present
20
+ $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));
21
+ $property-class: if($property-class == null, "", $property-class);
22
+
23
+ // Use custom CSS variable name if present, otherwise default to `class`
24
+ $css-variable-name: if(map-has-key($utility, css-variable-name), map-get($utility, css-variable-name), map-get($utility, class));
25
+
26
+ // State params to generate pseudo-classes
27
+ $state: if(map-has-key($utility, state), map-get($utility, state), ());
28
+
29
+ $infix: if($property-class == "" and str-slice($infix, 1, 1) == "-", str-slice($infix, 2), $infix);
30
+
31
+ // Don't prefix if value key is null (e.g. with shadow class)
32
+ $property-class-modifier: if($key, if($property-class == "" and $infix == "", "", "-") + $key, "");
33
+
34
+ @if map-get($utility, rfs) {
35
+ // Inside the media query
36
+ @if $is-rfs-media-query {
37
+ $val: rfs-value($value);
38
+
39
+ // Do not render anything if fluid and non fluid values are the same
40
+ $value: if($val == rfs-fluid-value($value), null, $val);
41
+ }
42
+ @else {
43
+ $value: rfs-fluid-value($value);
44
+ }
45
+ }
46
+
47
+ $is-css-var: map-get($utility, css-var);
48
+ $is-local-vars: map-get($utility, local-vars);
49
+ $is-rtl: map-get($utility, rtl);
50
+
51
+ @if $value != null {
52
+ @if $is-rtl == false {
53
+ /* rtl:begin:remove */
54
+ }
55
+
56
+ @if $is-css-var {
57
+ .#{$property-class + $infix + $property-class-modifier} {
58
+ --#{$prefix}#{$css-variable-name}: #{$value};
59
+ }
60
+
61
+ @each $pseudo in $state {
62
+ .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {
63
+ --#{$prefix}#{$css-variable-name}: #{$value};
64
+ }
65
+ }
66
+ } @else {
67
+ .#{$property-class + $infix + $property-class-modifier} {
68
+ @each $property in $properties {
69
+ @if $is-local-vars {
70
+ @each $local-var, $variable in $is-local-vars {
71
+ --#{$prefix}#{$local-var}: #{$variable};
72
+ }
73
+ }
74
+ #{$property}: $value if($enable-important-utilities, !important, null);
75
+ }
76
+ }
77
+
78
+ @each $pseudo in $state {
79
+ .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {
80
+ @each $property in $properties {
81
+ @if $is-local-vars {
82
+ @each $local-var, $variable in $is-local-vars {
83
+ --#{$prefix}#{$local-var}: #{$variable};
84
+ }
85
+ }
86
+ #{$property}: $value if($enable-important-utilities, !important, null);
87
+ }
88
+ }
89
+ }
90
+ }
91
+
92
+ @if $is-rtl == false {
93
+ /* rtl:end:remove */
94
+ }
95
+ }
96
+ }
97
+ }
@@ -0,0 +1,29 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Hide content visually while keeping it accessible to assistive technologies
4
+ //
5
+ // See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
6
+ // See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/
7
+
8
+ @mixin visually-hidden() {
9
+ position: absolute !important;
10
+ width: 1px !important;
11
+ height: 1px !important;
12
+ padding: 0 !important;
13
+ margin: -1px !important; // Fix for https://github.com/twbs/bootstrap/issues/25686
14
+ overflow: hidden !important;
15
+ clip: rect(0, 0, 0, 0) !important;
16
+ white-space: nowrap !important;
17
+ border: 0 !important;
18
+ }
19
+
20
+ // Use to only display content when it's focused, or one of its child elements is focused
21
+ // (i.e. when focus is within the element/container that the class was applied to)
22
+ //
23
+ // Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
24
+
25
+ @mixin visually-hidden-focusable() {
26
+ &:not(:focus):not(:focus-within) {
27
+ @include visually-hidden();
28
+ }
29
+ }
@@ -0,0 +1,47 @@
1
+ // Loop over each breakpoint
2
+ @each $breakpoint in map-keys($grid-breakpoints) {
3
+
4
+ // Generate media query if needed
5
+ @include media-breakpoint-up($breakpoint) {
6
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
7
+
8
+ // Loop over each utility property
9
+ @each $key, $utility in $utilities {
10
+ // The utility can be disabled with `false`, thus check if the utility is a map first
11
+ // Only proceed if responsive media queries are enabled or if it's the base media query
12
+ @if type-of($utility) == "map" and (map-get($utility, responsive) or $infix == "") {
13
+ @include generate-utility($utility, $infix);
14
+ }
15
+ }
16
+ }
17
+ }
18
+
19
+ // RFS rescaling
20
+ @media (min-width: $rfs-mq-value) {
21
+ @each $breakpoint in map-keys($grid-breakpoints) {
22
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
23
+
24
+ @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {
25
+ // Loop over each utility property
26
+ @each $key, $utility in $utilities {
27
+ // The utility can be disabled with `false`, thus check if the utility is a map first
28
+ // Only proceed if responsive media queries are enabled or if it's the base media query
29
+ @if type-of($utility) == "map" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == "") {
30
+ @include generate-utility($utility, $infix, true);
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
36
+
37
+
38
+ // Print utilities
39
+ @media print {
40
+ @each $key, $utility in $utilities {
41
+ // The utility can be disabled with `false`, thus check if the utility is a map first
42
+ // Then check if the utility needs print styles
43
+ @if type-of($utility) == "map" and map-get($utility, print) == true {
44
+ @include generate-utility($utility, "-print");
45
+ }
46
+ }
47
+ }
@@ -0,0 +1,354 @@
1
+ // stylelint-disable property-blacklist, scss/dollar-variable-default
2
+
3
+ // SCSS RFS mixin
4
+ //
5
+ // Automated responsive values for font sizes, paddings, margins and much more
6
+ //
7
+ // Licensed under MIT (https://github.com/twbs/rfs/blob/main/LICENSE)
8
+
9
+ // Configuration
10
+
11
+ // Base value
12
+ $rfs-base-value: 1.25rem !default;
13
+ $rfs-unit: rem !default;
14
+
15
+ @if $rfs-unit != rem and $rfs-unit != px {
16
+ @error "`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.";
17
+ }
18
+
19
+ // Breakpoint at where values start decreasing if screen width is smaller
20
+ $rfs-breakpoint: 1200px !default;
21
+ $rfs-breakpoint-unit: px !default;
22
+
23
+ @if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {
24
+ @error "`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.";
25
+ }
26
+
27
+ // Resize values based on screen height and width
28
+ $rfs-two-dimensional: false !default;
29
+
30
+ // Factor of decrease
31
+ $rfs-factor: 10 !default;
32
+
33
+ @if type-of($rfs-factor) != number or $rfs-factor <= 1 {
34
+ @error "`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.";
35
+ }
36
+
37
+ // Mode. Possibilities: "min-media-query", "max-media-query"
38
+ $rfs-mode: min-media-query !default;
39
+
40
+ // Generate enable or disable classes. Possibilities: false, "enable" or "disable"
41
+ $rfs-class: false !default;
42
+
43
+ // 1 rem = $rfs-rem-value px
44
+ $rfs-rem-value: 16 !default;
45
+
46
+ // Safari iframe resize bug: https://github.com/twbs/rfs/issues/14
47
+ $rfs-safari-iframe-resize-bug-fix: false !default;
48
+
49
+ // Disable RFS by setting $enable-rfs to false
50
+ $enable-rfs: true !default;
51
+
52
+ // Cache $rfs-base-value unit
53
+ $rfs-base-value-unit: unit($rfs-base-value);
54
+
55
+ @function divide($dividend, $divisor, $precision: 10) {
56
+ $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);
57
+ $dividend: abs($dividend);
58
+ $divisor: abs($divisor);
59
+ @if $dividend == 0 {
60
+ @return 0;
61
+ }
62
+ @if $divisor == 0 {
63
+ @error "Cannot divide by 0";
64
+ }
65
+ $remainder: $dividend;
66
+ $result: 0;
67
+ $factor: 10;
68
+ @while ($remainder > 0 and $precision >= 0) {
69
+ $quotient: 0;
70
+ @while ($remainder >= $divisor) {
71
+ $remainder: $remainder - $divisor;
72
+ $quotient: $quotient + 1;
73
+ }
74
+ $result: $result * 10 + $quotient;
75
+ $factor: $factor * .1;
76
+ $remainder: $remainder * 10;
77
+ $precision: $precision - 1;
78
+ @if ($precision < 0 and $remainder >= $divisor * 5) {
79
+ $result: $result + 1;
80
+ }
81
+ }
82
+ $result: $result * $factor * $sign;
83
+ $dividend-unit: unit($dividend);
84
+ $divisor-unit: unit($divisor);
85
+ $unit-map: (
86
+ "px": 1px,
87
+ "rem": 1rem,
88
+ "em": 1em,
89
+ "%": 1%
90
+ );
91
+ @if ($dividend-unit != $divisor-unit and map-has-key($unit-map, $dividend-unit)) {
92
+ $result: $result * map-get($unit-map, $dividend-unit);
93
+ }
94
+ @return $result;
95
+ }
96
+
97
+ // Remove px-unit from $rfs-base-value for calculations
98
+ @if $rfs-base-value-unit == px {
99
+ $rfs-base-value: divide($rfs-base-value, $rfs-base-value * 0 + 1);
100
+ }
101
+ @else if $rfs-base-value-unit == rem {
102
+ $rfs-base-value: divide($rfs-base-value, divide($rfs-base-value * 0 + 1, $rfs-rem-value));
103
+ }
104
+
105
+ // Cache $rfs-breakpoint unit to prevent multiple calls
106
+ $rfs-breakpoint-unit-cache: unit($rfs-breakpoint);
107
+
108
+ // Remove unit from $rfs-breakpoint for calculations
109
+ @if $rfs-breakpoint-unit-cache == px {
110
+ $rfs-breakpoint: divide($rfs-breakpoint, $rfs-breakpoint * 0 + 1);
111
+ }
112
+ @else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == "em" {
113
+ $rfs-breakpoint: divide($rfs-breakpoint, divide($rfs-breakpoint * 0 + 1, $rfs-rem-value));
114
+ }
115
+
116
+ // Calculate the media query value
117
+ $rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{divide($rfs-breakpoint, $rfs-rem-value)}#{$rfs-breakpoint-unit});
118
+ $rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);
119
+ $rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);
120
+
121
+ // Internal mixin used to determine which media query needs to be used
122
+ @mixin _rfs-media-query {
123
+ @if $rfs-two-dimensional {
124
+ @if $rfs-mode == max-media-query {
125
+ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {
126
+ @content;
127
+ }
128
+ }
129
+ @else {
130
+ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) and (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {
131
+ @content;
132
+ }
133
+ }
134
+ }
135
+ @else {
136
+ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
137
+ @content;
138
+ }
139
+ }
140
+ }
141
+
142
+ // Internal mixin that adds disable classes to the selector if needed.
143
+ @mixin _rfs-rule {
144
+ @if $rfs-class == disable and $rfs-mode == max-media-query {
145
+ // Adding an extra class increases specificity, which prevents the media query to override the property
146
+ &,
147
+ .disable-rfs &,
148
+ &.disable-rfs {
149
+ @content;
150
+ }
151
+ }
152
+ @else if $rfs-class == enable and $rfs-mode == min-media-query {
153
+ .enable-rfs &,
154
+ &.enable-rfs {
155
+ @content;
156
+ }
157
+ }
158
+ @else {
159
+ @content;
160
+ }
161
+ }
162
+
163
+ // Internal mixin that adds enable classes to the selector if needed.
164
+ @mixin _rfs-media-query-rule {
165
+
166
+ @if $rfs-class == enable {
167
+ @if $rfs-mode == min-media-query {
168
+ @content;
169
+ }
170
+
171
+ @include _rfs-media-query {
172
+ .enable-rfs &,
173
+ &.enable-rfs {
174
+ @content;
175
+ }
176
+ }
177
+ }
178
+ @else {
179
+ @if $rfs-class == disable and $rfs-mode == min-media-query {
180
+ .disable-rfs &,
181
+ &.disable-rfs {
182
+ @content;
183
+ }
184
+ }
185
+ @include _rfs-media-query {
186
+ @content;
187
+ }
188
+ }
189
+ }
190
+
191
+ // Helper function to get the formatted non-responsive value
192
+ @function rfs-value($values) {
193
+ // Convert to list
194
+ $values: if(type-of($values) != list, ($values,), $values);
195
+
196
+ $val: '';
197
+
198
+ // Loop over each value and calculate value
199
+ @each $value in $values {
200
+ @if $value == 0 {
201
+ $val: $val + ' 0';
202
+ }
203
+ @else {
204
+ // Cache $value unit
205
+ $unit: if(type-of($value) == "number", unit($value), false);
206
+
207
+ @if $unit == px {
208
+ // Convert to rem if needed
209
+ $val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $value * 0 + $rfs-rem-value)}rem, $value);
210
+ }
211
+ @else if $unit == rem {
212
+ // 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 {
216
+ // 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;
218
+ }
219
+ }
220
+ }
221
+
222
+ // Remove first space
223
+ @return unquote(str-slice($val, 2));
224
+ }
225
+
226
+ // Helper function to get the responsive value calculated by RFS
227
+ @function rfs-fluid-value($values) {
228
+ // Convert to list
229
+ $values: if(type-of($values) != list, ($values,), $values);
230
+
231
+ $val: '';
232
+
233
+ // Loop over each value and calculate value
234
+ @each $value in $values {
235
+ @if $value == 0 {
236
+ $val: $val + ' 0';
237
+ }
238
+
239
+ @else {
240
+ // Cache $value unit
241
+ $unit: if(type-of($value) == "number", unit($value), false);
242
+
243
+ // 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
+ @if not $unit or $unit != px and $unit != rem {
245
+ $val: $val + ' ' + $value;
246
+ }
247
+
248
+ @else {
249
+ // Remove unit from $value for calculations
250
+ $value: divide($value, $value * 0 + if($unit == px, 1, divide(1, $rfs-rem-value)));
251
+
252
+ // Only add the media query if the value is greater than the minimum value
253
+ @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);
255
+ }
256
+ @else {
257
+ // Calculate the minimum value
258
+ $value-min: $rfs-base-value + divide(abs($value) - $rfs-base-value, $rfs-factor);
259
+
260
+ // Calculate difference between $value and the minimum value
261
+ $value-diff: abs($value) - $value-min;
262
+
263
+ // Base value formatting
264
+ $min-width: if($rfs-unit == rem, #{divide($value-min, $rfs-rem-value)}rem, #{$value-min}px);
265
+
266
+ // Use negative value if needed
267
+ $min-width: if($value < 0, -$min-width, $min-width);
268
+
269
+ // Use `vmin` if two-dimensional is enabled
270
+ $variable-unit: if($rfs-two-dimensional, vmin, vw);
271
+
272
+ // Calculate the variable width between 0 and $rfs-breakpoint
273
+ $variable-width: #{divide($value-diff * 100, $rfs-breakpoint)}#{$variable-unit};
274
+
275
+ // Return the calculated value
276
+ $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';
277
+ }
278
+ }
279
+ }
280
+ }
281
+
282
+ // Remove first space
283
+ @return unquote(str-slice($val, 2));
284
+ }
285
+
286
+ // RFS mixin
287
+ @mixin rfs($values, $property: font-size) {
288
+ @if $values != null {
289
+ $val: rfs-value($values);
290
+ $fluidVal: rfs-fluid-value($values);
291
+
292
+ // Do not print the media query if responsive & non-responsive values are the same
293
+ @if $val == $fluidVal {
294
+ #{$property}: $val;
295
+ }
296
+ @else {
297
+ @include _rfs-rule {
298
+ #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);
299
+
300
+ // Include safari iframe resize fix if needed
301
+ min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);
302
+ }
303
+
304
+ @include _rfs-media-query-rule {
305
+ #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);
306
+ }
307
+ }
308
+ }
309
+ }
310
+
311
+ // Shorthand helper mixins
312
+ @mixin font-size($value) {
313
+ @include rfs($value);
314
+ }
315
+
316
+ @mixin padding($value) {
317
+ @include rfs($value, padding);
318
+ }
319
+
320
+ @mixin padding-top($value) {
321
+ @include rfs($value, padding-top);
322
+ }
323
+
324
+ @mixin padding-right($value) {
325
+ @include rfs($value, padding-right);
326
+ }
327
+
328
+ @mixin padding-bottom($value) {
329
+ @include rfs($value, padding-bottom);
330
+ }
331
+
332
+ @mixin padding-left($value) {
333
+ @include rfs($value, padding-left);
334
+ }
335
+
336
+ @mixin margin($value) {
337
+ @include rfs($value, margin);
338
+ }
339
+
340
+ @mixin margin-top($value) {
341
+ @include rfs($value, margin-top);
342
+ }
343
+
344
+ @mixin margin-right($value) {
345
+ @include rfs($value, margin-right);
346
+ }
347
+
348
+ @mixin margin-bottom($value) {
349
+ @include rfs($value, margin-bottom);
350
+ }
351
+
352
+ @mixin margin-left($value) {
353
+ @include rfs($value, margin-left);
354
+ }
@@ -46,8 +46,7 @@ main {
46
46
  }
47
47
  .dataTables_length,
48
48
  .dataTables_filter {
49
- margin-top: 3rem;
50
- margin-bottom: 3rem;
49
+ @extend .my-3;
51
50
  }
52
51
  .form-select,
53
52
  .form-control {
@@ -56,3 +55,15 @@ main {
56
55
  }
57
56
  }
58
57
  }
58
+
59
+ footer,
60
+ .accordion-body {
61
+ a {
62
+ &:link {
63
+ text-decoration: none;
64
+ }
65
+ &:hover {
66
+ text-decoration: underline;
67
+ }
68
+ }
69
+ }
@@ -0,0 +1,22 @@
1
+ //
2
+ // CentOS Branding
3
+ //
4
+ $centos-color-1: #a14f8c;
5
+ $centos-color-2: #262577;
6
+ $centos-color-3: #9ccd2a;
7
+ $centos-color-4: #efa724;
8
+ //
9
+ // Bootstrap customization
10
+ //
11
+ $enable-rounded: true;
12
+ $enable-negative-margins: true;
13
+ $nav-pills-link-active-bg: $centos-color-1;
14
+ $link-color: $centos-color-1;
15
+ $primary: $centos-color-1;
16
+ $secondary: $centos-color-4;
17
+ $dark: #200735;
18
+ $dropdown-dark-bg: $dark;
19
+ $font-family-sans-serif: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
20
+ $font-family-monospace: "Overpass Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
21
+ $line-height-base: 1.75;
22
+ $headings-font-weight: 700;
@@ -28,7 +28,7 @@
28
28
  }
29
29
  > tr:nth-child(4) {
30
30
  > td {
31
- background-color: var(--bs-dark);
31
+ background-color: $dark;
32
32
  > strong {
33
33
  > font {
34
34
  font-size: 1rem;
@@ -104,22 +104,29 @@
104
104
  // Forms
105
105
  // -----------------------------------------------------------------------------
106
106
  // NOTE: The form HTML elements are generated dynamically by mailman and
107
- // templates provide small control over them.
107
+ // templates provide small control over them. maintainability harder. To
108
+ // customize forms presentation, let's extend bootstrap classes for each one
109
+ // used.
108
110
  // -----------------------------------------------------------------------------
109
111
  input {
110
112
  margin-bottom: 1rem;
111
113
  &[type="text"],
112
114
  &[type="password"] {
115
+ @extend .form-control;
113
116
  }
114
117
  &[type="checkbox"],
115
118
  &[type="radio"] {
119
+ @extend .form-check-input;
116
120
  }
117
121
  &[type="submit"] {
122
+ @extend .btn, .btn-primary;
118
123
  }
119
124
  }
120
125
  textarea {
121
126
  margin-bottom: 1rem;
127
+ @extend .form-control;
122
128
  }
123
129
  select {
124
130
  margin-bottom: 1rem;
131
+ @extend .form-select;
125
132
  }
@@ -2,6 +2,7 @@
2
2
  ---
3
3
 
4
4
  // Bootstrap
5
- @import "variables";
6
- @import "adjustments";
7
- @import "sites/lists";
5
+ @import "centos/variables";
6
+ @import "bootstrap/bootstrap";
7
+ @import "centos/adjustments";
8
+ @import "centos/sites/lists";
@@ -2,5 +2,6 @@
2
2
  ---
3
3
 
4
4
  // Bootstrap
5
- @import "variables";
6
- @import "adjustments";
5
+ @import "centos/variables";
6
+ @import "bootstrap/bootstrap";
7
+ @import "centos/adjustments";