jekyll-theme-centos 0.6.14 → 0.6.19

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: 8868454434356998d279e5fc880ac808d4e127b3519e4a32cdfe34b941b8e332
4
- data.tar.gz: e86ef3e1f51aae81445610d25d2e85cb8422d5783a01b61f84d94599a75a4f01
3
+ metadata.gz: d054c8f3af05b0823cce2f6f6584bd6e5cd2555b80aa2f83033d94618a6e09ca
4
+ data.tar.gz: 742289cbe16194f7b88a29b599ff759e19beee02c7a1c0eaea16b737771582fa
5
5
  SHA512:
6
- metadata.gz: 44943eab3defb3b9d53afb2609901240c91d4a2d89969ec60ea13492569fdbdc91a760ec6782214f740b8ca7d866ad0210052aa8441c744cc4a370b12c357ccf
7
- data.tar.gz: b4529514c33736687c1b31e7d8f4096e958d7f142938940640864c8362d3c86682ac1592ae935ec4ffb4adaf98171fe162910ad27a84ac2df53105700e180555
6
+ metadata.gz: f4e551b2e6e8910ced4d295406ef375cb7c53361a1cf49ee85c8ad8fc2d2e95ed5accc13548bb1cde7e08660bc9597268b3a085609550e77639be23c24ef4b33
7
+ data.tar.gz: 852e3922ef9d0a83644344aa0fccf515444a3344f90147d8a7ffa7451602aa3439287c48f4fc6cc8e4d6ef14ca00b758552b78826387e023a62de75141879b34
@@ -1,11 +1,6 @@
1
1
  .footer {
2
2
 
3
- a {
4
- color: rgba(255,255,255,0.75);
5
- &:hover {
6
- color: $white;
7
- }
8
- }
3
+ @include header-links;
9
4
 
10
5
  background-image: url($centos-img-motif);
11
6
  background-size: cover;
@@ -1,5 +1,7 @@
1
1
  .header {
2
2
 
3
+ @include header-links;
4
+
3
5
  color: $white;
4
6
  background-image: url($centos-img-motif);
5
7
  background-color: $dark;
@@ -28,7 +28,7 @@
28
28
  }
29
29
  &__planet, &__news-and-events {
30
30
  a { font-weight: bold; }
31
- @include link-list;
31
+ @include list-links;
32
32
  }
33
33
  }
34
34
  }
@@ -45,6 +45,17 @@
45
45
  @extend .col-sm-12, .col-md-12, .col-lg-8, .col-xl-8;
46
46
  @include content;
47
47
  @include content-nav;
48
+ &__mailman {
49
+ &__article {
50
+ padding: 0;
51
+ overflow: hidden;
52
+ max-height: none;
53
+ border: none;
54
+ background: $white;
55
+ font-size: 1rem;
56
+ white-space: pre-wrap;
57
+ }
58
+ }
48
59
  }
49
60
  }
50
61
 
@@ -73,11 +84,26 @@
73
84
  }
74
85
 
75
86
  &__mailman {
87
+ &__admlogin {
88
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
89
+ background-color: $white;
90
+ border: none;
91
+ }
92
+ }
76
93
  &__listinfo {
77
94
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
95
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
78
96
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
79
97
  background-color: $white;
80
98
  border: none;
99
+ padding: 0;
100
+ }
101
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
102
+ padding: 0;
103
+ }
104
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > strong:nth-child(1) > font:nth-child(1),
105
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > strong:nth-child(1) > font:nth-child(1) {
106
+ font-size: 1rem;
81
107
  }
82
108
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
83
109
  @extend .h3;
@@ -91,6 +117,8 @@
91
117
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
92
118
  @extend .text-white, .bg-dark;
93
119
  }
120
+ }
121
+ &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
94
122
  img {
95
123
  width: auto;
96
124
  }
@@ -169,7 +197,7 @@
169
197
  margin-bottom: 15px;
170
198
  }
171
199
  .ais-hits {
172
- @include link-list;
200
+ @include list-links;
173
201
  }
174
202
  .ais-pagination {
175
203
  li {
@@ -1,7 +1,8 @@
1
1
  @import "mixins/_content";
2
2
  @import "mixins/_content-nav";
3
3
  @import "mixins/_aside-nav";
4
- @import "mixins/_link-list";
4
+ @import "mixins/_list-links";
5
+ @import "mixins/_header-links";
5
6
  @import "mixins/_code-header";
6
7
 
7
8
  @import "mixins/_post-nav-explorer"
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.14 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.19 (https://gitlab.com/areguera/jekyll-theme-centos/)
3
3
  * Copyright 2020-2021 Alain Reguera Delgado
4
4
  * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
5
  */
@@ -0,0 +1,8 @@
1
+ @mixin header-links {
2
+ a {
3
+ color: rgba(255,255,255,0.75);
4
+ &:hover {
5
+ color: $white;
6
+ }
7
+ }
8
+ }
@@ -1,4 +1,4 @@
1
- @mixin link-list {
1
+ @mixin list-links {
2
2
  ul {
3
3
  padding-left: 0;
4
4
  li {
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: 0.6.14
4
+ version: 0.6.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-29 00:00:00.000000000 Z
11
+ date: 2021-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -213,7 +213,8 @@ files:
213
213
  - _sass/centos/mixins/_code-header.scss
214
214
  - _sass/centos/mixins/_content-nav.scss
215
215
  - _sass/centos/mixins/_content.scss
216
- - _sass/centos/mixins/_link-list.scss
216
+ - _sass/centos/mixins/_header-links.scss
217
+ - _sass/centos/mixins/_list-links.scss
217
218
  - _sass/centos/mixins/_post-nav-explorer.scss
218
219
  - _sass/fontawesome/_animated.scss
219
220
  - _sass/fontawesome/_bordered-pulled.scss