jekyll-theme-centos 2.3.0.beta.75 → 2.3.0.beta.76

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a58846802c1eae77f1eac7bd34e8eb64ca2ad31aae023779c2598d2b514e192d
4
- data.tar.gz: 971c50697b1c2127c254a839e7e615fe56cb7e1682f4793587f6b1b26d1fdbdf
3
+ metadata.gz: c3c188043b2faf48a79247c92b2607b514b594a1c0ffebd9167946771b6a5e1f
4
+ data.tar.gz: 806afba68e2e9ec51022b19f4145ea49f85956afb4e812c8bb5e735eafb8d67b
5
5
  SHA512:
6
- metadata.gz: cf13cf8014c9be7ee16bddd276373078ec58bba2a19ce66007878e847eb3c0e1ab49e94a510304a3fc26052883091aa88c6d21c162d91760e99ba795402d1b7c
7
- data.tar.gz: 21a7d3322d4b729da33368da5a6257e65149d1215a4520cde5efd2d1422365aaf803188ace31332fecf5dfcde9d2c711acf91965f340ad46566d918b7a388237
6
+ metadata.gz: c3abd81eab4de0579fb91eb0fcb100b191bd746b38fcb9e25361d247068ff12945385b5d294c08f35a428603796736c3cdb44c600b5875c1fddca9e2cd1cb33f
7
+ data.tar.gz: '08345d6980737abf9e105038e629a2e60b53474677faf7291a09cf6a6aa0470b2def46ad4cbe93f266c113b6bc8904dd9f0a53da7bcbccefcd93d31c76b25030'
data/_includes/head.html CHANGED
@@ -10,5 +10,6 @@
10
10
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" />
11
11
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Overpass+Mono:100,200,300,400,500,600,700,800,900" />
12
12
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
13
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous" />
13
14
  <link rel="stylesheet" href="{{ site.data.centos.identity.logo.link }}/assets/css/stylesheet.min.css" />
14
15
  </head>
@@ -65,7 +65,7 @@
65
65
  <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" integrity="sha512-fD9DI5bZwQxOi7MhYWnnNPlvXdp/2Pj3XSTRrFs5FQa4mizyGLnJcN6tuvUS6LbmgN1ut+XGSABKvjN0H6Aoow==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
66
66
 
67
67
  <!-- Bootstrap -->
68
- <script src="{{ site.data.centos.identity.logo.link }}/assets/js/bootstrap.bundle.min.js"></script>
68
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
69
69
  <script>
70
70
  // Initialize Tooltips
71
71
  const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]');
