jekyll-theme-centos 0.8.4 → 0.8.8

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: 25deff6523563ccd5e728ddaa44dce507934229f229f40b6fe5a2ce9f60d2c67
4
- data.tar.gz: ddd65f2776b18a52d14e1602cd9e8624099d5470349f2fdd4bfa0597dc7bfbf5
3
+ metadata.gz: 707c62d898196546860b7265eadc5243501328891107430c1c0a5a59b5ea044b
4
+ data.tar.gz: 42ef58a424d6d51be1fab78601775dcbd8a788868e4eb965ae74a71707762d99
5
5
  SHA512:
6
- metadata.gz: 5f39ac91524ceab32c41162b13d7fd45e75d5784b34f93bf650e2c8513dfd52b00590938cb08d9f81a270e89c859c86eb6860bb7c2a2e68be8075ca40a1b7938
7
- data.tar.gz: 41838bfaddf29021ad747d525bc5d065b7bc1180a2ba044129e3c3e82328a7807be59824fb8f9b3d65fdf269136d8390fd5056ce9c5de6cd867641e25e716301
6
+ metadata.gz: 5d246eca80bcc8c5a63f38c6778b18750145917d4b9e7b444b9c476359ea9076b44a51c593a00a33c0b04b654a964c1f968973f45a20fe0f49dba61d000b5018
7
+ data.tar.gz: 8178836b4ff1e9dbe1f55b76a7feeb94b80e3494de0c5b9af5ed93230d84ff404f6e144b613fc4dc474bdc67c2d3121e632a065bf3a3dc66701f6f3cd061c1ff
@@ -40,10 +40,15 @@
40
40
  }
41
41
  }
42
42
  &__welcome {
43
+ &> table:nth-child(1) > tbody > tr:nth-child(1) > td,
44
+ &> form > table > tbody > tr > td > center > table > tbody > tr > td,
45
+ &> form > table > tbody > tr > td {
46
+ background-color: white;
47
+ border: none;
48
+ }
43
49
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
44
50
  border: none;
45
51
  }
46
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
47
52
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
48
53
  display: none;
49
54
  }
@@ -52,6 +57,7 @@
52
57
  }
53
58
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
54
59
  &> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
60
+ &> address > table > tbody > tr > td,
55
61
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
56
62
  background-color: $white;
57
63
  border: none;
@@ -59,9 +65,11 @@
59
65
  vertical-align: middle;
60
66
  text-align: left;
61
67
  }
68
+ &> address > table > tbody > tr > td:nth-child(2),
62
69
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
63
70
  text-align: center;
64
71
  }
72
+ &> address > table > tbody > tr > td:nth-child(3),
65
73
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
66
74
  text-align: right;
67
75
  }
@@ -120,6 +128,22 @@
120
128
  text-align: right;
121
129
  }
122
130
  }
131
+ &__subscribe {
132
+ &> address > table > tbody > tr > td {
133
+ background-color: $white;
134
+ border: none;
135
+ padding: 0;
136
+ }
137
+ &> address > table > tbody > tr > td:nth-child(1) {
138
+ text-align: left;
139
+ }
140
+ &> address > table > tbody > tr > td:nth-child(2) {
141
+ text-align: center;
142
+ }
143
+ &> address > table > tbody > tr > td:nth-child(3) {
144
+ text-align: right;
145
+ }
146
+ }
123
147
  &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
124
148
  }
125
149
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.8.4 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.8.8 (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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado