jekyll-theme-centos 2.3.0.beta.4 → 2.3.0.beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6154bcd7403b50ff4c4cad8ea0649b942a4583ec2feda053db6b09c8f89fc944
4
- data.tar.gz: 0a7093b89685a2a148672fcb9fc82c56c5799b948dce78d450be95a3c1315573
3
+ metadata.gz: 6f3338ae9c1c1d6420e6e4e9a347dd5ad07db7b8e3a066b2a355416aff53e92c
4
+ data.tar.gz: 18167d2da7a41025cb41232e023347a71f5e2872f881b6b8fe68c7be3b6f5554
5
5
  SHA512:
6
- metadata.gz: fc8412529cecc98e74ea215ac5fac4563ecd4da5da5a3fef065520a5f3ed940b8e6313b04ad9a0dd91d9e736fdae7a0a936bbf4140b16f3bbb4b7d847e431687
7
- data.tar.gz: e993521af98169279b0be2c04cbdf744f31825935e03fd80577d3f2c5752c07a667a70ec1ab1ce2bbf187912e9ade61ac4c17108c1ba44d629cbb064f43b5a76
6
+ metadata.gz: 644e35687432a068e61d7742708ccb0bb4e5003964e6f0f2e1bb9d501ab8f692e947e9ccfb3d2e1d09ae80dae4b6dba061505ed2224b2ba2ba1eeeb1f33171f0
7
+ data.tar.gz: faf881fe40097eff62c77a07a736866f4263da8322578fe964d105e07f55c959af6cafab6963e302c8c73efb4ca466ff0cf7be3146fab294e92cc9bc1d17557a
@@ -0,0 +1,96 @@
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; padding-top: 0.5rem;
16
+
17
+ &:before {
18
+ display: none;
19
+ }
20
+ }
21
+ div.container:nth-child(2) {
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: $dark;
32
+ > strong {
33
+ > font {
34
+ font-size: 1rem;
35
+ color: #fff;
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
43
+ }
44
+
45
+ #admlogin {
46
+ h4 {
47
+ margin-top: 0; 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; padding-top: 1rem;
75
+
76
+ &:before {
77
+ display: none;
78
+ }
79
+ }
80
+ }
81
+
82
+ #options {
83
+ h2, h4 {
84
+ margin-top: 1rem; padding-top: 1rem;
85
+ &:before {
86
+ display: none;
87
+ }
88
+ }
89
+
90
+ h3, h5 {
91
+ margin-top: 0; padding-top: 0;
92
+ &:before {
93
+ display: none;
94
+ }
95
+ }
96
+ }
@@ -0,0 +1,21 @@
1
+ ---
2
+ ---
3
+ // Bootstrap
4
+ @import "bootstrap/functions";
5
+ @import "centos/variables";
6
+ @import "bootstrap/bootstrap";
7
+ @import "centos/headings";
8
+ @import "centos/links";
9
+ @import "centos/sponsors";
10
+ @import "centos/sites/lists";
11
+
12
+ // Fontawesome
13
+ @import "fontawesome-free/fontawesome";
14
+ @import "fontawesome-free/brands";
15
+ @import "fontawesome-free/solid";
16
+
17
+ // Montserrat
18
+ @import "montserrat/montserrat";
19
+
20
+ // Overpass
21
+ @import "overpass-mono/overpass-mono";
metadata CHANGED
@@ -1,14 +1,14 @@
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.4
4
+ version: 2.3.0.beta.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-23 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -220,11 +220,7 @@ files:
220
220
  - _sass/centos/_links.scss
221
221
  - _sass/centos/_sponsors.scss
222
222
  - _sass/centos/_variables.scss
223
- - _sass/centos/sites/lists/archidxhead.scss
224
- - _sass/centos/sites/lists/article.scss
225
- - _sass/centos/sites/lists/listinfo.scss
226
- - _sass/centos/sites/lists/mmcfg.scss
227
- - _sass/centos/sites/lists/options.scss
223
+ - _sass/centos/sites/_lists.scss
228
224
  - _sass/fontawesome-free/_animated.scss
