jekyll-theme-centos 0.6.22 → 0.6.28

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: '08f1a03b2eec865b8fcf0ad92aed58dd5ddf76d06c61117c9efec9479d7da5d8'
4
- data.tar.gz: 809c2659d0c4ca9e2603952f870166de9011f06e3228fc80fcf3223785eead1d
3
+ metadata.gz: ddedb5bce90ec60928188f9a62783dc8970cbd1ff7005b077a6859f7121edc70
4
+ data.tar.gz: 6e32ca2348151c896d8d304a2195f654c0a0cd3b55a5b627b8e4f02d72c1f585
5
5
  SHA512:
6
- metadata.gz: fe9419069cf5b676300b0977ad4de208346eb307fbfac516ff45a945c7dfe74d84dc9b73c2eee4b40552eab47aa94e860d4dfc1b5c23ed8826a3354d68679fc5
7
- data.tar.gz: 197405a50a016916cd90af75809a0b004f77304b28d5ce199d5d357565fc25407048ab916883b8b7940d976d32a1773c43934da15915e23b619ab73dd42c1e90
6
+ metadata.gz: 61251800cfc2c8ecc16dca1caf0373bb2f60aa6260733b809d1779fca6d9241708e62ef1c773676f8dc4fcac81e63816e414e4eeed302dbd66b88b77b2da7c3e
7
+ data.tar.gz: '08ce4eb1e542dc0e3fe49eedf34e035515ff86ba5dd4565ca35df696dcd53bcb636a1cf0a15a72f62e1bed4d2ab870bdde74e08fb1443bb50b8db9556c3828d3'
@@ -101,6 +101,9 @@
101
101
  }
102
102
  }
103
103
  &__welcome {
104
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
105
+ border: none;
106
+ }
104
107
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
105
108
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
106
109
  display: none;
@@ -109,7 +112,6 @@
109
112
  line-height: $line-height-base;
110
113
  }
111
114
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
112
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
113
115
  &> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
114
116
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
115
117
  background-color: $white;
@@ -137,13 +139,32 @@
137
139
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
138
140
  border: none;
139
141
  }
140
- &> 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) {
141
144
  display: none;
142
145
  }
143
146
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
144
147
  @extend .text-white, .bg-dark;
145
148
  }
146
149
  }
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
+ }
147
168
  &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
148
169
  img {
149
170
  width: auto;
@@ -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.22 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.28 (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
  */
@@ -3,7 +3,7 @@
3
3
  background: #fff;
4
4
  padding: 2.75rem;
5
5
  margin-top: -120px;
6
- min-height: 490px;
6
+ min-height: 530px;
7
7
  box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.25);
8
8
 
9
9
  h1, h2, h3, h4, h5, h6 {
@@ -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.22
4
+ version: 0.6.28
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