jekyll-theme-centos 0.8.3 → 0.8.7

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: c74cedb3341bbe0c3319790923f85768578fc3aa45c70391133150c78e79c01b
4
- data.tar.gz: 5eb6620361eb4af88ae6061ec0b8b820a8bdbfbb292866dc3371e137d3598cf3
3
+ metadata.gz: b184719b78f14e90c8c3a0d6da4959e6c6769e2f28bcc13666ba9e0b0ca2a4a7
4
+ data.tar.gz: fffd6ce6cbeecfec501fe7d14fa988621df234c77456a56615b3ed7c5a0aacbb
5
5
  SHA512:
6
- metadata.gz: 4161d7b6fbd818e6b978aee0803ba017a1366a67b73b3d39a02453258014ad89086a115facc8ecc783107ed389085c20443651b21464be0805f5c978a0dea1a5
7
- data.tar.gz: 6db005ab2ca0212d9042449563e22acd945708ba6b22d46728c265bdca8a655a276be93d37f1476f36d29af65102624b86ba49da4c76d1e5a2775a401b019fd2
6
+ metadata.gz: c523f18e51f015512be74737f56993d3cfda3cd38b51b648aefe42b8fecbd5889dcdf7585de7cc233c43b50743e68523b2618978909e8791150254a20fd642b7
7
+ data.tar.gz: 30495d21ad5b4cefad4690ab68d345c20aa57f7ec9e8e9c33364d7f5c201cff52929feed4cbf9ccee258b16f821e4aba01de1a125b57be719137f0fc2137c1c3
@@ -40,10 +40,15 @@
40
40
  }
41
41
  }
42
42
  &__welcome {
43
+ &> table:nth-child(1) > tbody > tr > 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
  }
@@ -104,10 +112,39 @@
104
112
  text-align: right;
105
113
  }
106
114
  }
107
- &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
108
- img {
109
- width: auto;
115
+ &__options {
116
+ &> address > table > tbody > tr > td {
117
+ background-color: $white;
118
+ border: none;
119
+ padding: 0;
110
120
  }
121
+ &> address > table > tbody > tr > td:nth-child(1) {
122
+ text-align: left;
123
+ }
124
+ &> address > table > tbody > tr > td:nth-child(2) {
125
+ text-align: center;
126
+ }
127
+ &> address > table > tbody > tr > td:nth-child(3) {
128
+ text-align: right;
129
+ }
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
+ }
147
+ &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
111
148
  }
112
149
  }
113
150
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.8.3 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.8.7 (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.8.3
4
+ version: 0.8.7
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-07-31 00:00:00.000000000 Z
11
+ date: 2021-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll