jekyll-theme-centos 2.3.0.beta.5 → 2.3.0.beta.7

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: 5b1a780d84dffecd1e3c318fb77ea3636910c2d5e89d3bedb1fbb8fc622e2de5
4
- data.tar.gz: 543589dbede8b4a61a43b554740cbe9665410777893eee01a5b3aa920025d89a
3
+ metadata.gz: 5ada47d79cac20388d5cc2c3dffe6726ceb84e6f8c091e7f4a911a510a13c925
4
+ data.tar.gz: 401354bb596f511ba6e2f6e6be2a99fd045e3b48157787dabdfcd660d43aead8
5
5
  SHA512:
6
- metadata.gz: fd496bbaec27d26642f49411a3162b43bc0c8bc5f901a48418be710c04808eac975b0e4c5792daa34612d45426e335cbf5081ccd113751a214e9f022fd3e7771
7
- data.tar.gz: bb9a5717eb8b9fc3b3eb4db3d7144f17d5bbffa3f442e9734f77d6159dfab252f8b183f022864494f4a1f709734bac537100df7e76440da0a57372914204aa60
6
+ metadata.gz: 0a7f526075fc65ca35dfb0887ca4e0d22200a4d84ec695ec454845667ea9e0c9e30b21d06a7481f1a2c741cf23cd299aa7304faeabc88ed60e39fc6e93324566
7
+ data.tar.gz: 4cbaf8df7f9effcb27b204a7c182c52f5b6d3477e4f40f91e181e5bc805e943fd2bccea16fe541b7dba60e60f1617da9ea4d2b9ea279d94e3de69fd6d7f8dad2
@@ -0,0 +1,94 @@
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
+ > table:nth-child(2) {
22
+ > tbody:nth-child(1) {
23
+ > tr {
24
+ > td {
25
+ padding: 0.5rem;
26
+ }
27
+ }
28
+ > tr:nth-child(4) {
29
+ > td {
30
+ background-color: $dark;
31
+ > strong {
32
+ > font {
33
+ font-size: 1rem;
34
+ color: #fff;
35
+ }
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+
43
+ #admlogin {
44
+ h4 {
45
+ margin-top: 0; padding-top: 0;
46
+
47
+ &:before {
48
+ display: none;
49
+ }
50
+ }
51
+ }
52
+
53
+ #archidxhead {
54
+ ul > {
55
+ ul {
56
+ list-style-type: none;
57
+ }
58
+ }
59
+ }
60
+
61
+ #article {
62
+ pre {
63
+ overflow: hidden;
64
+ max-height: none;
65
+ font-size: 1rem;
66
+ white-space: pre-wrap;
67
+ }
68
+ }
69
+
70
+ #listinfo {
71
+ h2 {
72
+ margin-top: 1rem; padding-top: 1rem;
73
+
74
+ &:before {
75
+ display: none;
76
+ }
77
+ }
78
+ }
79
+
80
+ #options {
81
+ h2, h4 {
82
+ margin-top: 1rem; padding-top: 1rem;
83
+ &:before {
84
+ display: none;
85
+ }
86
+ }
87
+
88
+ h3, h5 {
89
+ margin-top: 0; padding-top: 0;
90
+ &:before {
91
+ display: none;
92
+ }
93
+ }
94
+ }
@@ -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.7
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-25 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
-