jekyll-theme-centos 2.2.1 → 2.3.0.beta.2

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: 231610558464e28e695c690ae16b41b08a34cbcb69ef016799de86ecdce9824a
4
- data.tar.gz: 005aa834b3a555906d7819cf4a37b85dd51ab3864712360e2f6269faadad00af
3
+ metadata.gz: e55852b89059d022f98acdfb242fa803e83e40c6017ca6dd573ead0134c259b8
4
+ data.tar.gz: 453951b21473dd5d051feab925b15c0624bb7268e65f37129fbcb64c758b0007
5
5
  SHA512:
6
- metadata.gz: 681384217f4cfcf68b156ffe6467a9acac958e579aea396d30e742ae0d6c4a376b60c163c41312ebb80d5c8c2cc8de484d53ab5d17f603094793a7da313e2249
7
- data.tar.gz: 0f2652bb1a7bca39f1ac898e0b5b3e6368221b0ab460c695285b8c78d2b8292f0eb4c5174be68a3dbbd706bbdc0a8b4ade82f7b6a892979a579a306b378af9db
6
+ metadata.gz: f63dbfa30652f7d865179b0cb06dd567758aa18f7b19766c8769dfa64beaeb33c4cd51550d6bace244625e468b5f7c9cc0a9d0fe0605a45bc266b9ca8dcca2e5
7
+ data.tar.gz: cd9a38563cb075dc84d33504a139d0afc5e1e0ccb5e2c8bd831ffb9f9ecc4f9d5a82dd2fe01ec9e59b0dbe0ee307a8f1256617e308081eb05757510594b677f4
@@ -0,0 +1,8 @@
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
+ }
@@ -0,0 +1,9 @@
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
+ }
@@ -0,0 +1,16 @@
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
+ }
11
+
12
+ .row > {
13
+ hr {
14
+ margin-top: 3em;
15
+ }
16
+ }
@@ -0,0 +1,15 @@
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
+ }
@@ -0,0 +1,22 @@
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
+ }
17
+
18
+ .row > {
19
+ hr {
20
+ margin-top: 3em;
21
+ }
22
+ }
@@ -0,0 +1,8 @@
1
+ // CSS correction for custom HTML produced by ansible-role-mailman in
2
+ // private.html
3
+
4
+ .row > {
5
+ hr {
6
+ margin-top: 3em;
7
+ }
8
+ }
@@ -0,0 +1,8 @@
1
+ // CSS correction for custom HTML produced by ansible-role-mailman in
2
+ // roster.html
3
+
4
+ .row > {
5
+ hr {
6
+ margin-top: 3em;
7
+ }
8
+ }
@@ -0,0 +1,8 @@
1
+ // CSS correction for custom HTML produced by ansible-role-mailman in
2
+ // subscribe.html
3
+
4
+ .row > {
5
+ hr {
6
+ margin-top: 3em;
7
+ }
8
+ }
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/archidxhead.scss"
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/article.scss"
5
+
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/listinfo.scss"
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/mmcfg"
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/options.scss"
5
+
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/private.scss"
5
+
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/roster.scss"
5
+
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/subscribe.scss"
5
+
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.2.1
4
+ version: 2.3.0.beta.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-01 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -220,6 +220,14 @@ 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
228
+ - _sass/centos/sites/lists/private.scss
229
+ - _sass/centos/sites/lists/roster.scss
230
+ - _sass/centos/sites/lists/subscribe.scss
223
231
  - _sass/fontawesome-free/_animated.scss
224
232
  - _sass/fontawesome-free/_bordered-pulled.scss
225
233
  - _sass/fontawesome-free/_core.scss
@@ -243,6 +251,14 @@ files:
243
251
  - _sass/overpass-mono/_overpass-mono.scss
244
252
  - assets/css/dataTables.bootstrap5.css
245
253
  - assets/css/dataTables.bootstrap5.min.css
254
+ - assets/css/sites/lists/archidxhead.min.scss
255
+ - assets/css/sites/lists/article.min.scss
256
+ - assets/css/sites/lists/listinfo.min.scss
257
+ - assets/css/sites/lists/mmcfg.min.scss
258
+ - assets/css/sites/lists/options.min.scss
259
+ - assets/css/sites/lists/private.min.scss
260
+ - assets/css/sites/lists/roster.min.scss
261
+ - assets/css/sites/lists/subscribe.min.scss
246
262
  - assets/css/stylesheet.min.scss
247
263
  - assets/img/anaconda-symbolic.svg
248
264
  - assets/img/anaconda.svg
@@ -399,11 +415,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
399
415
  version: '3.0'
400
416
  required_rubygems_version: !ruby/object:Gem::Requirement
401
417
  requirements:
402
- - - ">="
418
+ - - ">"
403
419
  - !ruby/object:Gem::Version
404
- version: '0'
420
+ version: 1.3.1
405
421
  requirements: []
406
- rubygems_version: 3.4.1
422
+ rubygems_version: 3.4.6
407
423
  signing_key:
408
424
  specification_version: 4
409
425
  summary: Jekyll theme for CentOS websites