@@ -0,0 +1,58 @@
1
+ // --------------------------------------------------------------------------------
2
+ // Adjustments
3
+ // --------------------------------------------------------------------------------
4
+
5
+ main {
6
+ // --------------------------------------------------------------------------------
7
+ // Navbar and linked headings' correction.
8
+ //
9
+ // By default, when you access page headings from the page table of content
10
+ // (toc) links, the heading is hidden behind the navbar. This workaround
11
+ // fixes the linked headings visibility issue in the page.
12
+ // --------------------------------------------------------------------------------
13
+ h1,
14
+ h2,
15
+ h3,
16
+ h4,
17
+ h5,
18
+ h6 {
19
+ &::before {
20
+ display: block;
21
+ height: 6rem;
22
+ margin-top: -6rem;
23
+ visibility: hidden;
24
+ content: "";
25
+ }
26
+ margin-top: 3rem;
27
+ }
28
+
29
+ // --------------------------------------------------------------------------------
30
+ // Backgrounds
31
+ // --------------------------------------------------------------------------------
32
+ .bg-image {
33
+ background: url(../img/centos-motif.png) right center / cover;
34
+ }
35
+
36
+ .bg-light-radial-gradient {
37
+ background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 249, 250, 0) 100%);
38
+ }
39
+
40
+ // --------------------------------------------------------------------------------
41
+ // DataTable
42
+ // --------------------------------------------------------------------------------
43
+ .dataTables_wrapper {
44
+ .dataTables_filter {
45
+ text-align: end;
46
+ }
47
+ .dataTables_length,
48
+ .dataTables_filter {
49
+ margin-top: 3rem;
50
+ margin-bottom: 3rem;
51
+ }
52
+ .form-select,
53
+ .form-control {
54
+ width: auto;
55
+ display: inline-block;
56
+ }
57
+ }
58
+ }
@@ -0,0 +1,18 @@
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
+ :root {
12
+ --bs-primary: #a14f8c;
13
+ --bs-secondary: #efa724;
14
+ --bs-dark: #200735;
15
+ --bs-font-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";
16
+ --bs-font-monospace: "Overpass Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
17
+ --bs-link-color: var(--bs-primary);
18
+ }
@@ -0,0 +1,125 @@
1
+ /*
2
+ * This file provides customization for lists.centos.org site. There is one id
3
+ * selector per template. The id selector name and the template name are both
4
+ * the same so you can correlate them.
5
+ */
6
+
7
+ .row > {
8
+ hr {
9
+ margin-top: 3em;
10
+ }
11
+ }
12
+
13
+ #mmcfg {
14
+ h2 {
15
+ margin-top: 0;
16
+ padding-top: 0.5rem;
17
+
18
+ &:before {
19
+ display: none;
20
+ }
21
+ }
22
+ > table:nth-child(2) {
23
+ > tbody:nth-child(1) {
24
+ > tr {
25
+ > td {
26
+ padding: 0.5rem;
27
+ }
28
+ }
29
+ > tr:nth-child(4) {
30
+ > td {
31
+ background-color: var(--bs-dark);
32
+ > strong {
33
+ > font {
34
+ font-size: 1rem;
35
+ color: #fff;
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
43
+
44
+ #admlogin {
45
+ h4 {
46
+ margin-top: 0;
47
+ padding-top: 0;
48
+
49
+ &:before {
50
+ display: none;
51
+ }
52
+ }
53
+ }
54
+
55
+ #archidxhead {
56
+ ul > {
57
+ ul {
58
+ list-style-type: none;
59
+ }
60
+ }
61
+ }
62
+
63
+ #article {
64
+ pre {
65
+ overflow: hidden;
66
+ max-height: none;
67
+ font-size: 1rem;
68
+ white-space: pre-wrap;
69
+ }
70
+ }
71
+
72
+ #listinfo {
73
+ h2 {
74
+ margin-top: 1rem;
75
+ padding-top: 1rem;
76
+
77
+ &:before {
78
+ display: none;
79
+ }
80
+ }
81
+ }
82
+
83
+ #options {
84
+ h2,
85
+ h4 {
86
+ margin-top: 1rem;
87
+ padding-top: 1rem;
88
+ &:before {
89
+ display: none;
90
+ }
91
+ }
92
+
93
+ h3,
94
+ h5 {
95
+ margin-top: 0;
96
+ padding-top: 0;
97
+ &:before {
98
+ display: none;
99
+ }
100
+ }
101
+ }
102
+
103
+ // -----------------------------------------------------------------------------
104
+ // Forms
105
+ // -----------------------------------------------------------------------------
106
+ // NOTE: The form HTML elements are generated dynamically by mailman and
107
+ // templates provide small control over them.
108
+ // -----------------------------------------------------------------------------
109
+ input {
110
+ margin-bottom: 1rem;
111
+ &[type="text"],
112
+ &[type="password"] {
113
+ }
114
+ &[type="checkbox"],
115
+ &[type="radio"] {
116
+ }
117
+ &[type="submit"] {
118
+ }
119
+ }
120
+ textarea {
121
+ margin-bottom: 1rem;
122
+ }
123
+ select {
124
+ margin-bottom: 1rem;
125
+ }
@@ -2,6 +2,6 @@
2
2
  ---
3
3
 
4
4
  // Bootstrap
5
- @import "centos/variables";
6
- @import "bootstrap/bootstrap";
7
- @import "centos/adjustments";
5
+ @import "variables";
6
+ @import "adjustments";
7
+ @import "sites/lists";
@@ -2,6 +2,5 @@
2
2
  ---
3
3
 
4
4
  // Bootstrap
5
- @import "centos/variables";
6
- @import "bootstrap/bootstrap";
7
- @import "centos/adjustments";
5
+ @import "variables";
6
+ @import "adjustments";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.beta.75
4
+ version: 2.3.0.beta.76
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
@@ -104,6 +104,9 @@ files:
104
104
  - _layouts/post.html
105
105
  - _layouts/search.html
106
106
  - _layouts/sponsors.html
107
+ - _sass/_adjustments.scss
108
+ - _sass/_variables.scss
109
+ - _sass/sites/lists.scss
107
110
  - assets/css/dataTables.bootstrap5.css
108
111
  - assets/css/dataTables.bootstrap5.min.css
109
112
  - assets/css/stylesheet.lists.min.scss
@@ -139,18 +142,6 @@ files:
139
142
  - assets/img/sort_both.png
140
143
  - assets/img/sort_desc.png
141
144
  - assets/img/sort_desc_disabled.png
142
- - assets/js/bootstrap.bundle.js
143
- - assets/js/bootstrap.bundle.js.map
144
- - assets/js/bootstrap.bundle.min.js
145
- - assets/js/bootstrap.bundle.min.js.map
146
- - assets/js/bootstrap.esm.js
147
- - assets/js/bootstrap.esm.js.map
148
- - assets/js/bootstrap.esm.min.js
149
- - assets/js/bootstrap.esm.min.js.map
150
- - assets/js/bootstrap.js
151
- - assets/js/bootstrap.js.map
152
- - assets/js/bootstrap.min.js
153
- - assets/js/bootstrap.min.js.map
154
145
  - assets/js/clipboard.min.js
155
146
  - assets/js/dataTables.bootstrap5.min.js
156
147
  - assets/js/jquery.dataTables.min.js