229
225
  - _sass/fontawesome-free/_bordered-pulled.scss
230
226
  - _sass/fontawesome-free/_core.scss
@@ -248,11 +244,7 @@ files:
248
244
  - _sass/overpass-mono/_overpass-mono.scss
249
245
  - assets/css/dataTables.bootstrap5.css
250
246
  - assets/css/dataTables.bootstrap5.min.css
251
- - assets/css/sites/lists/archidxhead.min.scss
252
- - assets/css/sites/lists/article.min.scss
253
- - assets/css/sites/lists/listinfo.min.scss
254
- - assets/css/sites/lists/mmcfg.min.scss
255
- - assets/css/sites/lists/options.min.scss
247
+ - assets/css/stylesheet.lists.min.scss
256
248
  - assets/css/stylesheet.min.scss
257
249
  - assets/img/anaconda-symbolic.svg
258
250
  - assets/img/anaconda.svg
@@ -1,8 +0,0 @@
1
- // CSS correction for custom HTML produced by ansible-role-mailman in
2
- // archidxhead.html
3
-
4
- ul > {
5
- ul {
6
- list-style-type: none;
7
- }
8
- }
@@ -1,9 +0,0 @@
1
- // CSS correction for custom HTML produced by ansible-role-mailman in
2
- // article.html
3
-
4
- pre {
5
- overflow: hidden;
6
- max-height: none;
7
- font-size: 1rem;
8
- white-space: pre-wrap;
9
- }
@@ -1,10 +0,0 @@
1
- // CSS correction for custom HTML produced by ansible-role-mailman in
2
- // listinfo.html
3
-
4
- h2 {
5
- margin-top: 1rem; padding-top: 1rem;
6
-
7
- &:before {
8
- display: none;
9
- }
10
- }
@@ -1,38 +0,0 @@
1
- // CSS correction for custom HTML produced by ansible-role-mailman in mm_cfg.py
2
-
3
- h2 {
4
- margin-top: 0; padding-top: 0.5rem;
5
-
6
- &:before {
7
- display: none;
8
- }
9
- }
10
-
11
- .row > {
12
- hr {
13
- margin-top: 3em;
14
- }
15
- }
16
-
17
- div.container:nth-child(2) {
18
- > table:nth-child(2) {
19
- > tbody:nth-child(1) {
20
- > tr {
21
- > td {
22
- padding: 0.5rem;
23
- }
24
- }
25
- > tr:nth-child(4) {
26
- > td {
27
- background-color: $dark;
28
- > strong {
29
- > font {
30
- font-size: 1rem;
31
- color: #fff;
32
- }
33
- }
34
- }
35
- }
36
- }
37
- }
38
- }
@@ -1,16 +0,0 @@
1
- // CSS correction for custom HTML produced by ansible-role-mailman in
2
- // options.html
3
-
4
- h2, h4 {
5
- margin-top: 1rem; padding-top: 1rem;
6
- &:before {
7
- display: none;
8
- }
9
- }
10
-
11
- h3, h5 {
12
- margin-top: 0; padding-top: 0;
13
- &:before {
14
- display: none;
15
- }
16
- }
@@ -1,4 +0,0 @@
1
- ---
2
- ---
3
-
4
- @import "centos/sites/lists/archidxhead.scss"
@@ -1,5 +0,0 @@
1
- ---
2
- ---
3
-
4
- @import "centos/sites/lists/article.scss"
5
-
@@ -1,4 +0,0 @@
1
- ---
2
- ---
3
-
4
- @import "centos/sites/lists/listinfo.scss"
@@ -1,5 +0,0 @@
1
- ---
2
- ---
3
-
4
- @import "centos/variables";
5
- @import "centos/sites/lists/mmcfg"
@@ -1,5 +0,0 @@
1
- ---
2
- ---
3
-
4
- @import "centos/sites/lists/options.scss"
5
-