jekyll-theme-centos 0.6.20 → 0.6.25

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: 3d9d00e8a158df39400ac6f792c187a724f74b4648f7b214a9ba9a75a94748dd
4
- data.tar.gz: 8a6000c121a8e41adb4029b4d6f81ac94d54a593c10a4d198f9b51f340eb7666
3
+ metadata.gz: b5d289c8d1d17b0611c00ce3fe7768372bb2d6d220ab14da23dc1f39b4341f6b
4
+ data.tar.gz: cbf7bec51519ada3c84cf995f32a502c5c9b2ab3071e9d78a92c0e04c850c34a
5
5
  SHA512:
6
- metadata.gz: 3cb831a2fffd7b8feefc303728683559c41c9443db9656663057a3aaf148bd9c2482bd43c79febb86de223f9d573de18350733af6e0f030b2c56c22461518cdb
7
- data.tar.gz: ad1ea45946929d5ec2927ef2735111f7cf827c22c86e7e5ef8d67a2117aef68c9a81c7db89b44ed4b6dbfffd2e3fc2d98ff4fab51cc9e62916919569c1110049
6
+ metadata.gz: a45d88291e09d59f43463cb560c6afc15e0deb4777a621711dd87836d412360ca7428dd90c92b347be1dd5f4117c2a4fd614784affcc6fd23e2b80327ff5b2e8
7
+ data.tar.gz: e30a85aa188f22f69f2bebdd02e8bd0787166797da3f619f4cb80949989a9d9afeafdd91ec9aec39ffa6873fb721721b3ae146dac43d2c30832d633b3e7df01b
@@ -87,18 +87,44 @@
87
87
 
88
88
  &__mailman {
89
89
  &__admlogin {
90
- &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
90
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
91
91
  background-color: $white;
92
92
  border: none;
93
+ padding: 0;
94
+ vertical-align: middle;
95
+ }
96
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
97
+ text-align: center;
98
+ }
99
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
100
+ text-align: right;
93
101
  }
94
102
  }
95
- &__listinfo {
103
+ &__welcome {
104
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
105
+ border: none;
106
+ }
107
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
108
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
109
+ display: none;
110
+ }
111
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td > p {
112
+ line-height: $line-height-base;
113
+ }
96
114
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
97
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
115
+ &> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
98
116
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
99
117
  background-color: $white;
100
118
  border: none;
101
119
  padding: 0;
120
+ vertical-align: middle;
121
+ text-align: left;
122
+ }
123
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
124
+ text-align: center;
125
+ }
126
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
127
+ text-align: right;
102
128
  }
103
129
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
104
130
  padding: 0;
@@ -113,14 +139,33 @@
113
139
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
114
140
  border: none;
115
141
  }
116
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) {
142
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
143
+ &> hr:nth-child(2) {
117
144
  display: none;
118
145
  }
119
146
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
120
147
  @extend .text-white, .bg-dark;
121
148
  }
122
149
  }
123
- &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
150
+ &__listinfo {
151
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
152
+ background-color: $white;
153
+ border: none;
154
+ padding: 0;
155
+ vertical-align: middle;
156
+ text-align: left;
157
+ }
158
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
159
+ text-align: left;
160
+ }
161
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
162
+ text-align: center;
163
+ }
164
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
165
+ text-align: right;
166
+ }
167
+ }
168
+ &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
124
169
  img {
125
170
  width: auto;
126
171
  }
@@ -12,9 +12,9 @@ $centos-img-motif: "/assets/img/motif.png";
12
12
  // Color system - based in the artistic motif palette and the number of
13
13
  // occurrence each color has in the image.
14
14
  $white: #fff;
15
- $primary: #6226a9;
15
+ $primary: #0f5dd5;
16
16
  $secondary: #0f1c4c;
17
- $dark: #05112b;
17
+ $dark: #00001d;
18
18
 
19
19
  // Header
20
20
  $home-header-padding-top: 202px;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.20 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.25 (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
  */
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.20
4
+ version: 0.6.25
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-30 00:00:00.000000000 Z
11
+ date: 2021-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll