jekyll-theme-centos 0.6.21 → 0.6.27

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: 4c51f7cf15fc8d355e99207e9f61c22e735eaf054862281f1c41104469304059
4
- data.tar.gz: e5e689dda8ea691b3659190faf1343344aabeaad3502e51530a3d54a78e26e88
3
+ metadata.gz: 8a8bba8de839be74a3273fdf32a1803b361c36a89c3d26a484afe2b2bd71ac59
4
+ data.tar.gz: dce9d1625422d01c96aedfafee2b562315d099a87e1329095e71137d01e16d79
5
5
  SHA512:
6
- metadata.gz: e06e7584bdcd8b57e0d92537997ac51b66cd953dfa2855b2f8c95a48dba75e1410cdecff8acc34d09b63131a8123cde62598a1830b2ad6d1a0fdd49a141ee70d
7
- data.tar.gz: cd7f7554998fe737b9babbffac35849c5fd7995f1d2d462c1ce63f791f38e5b6717a2aadaf1768c9cf0d34f322d1d45e224d81985e1af7adc619323cbbc14f44
6
+ metadata.gz: 870ac836982afd0a68b3ac7e78720fa09e52779e8c44c2fe033051125dc640eaf7a15529b2dbfdc0e03a64c2f575b76816bd26986f698793f382e27c055f4113
7
+ data.tar.gz: d476d20a5fd8ab15fd1ebcfa8163c9ac9d5dd4283e8b7a5dfbf5877ab157f16cecfebe64d3c3c5971c0745731e215e7054226b9b545bf8b7bcb72f06167667ce
@@ -100,9 +100,18 @@
100
100
  text-align: right;
101
101
  }
102
102
  }
103
- &__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
+ }
104
114
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
105
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
106
115
  &> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
107
116
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
108
117
  background-color: $white;
@@ -130,14 +139,33 @@
130
139
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
131
140
  border: none;
132
141
  }
133
- &> 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) {
134
144
  display: none;
135
145
  }
136
146
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
137
147
  @extend .text-white, .bg-dark;
138
148
  }
139
149
  }
140
- &__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 {
141
169
  img {
142
170
  width: auto;
143
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.21 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.26 (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
  */
@@ -21,7 +21,6 @@
21
21
 
22
22
  img {
23
23
  @extend .img-fluid;
24
- width: 100%;
25
24
  }
26
25
 
27
26
  pre {
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.21
4
+ version: 0.6.27
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