jekyll-theme-centos 2.3.0.beta.5 → 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: 5b1a780d84dffecd1e3c318fb77ea3636910c2d5e89d3bedb1fbb8fc622e2de5
4
- data.tar.gz: 543589dbede8b4a61a43b554740cbe9665410777893eee01a5b3aa920025d89a
3
+ metadata.gz: 6f3338ae9c1c1d6420e6e4e9a347dd5ad07db7b8e3a066b2a355416aff53e92c
4
+ data.tar.gz: 18167d2da7a41025cb41232e023347a71f5e2872f881b6b8fe68c7be3b6f5554
5
5
  SHA512:
6
- metadata.gz: fd496bbaec27d26642f49411a3162b43bc0c8bc5f901a48418be710c04808eac975b0e4c5792daa34612d45426e335cbf5081ccd113751a214e9f022fd3e7771
7
- data.tar.gz: bb9a5717eb8b9fc3b3eb4db3d7144f17d5bbffa3f442e9734f77d6159dfab252f8b183f022864494f4a1f709734bac537100df7e76440da0a57372914204aa60
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.5
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,12 +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/admlogin.scss
224
- - _sass/centos/sites/lists/archidxhead.scss
225
- - _sass/centos/sites/lists/article.scss
226
- - _sass/centos/sites/lists/listinfo.scss
227
- - _sass/centos/sites/lists/mmcfg.scss
228
- - _sass/centos/sites/lists/options.scss
223
+ - _sass/centos/sites/_lists.scss
229
224
  - _sass/fontawesome-free/_animated.scss
230
225
  - _sass/fontawesome-free/_bordered-pulled.scss
231
226
  - _sass/fontawesome-free/_core.scss
@@ -249,12 +244,7 @@ files:
249
244
  - _sass/overpass-mono/_overpass-mono.scss
250
245
  - assets/css/dataTables.bootstrap5.css
251
246
  - assets/css/dataTables.bootstrap5.min.css
252
- - assets/css/sites/lists/admlogin.min.scss
253
- - assets/css/sites/lists/archidxhead.min.scss
254
- - assets/css/sites/lists/article.min.scss
255
- - assets/css/sites/lists/listinfo.min.scss
256
- - assets/css/sites/lists/mmcfg.min.scss
257
- - assets/css/sites/lists/options.min.scss
247
+ - assets/css/stylesheet.lists.min.scss
258
248
  - assets/css/stylesheet.min.scss
259
249
  - assets/img/anaconda-symbolic.svg
260
250
  - assets/img/anaconda.svg
@@ -1,10 +0,0 @@
1
- // CSS correction for custom HTML produced by ansible-role-mailman in
2
- // admlogin.html
3
-
4
- h4 {
5
- margin-top: 0; padding-top: 0;
6
-
7
- &:before {
8
- display: none;
9
- }
10
- }
@@ -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/admlogin.scss"
@@ -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
-