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,161 +0,0 @@
1
- /*!
2
- * Mailing lists customization (https://gitlab.com/areguera/jekyll-theme-centos/)
3
- * Copyright 2020-2021 Alain Reguera Delgado
4
- * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
- */
6
-
7
- .aside, .page {
8
- &__content {
9
- &__mailman {
10
- &__nav {
11
- ul {
12
- font-size: small;
13
- list-style: none;
14
- padding-left: 0;
15
- }
16
- }
17
- &__article {
18
- pre {
19
- border: none;
20
- border-bottom: 1px solid #ccc;
21
- border-top: 1px solid #ccc;
22
- max-height: none;
23
- padding: 0;
24
- padding-top: 1rem;
25
- padding-bottom: 1rem;
26
- overflow: hidden;
27
- white-space: pre-wrap;
28
- background: $white;
29
- }
30
- }
31
- }
32
- }
33
- }
34
-
35
- .page {
36
- &__content {
37
- &__mailman {
38
- &__admlogin {
39
- &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
40
- background-color: $white;
41
- border: none;
42
- padding: 0;
43
- vertical-align: middle;
44
- }
45
- &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
46
- text-align: center;
47
- }
48
- &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
49
- text-align: right;
50
- }
51
- }
52
- &__welcome {
53
- &> table:nth-child(1) > tbody > tr:nth-child(1) > td,
54
- &> form > table > tbody > tr > td > center > table > tbody > tr > td,
55
- &> form > table > tbody > tr > td {
56
- background-color: white;
57
- border: none;
58
- }
59
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
60
- border: none;
61
- }
62
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
63
- display: none;
64
- }
65
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td > p {
66
- line-height: $line-height-base;
67
- }
68
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
69
- &> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
70
- &> address > table > tbody > tr > td,
71
- &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
72
- background-color: $white;
73
- border: none;
74
- padding: 0;
75
- vertical-align: middle;
76
- text-align: left;
77
- }
78
- &> address > table > tbody > tr > td:nth-child(2),
79
- &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
80
- text-align: center;
81
- }
82
- &> address > table > tbody > tr > td:nth-child(3),
83
- &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
84
- text-align: right;
85
- }
86
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
87
- padding: 0;
88
- }
89
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > strong:nth-child(1) > font:nth-child(1),
90
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > strong:nth-child(1) > font:nth-child(1) {
91
- font-size: 1rem;
92
- }
93
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
94
- @extend .h3;
95
- }
96
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
97
- border: none;
98
- }
99
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
100
- &> hr:nth-child(2) {
101
- display: none;
102
- }
103
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
104
- @extend .text-white, .bg-dark;
105
- }
106
- }
107
- &__listinfo {
108
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
109
- background-color: $white;
110
- border: none;
111
- padding: 0;
112
- vertical-align: middle;
113
- text-align: left;
114
- }
115
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
116
- text-align: left;
117
- }
118
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
119
- text-align: center;
120
- }
121
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
122
- text-align: right;
123
- }
124
- }
125
- &__options {
126
- &> address > table > tbody > tr > td {
127
- background-color: $white;
128
- border: none;
129
- padding: 0;
130
- }
131
- &> address > table > tbody > tr > td:nth-child(1) {
132
- text-align: left;
133
- }
134
- &> address > table > tbody > tr > td:nth-child(2) {
135
- text-align: center;
136
- }
137
- &> address > table > tbody > tr > td:nth-child(3) {
138
- text-align: right;
139
- }
140
- }
141
- &__subscribe {
142
- &> address > table > tbody > tr > td {
143
- background-color: $white;
144
- border: none;
145
- padding: 0;
146
- }
147
- &> address > table > tbody > tr > td:nth-child(1) {
148
- text-align: left;
149
- }
150
- &> address > table > tbody > tr > td:nth-child(2) {
151
- text-align: center;
152
- }
153
- &> address > table > tbody > tr > td:nth-child(3) {
154
- text-align: right;
155
- }
156
- }
157
- &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
158
- }
159
- }
160
- }
161
- }
@@ -1,22 +0,0 @@
1
- /*!
2
- * jekyll-theme-centos 0.9.20221031122647 (https://gitlab.com/areguera/jekyll-theme-centos)
3
- * Copyright 2020-2022 areguera@centosproject.org
4
- * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
- */
6
- @import "fontawesome/fontawesome";
7
- @import "fontawesome/solid";
8
- @import "fontawesome/brands";
9
- @import "centos/variables";
10
- @import "bootstrap/bootstrap";
11
- @import "centos/fonts";
12
- @import "centos/mixins";
13
- @import "centos/datatable";
14
- @import "centos/highlighter";
15
- @import "centos/toc";
16
- @import "centos/breadcrumbs";
17
- @import "centos/nav";
18
- @import "centos/hr";
19
- @import "centos/header";
20
- @import "centos/main";
21
- @import "centos/footer";
22
-
@@ -1,34 +0,0 @@
1
- @mixin aside-nav {
2
- font-size: small;
3
- width: 100%;
4
- margin-top: 15px;
5
- margin-left: 15px;
6
- margin-bottom: 15px;
7
- align-self: start;
8
-
9
- &__explorer {
10
- display: flex;
11
- justify-content: space-between;
12
- flex-direction: row;
13
- }
14
-
15
- .toc {
16
- &__section {
17
- flex-direction: column;
18
- overflow-y: auto;
19
- max-height: 75vh;
20
- }
21
- }
22
-
23
- @include media-breakpoint-up(xm) {
24
- display: none;
25
- }
26
-
27
- @include media-breakpoint-up(xl) {
28
- display: flex;
29
- flex-flow: column nowrap;
30
- position: sticky;
31
- top: calc(#{$navbar-brand-height + $paragraph-margin-bottom} + 10px);
32
- }
33
-
34
- }
@@ -1,14 +0,0 @@
1
- @mixin content-nav {
2
- &__nav {
3
- margin: 0;
4
- @include media-breakpoint-up(xm) {
5
- display: block;
6
- .top {
7
- margin-top: $paragraph-margin-bottom;
8
- }
9
- }
10
- @include media-breakpoint-up(xl) {
11
- display: none;
12
- }
13
- }
14
- }
@@ -1,92 +0,0 @@
1
- @mixin content {
2
-
3
- background: #fff;
4
- padding: 2.75rem;
5
- margin-top: -120px;
6
- box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.25);
7
- border-radius: 10px 10px 0 0;
8
-
9
- h1, h2, h3, h4, h5, h6 {
10
- scroll-margin-top: $scroll-margin-top + 2.5;
11
- &:first-of-type {
12
- margin-top: 0;
13
- padding-top: 0;
14
- }
15
- }
16
-
17
- h2 {
18
- margin-top: $scroll-margin-top;
19
- }
20
-
21
- img {
22
- @extend .img-fluid;
23
- }
24
-
25
- pre {
26
- font-family: "overpass-mono";
27
- @extend .highlight, .pre-scrollable;
28
- padding: 8px;
29
- min-height: 41px; // prevents the copy-to-clipboard button from being cut on empty blocks.
30
- }
31
-
32
- code {
33
- font-family: "overpass-mono";
34
- }
35
-
36
- table {
37
- @extend .table, .table-striped;
38
- thead {
39
- @extend .thead-dark;
40
- }
41
- }
42
-
43
- blockquote {
44
- @extend .blockquote;
45
- font-size: $font-size-base;
46
-
47
- border-left: 5px solid $info;
48
- background-color: rgba($info, 0.05);
49
- padding: 1em;
50
-
51
- blockquote {
52
- border-left: 5px solid $success;
53
- background-color: rgba($success, 0.05);
54
- blockquote {
55
- border-left: 5px solid $warning;
56
- background-color: rgba($warning, 0.05);
57
- blockquote {
58
- border-left: 5px solid $danger;
59
- background-color: rgba($danger, 0.05);
60
- }
61
- }
62
- }
63
- }
64
-
65
- input[type=text], input[type=password], select, textarea {
66
- @extend .form-control;
67
- }
68
-
69
- input[type=checkbox], input[type=radio] {
70
- }
71
-
72
- input[type=file] {
73
- @extend .form-control-file;
74
- }
75
-
76
- input[type=submit] {
77
- @extend .btn, .btn-primary;
78
- }
79
-
80
- .alert {
81
- .title {
82
- font-size: $h4-font-size;
83
- font-weight: $font-weight-bold;
84
- }
85
- }
86
-
87
- .video {
88
- @extend .embed-responsive, .embed-responsive-16by9;
89
- margin-bottom: $line-height-base * 1em;
90
- }
91
-
92
- }
@@ -1,8 +0,0 @@
1
- @mixin header-links {
2
- a {
3
- color: rgba(255,255,255,0.75);
4
- &:hover {
5
- color: $white;
6
- }
7
- }
8
- }
@@ -1,17 +0,0 @@
1
- @mixin list-links {
2
- ul {
3
- padding-left: 0;
4
- li {
5
- list-style: none;
6
- margin-top: 1em;
7
- margin-left: 1em;
8
- &:before {
9
- @extend .fas;
10
- margin-right: 0.5em;
11
- margin-left: -1em;
12
- color: $primary;
13
- content: fa-content($fa-var-angle-right);
14
- }
15
- }
16
- }
17
- }
@@ -1,21 +0,0 @@
1
- @mixin post-nav-explorer {
2
- &__explorer {
3
- &__newer, &__older {
4
- &--disabled {
5
- display: none;
6
- }
7
- }
8
-
9
- &__newer {
10
- margin-right: 0;
11
- }
12
-
13
- &__older {
14
- margin-left: 0;
15
- }
16
-
17
- .top {
18
- margin-top: 0;
19
- }
20
- }
21
- }
@@ -1,20 +0,0 @@
1
- // Animated Icons
2
- // --------------------------
3
-
4
- .#{$fa-css-prefix}-spin {
5
- animation: fa-spin 2s infinite linear;
6
- }
7
-
8
- .#{$fa-css-prefix}-pulse {
9
- animation: fa-spin 1s infinite steps(8);
10
- }
11
-
12
- @keyframes fa-spin {
13
- 0% {
14
- transform: rotate(0deg);
15
- }
16
-
17
- 100% {
18
- transform: rotate(360deg);
19
- }
20
- }
@@ -1,20 +0,0 @@
1
- // Bordered & Pulled
2
- // -------------------------
3
-
4
- .#{$fa-css-prefix}-border {
5
- border: solid .08em $fa-border-color;
6
- border-radius: .1em;
7
- padding: .2em .25em .15em;
8
- }
9
-
10
- .#{$fa-css-prefix}-pull-left { float: left; }
11
- .#{$fa-css-prefix}-pull-right { float: right; }
12
-
13
- .#{$fa-css-prefix},
14
- .fas,
15
- .far,
16
- .fal,
17
- .fab {
18
- &.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
19
- &.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
20
- }
@@ -1,21 +0,0 @@
1
- // Base Class Definition
2
- // -------------------------
3
-
4
- .#{$fa-css-prefix},
5
- .fas,
6
- .far,
7
- .fal,
8
- .fad,
9
- .fab {
10
- -moz-osx-font-smoothing: grayscale;
11
- -webkit-font-smoothing: antialiased;
12
- display: inline-block;
13
- font-style: normal;
14
- font-variant: normal;
15
- text-rendering: auto;
16
- line-height: 1;
17
- }
18
-
19
- %fa-icon {
20
- @include fa-icon;
21
- }
@@ -1,6 +0,0 @@
1
- // Fixed Width Icons
2
- // -------------------------
3
- .#{$fa-css-prefix}-fw {
4
- text-align: center;
5
- width: $fa-fw-width;
6
- }