jekyll-theme-centos 0.9.20221031122647 → 1.0.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (302) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/{header/blog.html → blog/header.html} +0 -0
  3. data/_includes/breadcrumbs.html +3 -1
  4. data/_includes/{page → default}/alert-danger.html +0 -0
  5. data/_includes/{page → default}/alert-info.html +0 -0
  6. data/_includes/{page → default}/alert-success.html +0 -0
  7. data/_includes/{page → default}/alert-warning.html +0 -0
  8. data/_includes/{page → default}/figure.html +0 -0
  9. data/_includes/default/header.html +10 -0
  10. data/_includes/{page → default}/video.html +0 -0
  11. data/_includes/editbar.html +43 -0
  12. data/_includes/footer.html +31 -61
  13. data/_includes/head-datatables.html +8 -0
  14. data/_includes/head.html +2 -2
  15. data/_includes/header.html +3 -5
  16. data/_includes/home/distributions.html +24 -8
  17. data/_includes/home/header.html +10 -0
  18. data/_includes/home/news-and-events.html +24 -13
  19. data/_includes/home/planet.html +25 -14
  20. data/_includes/home/sponsors.html +57 -12
  21. data/_includes/navbar.html +26 -21
  22. data/_includes/people/about.html +27 -0
  23. data/_includes/people/header.html +11 -0
  24. data/_includes/people/posts.html +36 -0
  25. data/_includes/people/projects.html +26 -0
  26. data/_includes/people/pubkeys.html +30 -0
  27. data/_includes/people/support.html +22 -0
  28. data/_includes/{header/post.html → post/header.html} +0 -0
  29. data/_includes/toc-accordion.html +10 -0
  30. data/_includes/toc.html +1 -6
  31. data/_layouts/{download-mirror.html → default-datatables.html} +6 -6
  32. data/_layouts/default.html +24 -11
  33. data/_layouts/home.html +13 -13
  34. data/_layouts/people.html +59 -0
  35. data/_layouts/search.html +3 -5
  36. data/_sass/centos/_headings.scss +17 -0
  37. data/_sass/centos/_links.scss +50 -0
  38. data/_sass/centos/_sponsors.scss +112 -0
  39. data/_sass/centos/_variables.scss +22 -52
  40. data/_sass/centos/fonts/_montserrat.scss +36 -36
  41. data/_sass/centos/fonts/_overpass.scss +20 -20
  42. data/assets/css/stylesheet.min.scss +16 -0
  43. data/assets/img/people/username.png +0 -0
  44. metadata +44 -285
  45. data/LICENSE +0 -21
  46. data/README.md +0 -65
  47. data/_includes/header/home.html +0 -20
  48. data/_includes/header/page.html +0 -6
  49. data/_includes/home/shortcuts.html +0 -17
  50. data/_layouts/aside.html +0 -25
  51. data/_layouts/page.html +0 -17
  52. data/_sass/bootstrap/_alert.scss +0 -52
  53. data/_sass/bootstrap/_badge.scss +0 -54
  54. data/_sass/bootstrap/_breadcrumb.scss +0 -44
  55. data/_sass/bootstrap/_button-group.scss +0 -163
  56. data/_sass/bootstrap/_buttons.scss +0 -142
  57. data/_sass/bootstrap/_card.scss +0 -286
  58. data/_sass/bootstrap/_carousel.scss +0 -197
  59. data/_sass/bootstrap/_close.scss +0 -40
  60. data/_sass/bootstrap/_code.scss +0 -48
  61. data/_sass/bootstrap/_custom-forms.scss +0 -524
  62. data/_sass/bootstrap/_dropdown.scss +0 -192
  63. data/_sass/bootstrap/_forms.scss +0 -347
  64. data/_sass/bootstrap/_functions.scss +0 -144
  65. data/_sass/bootstrap/_grid.scss +0 -73
  66. data/_sass/bootstrap/_images.scss +0 -42
  67. data/_sass/bootstrap/_input-group.scss +0 -192
  68. data/_sass/bootstrap/_jumbotron.scss +0 -17
  69. data/_sass/bootstrap/_list-group.scss +0 -154
  70. data/_sass/bootstrap/_media.scss +0 -8
  71. data/_sass/bootstrap/_mixins.scss +0 -47
  72. data/_sass/bootstrap/_modal.scss +0 -240
  73. data/_sass/bootstrap/_nav.scss +0 -123
  74. data/_sass/bootstrap/_navbar.scss +0 -324
  75. data/_sass/bootstrap/_pagination.scss +0 -74
  76. data/_sass/bootstrap/_popover.scss +0 -170
  77. data/_sass/bootstrap/_print.scss +0 -141
  78. data/_sass/bootstrap/_progress.scss +0 -47
  79. data/_sass/bootstrap/_reboot.scss +0 -484
  80. data/_sass/bootstrap/_root.scss +0 -20
  81. data/_sass/bootstrap/_spinners.scss +0 -56
  82. data/_sass/bootstrap/_tables.scss +0 -185
  83. data/_sass/bootstrap/_toasts.scss +0 -46
  84. data/_sass/bootstrap/_tooltip.scss +0 -115
  85. data/_sass/bootstrap/_transitions.scss +0 -20
  86. data/_sass/bootstrap/_type.scss +0 -125
  87. data/_sass/bootstrap/_utilities.scss +0 -18
  88. data/_sass/bootstrap/_variables.scss +0 -1142
  89. data/_sass/bootstrap/bootstrap-grid.scss +0 -29
  90. data/_sass/bootstrap/bootstrap-reboot.scss +0 -12
  91. data/_sass/bootstrap/bootstrap.scss +0 -44
  92. data/_sass/bootstrap/mixins/_alert.scss +0 -13
  93. data/_sass/bootstrap/mixins/_background-variant.scss +0 -23
  94. data/_sass/bootstrap/mixins/_badge.scss +0 -17
  95. data/_sass/bootstrap/mixins/_border-radius.scss +0 -76
  96. data/_sass/bootstrap/mixins/_box-shadow.scss +0 -20
  97. data/_sass/bootstrap/mixins/_breakpoints.scss +0 -123
  98. data/_sass/bootstrap/mixins/_buttons.scss +0 -110
  99. data/_sass/bootstrap/mixins/_caret.scss +0 -62
  100. data/_sass/bootstrap/mixins/_clearfix.scss +0 -7
  101. data/_sass/bootstrap/mixins/_deprecate.scss +0 -10
  102. data/_sass/bootstrap/mixins/_float.scss +0 -14
  103. data/_sass/bootstrap/mixins/_forms.scss +0 -178
  104. data/_sass/bootstrap/mixins/_gradients.scss +0 -45
  105. data/_sass/bootstrap/mixins/_grid-framework.scss +0 -80
  106. data/_sass/bootstrap/mixins/_grid.scss +0 -69
  107. data/_sass/bootstrap/mixins/_hover.scss +0 -37
  108. data/_sass/bootstrap/mixins/_image.scss +0 -36
  109. data/_sass/bootstrap/mixins/_list-group.scss +0 -21
  110. data/_sass/bootstrap/mixins/_lists.scss +0 -7
  111. data/_sass/bootstrap/mixins/_nav-divider.scss +0 -11
  112. data/_sass/bootstrap/mixins/_pagination.scss +0 -22
  113. data/_sass/bootstrap/mixins/_reset-text.scss +0 -17
  114. data/_sass/bootstrap/mixins/_resize.scss +0 -6
  115. data/_sass/bootstrap/mixins/_screen-reader.scss +0 -34
  116. data/_sass/bootstrap/mixins/_size.scss +0 -7
  117. data/_sass/bootstrap/mixins/_table-row.scss +0 -39
  118. data/_sass/bootstrap/mixins/_text-emphasis.scss +0 -17
  119. data/_sass/bootstrap/mixins/_text-hide.scss +0 -11
  120. data/_sass/bootstrap/mixins/_text-truncate.scss +0 -8
  121. data/_sass/bootstrap/mixins/_transition.scss +0 -26
  122. data/_sass/bootstrap/mixins/_visibility.scss +0 -8
  123. data/_sass/bootstrap/utilities/_align.scss +0 -8
  124. data/_sass/bootstrap/utilities/_background.scss +0 -19
  125. data/_sass/bootstrap/utilities/_borders.scss +0 -75
  126. data/_sass/bootstrap/utilities/_clearfix.scss +0 -3
  127. data/_sass/bootstrap/utilities/_display.scss +0 -26
  128. data/_sass/bootstrap/utilities/_embed.scss +0 -39
  129. data/_sass/bootstrap/utilities/_flex.scss +0 -51
  130. data/_sass/bootstrap/utilities/_float.scss +0 -11
  131. data/_sass/bootstrap/utilities/_interactions.scss +0 -5
  132. data/_sass/bootstrap/utilities/_overflow.scss +0 -5
  133. data/_sass/bootstrap/utilities/_position.scss +0 -32
  134. data/_sass/bootstrap/utilities/_screenreaders.scss +0 -11
  135. data/_sass/bootstrap/utilities/_shadows.scss +0 -6
  136. data/_sass/bootstrap/utilities/_sizing.scss +0 -20
  137. data/_sass/bootstrap/utilities/_spacing.scss +0 -73
  138. data/_sass/bootstrap/utilities/_stretched-link.scss +0 -19
  139. data/_sass/bootstrap/utilities/_text.scss +0 -72
  140. data/_sass/bootstrap/utilities/_visibility.scss +0 -13
  141. data/_sass/bootstrap/vendor/_rfs.scss +0 -204
  142. data/_sass/centos/_breadcrumbs.scss +0 -4
  143. data/_sass/centos/_datatable.scss +0 -271
  144. data/_sass/centos/_fonts.scss +0 -2
  145. data/_sass/centos/_footer.scss +0 -78
  146. data/_sass/centos/_header.scss +0 -130
  147. data/_sass/centos/_highlighter.scss +0 -197
  148. data/_sass/centos/_hr.scss +0 -27
  149. data/_sass/centos/_main.scss +0 -207
  150. data/_sass/centos/_mixins.scss +0 -7
  151. data/_sass/centos/_nav.scss +0 -19
  152. data/_sass/centos/_toc.scss +0 -31
  153. data/_sass/centos/centos-blog.scss +0 -46
  154. data/_sass/centos/centos-httpd.scss +0 -27
  155. data/_sass/centos/centos-lists.scss +0 -161
  156. data/_sass/centos/centos.scss +0 -22
  157. data/_sass/centos/mixins/_aside-nav.scss +0 -34
  158. data/_sass/centos/mixins/_content-nav.scss +0 -14
  159. data/_sass/centos/mixins/_content.scss +0 -92
  160. data/_sass/centos/mixins/_header-links.scss +0 -8
  161. data/_sass/centos/mixins/_list-links.scss +0 -17
  162. data/_sass/centos/mixins/_post-nav-explorer.scss +0 -21
  163. data/_sass/fontawesome/_animated.scss +0 -20
  164. data/_sass/fontawesome/_bordered-pulled.scss +0 -20
  165. data/_sass/fontawesome/_core.scss +0 -21
  166. data/_sass/fontawesome/_fixed-width.scss +0 -6
  167. data/_sass/fontawesome/_icons.scss +0 -1462
  168. data/_sass/fontawesome/_larger.scss +0 -23
  169. data/_sass/fontawesome/_list.scss +0 -18
  170. data/_sass/fontawesome/_mixins.scss +0 -56
  171. data/_sass/fontawesome/_rotated-flipped.scss +0 -24
  172. data/_sass/fontawesome/_screen-reader.scss +0 -5
  173. data/_sass/fontawesome/_shims.scss +0 -2066
  174. data/_sass/fontawesome/_stacked.scss +0 -31
  175. data/_sass/fontawesome/_variables.scss +0 -1479
  176. data/_sass/fontawesome/brands.scss +0 -23
  177. data/_sass/fontawesome/fontawesome.scss +0 -16
  178. data/_sass/fontawesome/regular.scss +0 -23
  179. data/_sass/fontawesome/solid.scss +0 -24
  180. data/_sass/fontawesome/v4-shims.scss +0 -6
  181. data/assets/css/centos-blog.bootstrap.min.scss +0 -5
  182. data/assets/css/centos-httpd.bootstrap.min.scss +0 -5
  183. data/assets/css/centos-lists.bootstrap.min.scss +0 -5
  184. data/assets/css/centos.bootstrap.min.scss +0 -4
  185. data/assets/fonts/Montserrat-Black.woff +0 -0
  186. data/assets/fonts/Montserrat-Black.woff2 +0 -0
  187. data/assets/fonts/Montserrat-BlackItalic.woff +0 -0
  188. data/assets/fonts/Montserrat-BlackItalic.woff2 +0 -0
  189. data/assets/fonts/Montserrat-Bold.woff +0 -0
  190. data/assets/fonts/Montserrat-Bold.woff2 +0 -0
  191. data/assets/fonts/Montserrat-BoldItalic.woff +0 -0
  192. data/assets/fonts/Montserrat-BoldItalic.woff2 +0 -0
  193. data/assets/fonts/Montserrat-ExtraBold.woff +0 -0
  194. data/assets/fonts/Montserrat-ExtraBold.woff2 +0 -0
  195. data/assets/fonts/Montserrat-ExtraBoldItalic.woff +0 -0
  196. data/assets/fonts/Montserrat-ExtraBoldItalic.woff2 +0 -0
  197. data/assets/fonts/Montserrat-ExtraLight.woff +0 -0
  198. data/assets/fonts/Montserrat-ExtraLight.woff2 +0 -0
  199. data/assets/fonts/Montserrat-ExtraLightItalic.woff +0 -0
  200. data/assets/fonts/Montserrat-ExtraLightItalic.woff2 +0 -0
  201. data/assets/fonts/Montserrat-Italic.woff +0 -0
  202. data/assets/fonts/Montserrat-Italic.woff2 +0 -0
  203. data/assets/fonts/Montserrat-Light.woff +0 -0
  204. data/assets/fonts/Montserrat-Light.woff2 +0 -0
  205. data/assets/fonts/Montserrat-LightItalic.woff +0 -0
  206. data/assets/fonts/Montserrat-LightItalic.woff2 +0 -0
  207. data/assets/fonts/Montserrat-Medium.woff +0 -0
  208. data/assets/fonts/Montserrat-Medium.woff2 +0 -0
  209. data/assets/fonts/Montserrat-MediumItalic.woff +0 -0
  210. data/assets/fonts/Montserrat-MediumItalic.woff2 +0 -0
  211. data/assets/fonts/Montserrat-Regular.woff +0 -0
  212. data/assets/fonts/Montserrat-Regular.woff2 +0 -0
  213. data/assets/fonts/Montserrat-SemiBold.woff +0 -0
  214. data/assets/fonts/Montserrat-SemiBold.woff2 +0 -0
  215. data/assets/fonts/Montserrat-SemiBoldItalic.woff +0 -0
  216. data/assets/fonts/Montserrat-SemiBoldItalic.woff2 +0 -0
  217. data/assets/fonts/Montserrat-Thin.woff +0 -0
  218. data/assets/fonts/Montserrat-Thin.woff2 +0 -0
  219. data/assets/fonts/Montserrat-ThinItalic.woff +0 -0
  220. data/assets/fonts/Montserrat-ThinItalic.woff2 +0 -0
  221. data/assets/fonts/MontserratAlternates-Black.woff +0 -0
  222. data/assets/fonts/MontserratAlternates-Black.woff2 +0 -0
  223. data/assets/fonts/MontserratAlternates-BlackItalic.woff +0 -0
  224. data/assets/fonts/MontserratAlternates-BlackItalic.woff2 +0 -0
  225. data/assets/fonts/MontserratAlternates-Bold.woff +0 -0
  226. data/assets/fonts/MontserratAlternates-Bold.woff2 +0 -0
  227. data/assets/fonts/MontserratAlternates-BoldItalic.woff +0 -0
  228. data/assets/fonts/MontserratAlternates-BoldItalic.woff2 +0 -0
  229. data/assets/fonts/MontserratAlternates-ExtraBold.woff +0 -0
  230. data/assets/fonts/MontserratAlternates-ExtraBold.woff2 +0 -0
  231. data/assets/fonts/MontserratAlternates-ExtraBoldItalic.woff +0 -0
  232. data/assets/fonts/MontserratAlternates-ExtraBoldItalic.woff2 +0 -0
  233. data/assets/fonts/MontserratAlternates-ExtraLight.woff +0 -0
  234. data/assets/fonts/MontserratAlternates-ExtraLight.woff2 +0 -0
  235. data/assets/fonts/MontserratAlternates-ExtraLightItalic.woff +0 -0
  236. data/assets/fonts/MontserratAlternates-ExtraLightItalic.woff2 +0 -0
  237. data/assets/fonts/MontserratAlternates-Italic.woff +0 -0
  238. data/assets/fonts/MontserratAlternates-Italic.woff2 +0 -0
  239. data/assets/fonts/MontserratAlternates-Light.woff +0 -0
  240. data/assets/fonts/MontserratAlternates-Light.woff2 +0 -0
  241. data/assets/fonts/MontserratAlternates-LightItalic.woff +0 -0
  242. data/assets/fonts/MontserratAlternates-LightItalic.woff2 +0 -0
  243. data/assets/fonts/MontserratAlternates-Medium.woff +0 -0
  244. data/assets/fonts/MontserratAlternates-Medium.woff2 +0 -0
  245. data/assets/fonts/MontserratAlternates-MediumItalic.woff +0 -0
  246. data/assets/fonts/MontserratAlternates-MediumItalic.woff2 +0 -0
  247. data/assets/fonts/MontserratAlternates-Regular.woff +0 -0
  248. data/assets/fonts/MontserratAlternates-Regular.woff2 +0 -0
  249. data/assets/fonts/MontserratAlternates-SemiBold.woff +0 -0
  250. data/assets/fonts/MontserratAlternates-SemiBold.woff2 +0 -0
  251. data/assets/fonts/MontserratAlternates-SemiBoldItalic.woff +0 -0
  252. data/assets/fonts/MontserratAlternates-SemiBoldItalic.woff2 +0 -0
  253. data/assets/fonts/MontserratAlternates-Thin.woff +0 -0
  254. data/assets/fonts/MontserratAlternates-Thin.woff2 +0 -0
  255. data/assets/fonts/MontserratAlternates-ThinItalic.woff +0 -0
  256. data/assets/fonts/MontserratAlternates-ThinItalic.woff2 +0 -0
  257. data/assets/fonts/fa-brands-400.eot +0 -0
  258. data/assets/fonts/fa-brands-400.svg +0 -3717
  259. data/assets/fonts/fa-brands-400.ttf +0 -0
  260. data/assets/fonts/fa-brands-400.woff +0 -0
  261. data/assets/fonts/fa-brands-400.woff2 +0 -0
  262. data/assets/fonts/fa-regular-400.eot +0 -0
  263. data/assets/fonts/fa-regular-400.svg +0 -801
  264. data/assets/fonts/fa-regular-400.ttf +0 -0
  265. data/assets/fonts/fa-regular-400.woff +0 -0
  266. data/assets/fonts/fa-regular-400.woff2 +0 -0
  267. data/assets/fonts/fa-solid-900.eot +0 -0
  268. data/assets/fonts/fa-solid-900.svg +0 -5028
  269. data/assets/fonts/fa-solid-900.ttf +0 -0
  270. data/assets/fonts/fa-solid-900.woff +0 -0
  271. data/assets/fonts/fa-solid-900.woff2 +0 -0
  272. data/assets/fonts/overpass-mono-bold.eot +0 -0
  273. data/assets/fonts/overpass-mono-bold.ttf +0 -0
  274. data/assets/fonts/overpass-mono-bold.woff +0 -0
  275. data/assets/fonts/overpass-mono-bold.woff2 +0 -0
  276. data/assets/fonts/overpass-mono-light.eot +0 -0
  277. data/assets/fonts/overpass-mono-light.ttf +0 -0
  278. data/assets/fonts/overpass-mono-light.woff +0 -0
  279. data/assets/fonts/overpass-mono-light.woff2 +0 -0
  280. data/assets/fonts/overpass-mono-regular.eot +0 -0
  281. data/assets/fonts/overpass-mono-regular.ttf +0 -0
  282. data/assets/fonts/overpass-mono-regular.woff +0 -0
  283. data/assets/fonts/overpass-mono-regular.woff2 +0 -0
  284. data/assets/fonts/overpass-mono-semibold.eot +0 -0
  285. data/assets/fonts/overpass-mono-semibold.ttf +0 -0
  286. data/assets/fonts/overpass-mono-semibold.woff +0 -0
  287. data/assets/fonts/overpass-mono-semibold.woff2 +0 -0
  288. data/assets/img/favicon.png +0 -0
  289. data/assets/img/logo.png +0 -0
  290. data/assets/img/motif.png +0 -0
  291. data/assets/img/post.png +0 -0
  292. data/assets/js/bootstrap.min.js +0 -7
  293. data/assets/js/bootstrap.min.js.map +0 -1
  294. data/assets/js/clipboard.min.js +0 -7
  295. data/assets/js/customization.js +0 -26
  296. data/assets/js/dataTables.bootstrap4.min.js +0 -14
  297. data/assets/js/instantsearch.min.js +0 -3
  298. data/assets/js/jquery.dataTables.min.js +0 -184
  299. data/assets/js/jquery.min.js +0 -2
  300. data/assets/js/jquery.rss.js +0 -1
  301. data/assets/js/lunr.min.js +0 -6
  302. data/assets/js/moment.min.js +0 -2
@@ -1,192 +0,0 @@
1
- // stylelint-disable selector-no-qualifying-type
2
-
3
- //
4
- // Base styles
5
- //
6
-
7
- .input-group {
8
- position: relative;
9
- display: flex;
10
- flex-wrap: wrap; // For form validation feedback
11
- align-items: stretch;
12
- width: 100%;
13
-
14
- > .form-control,
15
- > .form-control-plaintext,
16
- > .custom-select,
17
- > .custom-file {
18
- position: relative; // For focus state's z-index
19
- flex: 1 1 auto;
20
- width: 1%;
21
- min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
22
- margin-bottom: 0;
23
-
24
- + .form-control,
25
- + .custom-select,
26
- + .custom-file {
27
- margin-left: -$input-border-width;
28
- }
29
- }
30
-
31
- // Bring the "active" form control to the top of surrounding elements
32
- > .form-control:focus,
33
- > .custom-select:focus,
34
- > .custom-file .custom-file-input:focus ~ .custom-file-label {
35
- z-index: 3;
36
- }
37
-
38
- // Bring the custom file input above the label
39
- > .custom-file .custom-file-input:focus {
40
- z-index: 4;
41
- }
42
-
43
- > .form-control,
44
- > .custom-select {
45
- &:not(:last-child) { @include border-right-radius(0); }
46
- &:not(:first-child) { @include border-left-radius(0); }
47
- }
48
-
49
- // Custom file inputs have more complex markup, thus requiring different
50
- // border-radius overrides.
51
- > .custom-file {
52
- display: flex;
53
- align-items: center;
54
-
55
- &:not(:last-child) .custom-file-label,
56
- &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
57
- &:not(:first-child) .custom-file-label { @include border-left-radius(0); }
58
- }
59
- }
60
-
61
-
62
- // Prepend and append
63
- //
64
- // While it requires one extra layer of HTML for each, dedicated prepend and
65
- // append elements allow us to 1) be less clever, 2) simplify our selectors, and
66
- // 3) support HTML5 form validation.
67
-
68
- .input-group-prepend,
69
- .input-group-append {
70
- display: flex;
71
-
72
- // Ensure buttons are always above inputs for more visually pleasing borders.
73
- // This isn't needed for `.input-group-text` since it shares the same border-color
74
- // as our inputs.
75
- .btn {
76
- position: relative;
77
- z-index: 2;
78
-
79
- &:focus {
80
- z-index: 3;
81
- }
82
- }
83
-
84
- .btn + .btn,
85
- .btn + .input-group-text,
86
- .input-group-text + .input-group-text,
87
- .input-group-text + .btn {
88
- margin-left: -$input-border-width;
89
- }
90
- }
91
-
92
- .input-group-prepend { margin-right: -$input-border-width; }
93
- .input-group-append { margin-left: -$input-border-width; }
94
-
95
-
96
- // Textual addons
97
- //
98
- // Serves as a catch-all element for any text or radio/checkbox input you wish
99
- // to prepend or append to an input.
100
-
101
- .input-group-text {
102
- display: flex;
103
- align-items: center;
104
- padding: $input-padding-y $input-padding-x;
105
- margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom
106
- @include font-size($input-font-size); // Match inputs
107
- font-weight: $font-weight-normal;
108
- line-height: $input-line-height;
109
- color: $input-group-addon-color;
110
- text-align: center;
111
- white-space: nowrap;
112
- background-color: $input-group-addon-bg;
113
- border: $input-border-width solid $input-group-addon-border-color;
114
- @include border-radius($input-border-radius);
115
-
116
- // Nuke default margins from checkboxes and radios to vertically center within.
117
- input[type="radio"],
118
- input[type="checkbox"] {
119
- margin-top: 0;
120
- }
121
- }
122
-
123
-
124
- // Sizing
125
- //
126
- // Remix the default form control sizing classes into new ones for easier
127
- // manipulation.
128
-
129
- .input-group-lg > .form-control:not(textarea),
130
- .input-group-lg > .custom-select {
131
- height: $input-height-lg;
132
- }
133
-
134
- .input-group-lg > .form-control,
135
- .input-group-lg > .custom-select,
136
- .input-group-lg > .input-group-prepend > .input-group-text,
137
- .input-group-lg > .input-group-append > .input-group-text,
138
- .input-group-lg > .input-group-prepend > .btn,
139
- .input-group-lg > .input-group-append > .btn {
140
- padding: $input-padding-y-lg $input-padding-x-lg;
141
- @include font-size($input-font-size-lg);
142
- line-height: $input-line-height-lg;
143
- @include border-radius($input-border-radius-lg);
144
- }
145
-
146
- .input-group-sm > .form-control:not(textarea),
147
- .input-group-sm > .custom-select {
148
- height: $input-height-sm;
149
- }
150
-
151
- .input-group-sm > .form-control,
152
- .input-group-sm > .custom-select,
153
- .input-group-sm > .input-group-prepend > .input-group-text,
154
- .input-group-sm > .input-group-append > .input-group-text,
155
- .input-group-sm > .input-group-prepend > .btn,
156
- .input-group-sm > .input-group-append > .btn {
157
- padding: $input-padding-y-sm $input-padding-x-sm;
158
- @include font-size($input-font-size-sm);
159
- line-height: $input-line-height-sm;
160
- @include border-radius($input-border-radius-sm);
161
- }
162
-
163
- .input-group-lg > .custom-select,
164
- .input-group-sm > .custom-select {
165
- padding-right: $custom-select-padding-x + $custom-select-indicator-padding;
166
- }
167
-
168
-
169
- // Prepend and append rounded corners
170
- //
171
- // These rulesets must come after the sizing ones to properly override sm and lg
172
- // border-radius values when extending. They're more specific than we'd like
173
- // with the `.input-group >` part, but without it, we cannot override the sizing.
174
-
175
-
176
- .input-group > .input-group-prepend > .btn,
177
- .input-group > .input-group-prepend > .input-group-text,
178
- .input-group > .input-group-append:not(:last-child) > .btn,
179
- .input-group > .input-group-append:not(:last-child) > .input-group-text,
180
- .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
181
- .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
182
- @include border-right-radius(0);
183
- }
184
-
185
- .input-group > .input-group-append > .btn,
186
- .input-group > .input-group-append > .input-group-text,
187
- .input-group > .input-group-prepend:not(:first-child) > .btn,
188
- .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
189
- .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
190
- .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
191
- @include border-left-radius(0);
192
- }
@@ -1,17 +0,0 @@
1
- .jumbotron {
2
- padding: $jumbotron-padding ($jumbotron-padding / 2);
3
- margin-bottom: $jumbotron-padding;
4
- color: $jumbotron-color;
5
- background-color: $jumbotron-bg;
6
- @include border-radius($border-radius-lg);
7
-
8
- @include media-breakpoint-up(sm) {
9
- padding: ($jumbotron-padding * 2) $jumbotron-padding;
10
- }
11
- }
12
-
13
- .jumbotron-fluid {
14
- padding-right: 0;
15
- padding-left: 0;
16
- @include border-radius(0);
17
- }
@@ -1,154 +0,0 @@
1
- // Base class
2
- //
3
- // Easily usable on <ul>, <ol>, or <div>.
4
-
5
- .list-group {
6
- display: flex;
7
- flex-direction: column;
8
-
9
- // No need to set list-style: none; since .list-group-item is block level
10
- padding-left: 0; // reset padding because ul and ol
11
- margin-bottom: 0;
12
- @include border-radius($list-group-border-radius);
13
- }
14
-
15
-
16
- // Interactive list items
17
- //
18
- // Use anchor or button elements instead of `li`s or `div`s to create interactive
19
- // list items. Includes an extra `.active` modifier class for selected items.
20
-
21
- .list-group-item-action {
22
- width: 100%; // For `<button>`s (anchors become 100% by default though)
23
- color: $list-group-action-color;
24
- text-align: inherit; // For `<button>`s (anchors inherit)
25
-
26
- // Hover state
27
- @include hover-focus() {
28
- z-index: 1; // Place hover/focus items above their siblings for proper border styling
29
- color: $list-group-action-hover-color;
30
- text-decoration: none;
31
- background-color: $list-group-hover-bg;
32
- }
33
-
34
- &:active {
35
- color: $list-group-action-active-color;
36
- background-color: $list-group-action-active-bg;
37
- }
38
- }
39
-
40
-
41
- // Individual list items
42
- //
43
- // Use on `li`s or `div`s within the `.list-group` parent.
44
-
45
- .list-group-item {
46
- position: relative;
47
- display: block;
48
- padding: $list-group-item-padding-y $list-group-item-padding-x;
49
- color: $list-group-color;
50
- text-decoration: if($link-decoration == none, null, none);
51
- background-color: $list-group-bg;
52
- border: $list-group-border-width solid $list-group-border-color;
53
-
54
- &:first-child {
55
- @include border-top-radius(inherit);
56
- }
57
-
58
- &:last-child {
59
- @include border-bottom-radius(inherit);
60
- }
61
-
62
- &.disabled,
63
- &:disabled {
64
- color: $list-group-disabled-color;
65
- pointer-events: none;
66
- background-color: $list-group-disabled-bg;
67
- }
68
-
69
- // Include both here for `<a>`s and `<button>`s
70
- &.active {
71
- z-index: 2; // Place active items above their siblings for proper border styling
72
- color: $list-group-active-color;
73
- background-color: $list-group-active-bg;
74
- border-color: $list-group-active-border-color;
75
- }
76
-
77
- & + & {
78
- border-top-width: 0;
79
-
80
- &.active {
81
- margin-top: -$list-group-border-width;
82
- border-top-width: $list-group-border-width;
83
- }
84
- }
85
- }
86
-
87
-
88
- // Horizontal
89
- //
90
- // Change the layout of list group items from vertical (default) to horizontal.
91
-
92
- @each $breakpoint in map-keys($grid-breakpoints) {
93
- @include media-breakpoint-up($breakpoint) {
94
- $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
95
-
96
- .list-group-horizontal#{$infix} {
97
- flex-direction: row;
98
-
99
- > .list-group-item {
100
- &:first-child {
101
- @include border-bottom-left-radius($list-group-border-radius);
102
- @include border-top-right-radius(0);
103
- }
104
-
105
- &:last-child {
106
- @include border-top-right-radius($list-group-border-radius);
107
- @include border-bottom-left-radius(0);
108
- }
109
-
110
- &.active {
111
- margin-top: 0;
112
- }
113
-
114
- + .list-group-item {
115
- border-top-width: $list-group-border-width;
116
- border-left-width: 0;
117
-
118
- &.active {
119
- margin-left: -$list-group-border-width;
120
- border-left-width: $list-group-border-width;
121
- }
122
- }
123
- }
124
- }
125
- }
126
- }
127
-
128
-
129
- // Flush list items
130
- //
131
- // Remove borders and border-radius to keep list group items edge-to-edge. Most
132
- // useful within other components (e.g., cards).
133
-
134
- .list-group-flush {
135
- @include border-radius(0);
136
-
137
- > .list-group-item {
138
- border-width: 0 0 $list-group-border-width;
139
-
140
- &:last-child {
141
- border-bottom-width: 0;
142
- }
143
- }
144
- }
145
-
146
-
147
- // Contextual variants
148
- //
149
- // Add modifier classes to change text and background color on individual items.
150
- // Organizationally, this must come after the `:hover` states.
151
-
152
- @each $color, $value in $theme-colors {
153
- @include list-group-item-variant($color, theme-color-level($color, -9), theme-color-level($color, 6));
154
- }
@@ -1,8 +0,0 @@
1
- .media {
2
- display: flex;
3
- align-items: flex-start;
4
- }
5
-
6
- .media-body {
7
- flex: 1;
8
- }
@@ -1,47 +0,0 @@
1
- // Toggles
2
- //
3
- // Used in conjunction with global variables to enable certain theme features.
4
-
5
- // Vendor
6
- @import "vendor/rfs";
7
-
8
- // Deprecate
9
- @import "mixins/deprecate";
10
-
11
- // Utilities
12
- @import "mixins/breakpoints";
13
- @import "mixins/hover";
14
- @import "mixins/image";
15
- @import "mixins/badge";
16
- @import "mixins/resize";
17
- @import "mixins/screen-reader";
18
- @import "mixins/size";
19
- @import "mixins/reset-text";
20
- @import "mixins/text-emphasis";
21
- @import "mixins/text-hide";
22
- @import "mixins/text-truncate";
23
- @import "mixins/visibility";
24
-
25
- // Components
26
- @import "mixins/alert";
27
- @import "mixins/buttons";
28
- @import "mixins/caret";
29
- @import "mixins/pagination";
30
- @import "mixins/lists";
31
- @import "mixins/list-group";
32
- @import "mixins/nav-divider";
33
- @import "mixins/forms";
34
- @import "mixins/table-row";
35
-
36
- // Skins
37
- @import "mixins/background-variant";
38
- @import "mixins/border-radius";
39
- @import "mixins/box-shadow";
40
- @import "mixins/gradients";
41
- @import "mixins/transition";
42
-
43
- // Layout
44
- @import "mixins/clearfix";
45
- @import "mixins/grid-framework";
46
- @import "mixins/grid";
47
- @import "mixins/float";
@@ -1,240 +0,0 @@
1
- // .modal-open - body class for killing the scroll
2
- // .modal - container to scroll within
3
- // .modal-dialog - positioning shell for the actual modal
4
- // .modal-content - actual modal w/ bg and corners and stuff
5
-
6
-
7
- .modal-open {
8
- // Kill the scroll on the body
9
- overflow: hidden;
10
-
11
- .modal {
12
- overflow-x: hidden;
13
- overflow-y: auto;
14
- }
15
- }
16
-
17
- // Container that the modal scrolls within
18
- .modal {
19
- position: fixed;
20
- top: 0;
21
- left: 0;
22
- z-index: $zindex-modal;
23
- display: none;
24
- width: 100%;
25
- height: 100%;
26
- overflow: hidden;
27
- // Prevent Chrome on Windows from adding a focus outline. For details, see
28
- // https://github.com/twbs/bootstrap/pull/10951.
29
- outline: 0;
30
- // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a
31
- // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342
32
- // See also https://github.com/twbs/bootstrap/issues/17695
33
- }
34
-
35
- // Shell div to position the modal with bottom padding
36
- .modal-dialog {
37
- position: relative;
38
- width: auto;
39
- margin: $modal-dialog-margin;
40
- // allow clicks to pass through for custom click handling to close modal
41
- pointer-events: none;
42
-
43
- // When fading in the modal, animate it to slide down
44
- .modal.fade & {
45
- @include transition($modal-transition);
46
- transform: $modal-fade-transform;
47
- }
48
- .modal.show & {
49
- transform: $modal-show-transform;
50
- }
51
-
52
- // When trying to close, animate focus to scale
53
- .modal.modal-static & {
54
- transform: $modal-scale-transform;
55
- }
56
- }
57
-
58
- .modal-dialog-scrollable {
59
- display: flex; // IE10/11
60
- max-height: subtract(100%, $modal-dialog-margin * 2);
61
-
62
- .modal-content {
63
- max-height: subtract(100vh, $modal-dialog-margin * 2); // IE10/11
64
- overflow: hidden;
65
- }
66
-
67
- .modal-header,
68
- .modal-footer {
69
- flex-shrink: 0;
70
- }
71
-
72
- .modal-body {
73
- overflow-y: auto;
74
- }
75
- }
76
-
77
- .modal-dialog-centered {
78
- display: flex;
79
- align-items: center;
80
- min-height: subtract(100%, $modal-dialog-margin * 2);
81
-
82
- // Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)
83
- &::before {
84
- display: block; // IE10
85
- height: subtract(100vh, $modal-dialog-margin * 2);
86
- height: min-content; // Reset height to 0 except on IE
87
- content: "";
88
- }
89
-
90
- // Ensure `.modal-body` shows scrollbar (IE10/11)
91
- &.modal-dialog-scrollable {
92
- flex-direction: column;
93
- justify-content: center;
94
- height: 100%;
95
-
96
- .modal-content {
97
- max-height: none;
98
- }
99
-
100
- &::before {
101
- content: none;
102
- }
103
- }
104
- }
105
-
106
- // Actual modal
107
- .modal-content {
108
- position: relative;
109
- display: flex;
110
- flex-direction: column;
111
- width: 100%; // Ensure `.modal-content` extends the full width of the parent `.modal-dialog`
112
- // counteract the pointer-events: none; in the .modal-dialog
113
- color: $modal-content-color;
114
- pointer-events: auto;
115
- background-color: $modal-content-bg;
116
- background-clip: padding-box;
117
- border: $modal-content-border-width solid $modal-content-border-color;
118
- @include border-radius($modal-content-border-radius);
119
- @include box-shadow($modal-content-box-shadow-xs);
120
- // Remove focus outline from opened modal
121
- outline: 0;
122
- }
123
-
124
- // Modal background
125
- .modal-backdrop {
126
- position: fixed;
127
- top: 0;
128
- left: 0;
129
- z-index: $zindex-modal-backdrop;
130
- width: 100vw;
131
- height: 100vh;
132
- background-color: $modal-backdrop-bg;
133
-
134
- // Fade for backdrop
135
- &.fade { opacity: 0; }
136
- &.show { opacity: $modal-backdrop-opacity; }
137
- }
138
-
139
- // Modal header
140
- // Top section of the modal w/ title and dismiss
141
- .modal-header {
142
- display: flex;
143
- align-items: flex-start; // so the close btn always stays on the upper right corner
144
- justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
145
- padding: $modal-header-padding;
146
- border-bottom: $modal-header-border-width solid $modal-header-border-color;
147
- @include border-top-radius($modal-content-inner-border-radius);
148
-
149
- .close {
150
- padding: $modal-header-padding;
151
- // auto on the left force icon to the right even when there is no .modal-title
152
- margin: (-$modal-header-padding-y) (-$modal-header-padding-x) (-$modal-header-padding-y) auto;
153
- }
154
- }
155
-
156
- // Title text within header
157
- .modal-title {
158
- margin-bottom: 0;
159
- line-height: $modal-title-line-height;
160
- }
161
-
162
- // Modal body
163
- // Where all modal content resides (sibling of .modal-header and .modal-footer)
164
- .modal-body {
165
- position: relative;
166
- // Enable `flex-grow: 1` so that the body take up as much space as possible
167
- // when there should be a fixed height on `.modal-dialog`.
168
- flex: 1 1 auto;
169
- padding: $modal-inner-padding;
170
- }
171
-
172
- // Footer (for actions)
173
- .modal-footer {
174
- display: flex;
175
- flex-wrap: wrap;
176
- align-items: center; // vertically center
177
- justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
178
- padding: $modal-inner-padding - $modal-footer-margin-between / 2;
179
- border-top: $modal-footer-border-width solid $modal-footer-border-color;
180
- @include border-bottom-radius($modal-content-inner-border-radius);
181
-
182
- // Place margin between footer elements
183
- // This solution is far from ideal because of the universal selector usage,
184
- // but is needed to fix https://github.com/twbs/bootstrap/issues/24800
185
- > * {
186
- margin: $modal-footer-margin-between / 2;
187
- }
188
- }
189
-
190
- // Measure scrollbar width for padding body during modal show/hide
191
- .modal-scrollbar-measure {
192
- position: absolute;
193
- top: -9999px;
194
- width: 50px;
195
- height: 50px;
196
- overflow: scroll;
197
- }
198
-
199
- // Scale up the modal
200
- @include media-breakpoint-up(sm) {
201
- // Automatically set modal's width for larger viewports
202
- .modal-dialog {
203
- max-width: $modal-md;
204
- margin: $modal-dialog-margin-y-sm-up auto;
205
- }
206
-
207
- .modal-dialog-scrollable {
208
- max-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
209
-
210
- .modal-content {
211
- max-height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);
212
- }
213
- }
214
-
215
- .modal-dialog-centered {
216
- min-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
217
-
218
- &::before {
219
- height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);
220
- height: min-content;
221
- }
222
- }
223
-
224
- .modal-content {
225
- @include box-shadow($modal-content-box-shadow-sm-up);
226
- }
227
-
228
- .modal-sm { max-width: $modal-sm; }
229
- }
230
-
231
- @include media-breakpoint-up(lg) {
232
- .modal-lg,
233
- .modal-xl {
234
- max-width: $modal-lg;
235
- }
236
- }
237
-
238
- @include media-breakpoint-up(xl) {
239
- .modal-xl { max-width: $modal-xl; }
240
- }