jekyll-theme-centos 0.8.5 → 0.8.9

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: 8da0ca6ac8a0e471e3037273e1746747e9e8d0113fb55b3977ca42c5357c7302
4
- data.tar.gz: a2d8dc8e83fbc5d18cfcf7e368050d7a0a8f87054a04eb2ee99419c254c6c930
3
+ metadata.gz: 0c23bdb90605899933d8504061e5c9eb1643212c0b5845ed5bb51178235ecd8d
4
+ data.tar.gz: acaa9d3108cb85b13cb8c4a8642869c320ecaa259a9c69f3ea3162b9da44c9ad
5
5
  SHA512:
6
- metadata.gz: 603567c0b647310d137c0544b4d2d39e0cb361f6b34e07c13b148dc283a3c8792376a990d16e118ccd74357fa4a895e317251d619f2ca245d4712a2a70169d2c
7
- data.tar.gz: fae1f60d65882351c2f861e06df101adf30d4e0a1a285c206f8acd6a7475f075c6115004ee6a8502931c37dddc3b536973b11dabf52b3409f8a8568913d59064
6
+ metadata.gz: '03292ab5e1bcbb56eb2d147aececae801618d06e97911560167049d2b0cfba1e8cfba6e333d06bff87d243853820844f61bd59f88cc0c5b43107d089e61bd64d'
7
+ data.tar.gz: ff01d4755a6de181bcea24b4c59132d144348cbc6a52248c395ffe0bda00befa0f0f3e0998244f69c34c5c47c47bf2691c944d1a5abaa1af1c2911879f5bd739
@@ -33,6 +33,7 @@
33
33
  width: 100%;
34
34
  }
35
35
  }
36
+
36
37
  &__nav {
37
38
  .searchform input[type="text"] {
38
39
  width: 80%;
@@ -40,6 +40,7 @@
40
40
  }
41
41
  }
42
42
  &__welcome {
43
+ &> table:nth-child(1) > tbody > tr:nth-child(1) > td,
43
44
  &> form > table > tbody > tr > td > center > table > tbody > tr > td,
44
45
  &> form > table > tbody > tr > td {
45
46
  background-color: white;
@@ -48,7 +49,6 @@
48
49
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
49
50
  border: none;
50
51
  }
51
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
52
52
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
53
53
  display: none;
54
54
  }
@@ -128,6 +128,22 @@
128
128
  text-align: right;
129
129
  }
130
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
+ }
131
147
  &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
132
148
  }
133
149
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.8.5 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.8.9 (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
  */
@@ -51,8 +51,8 @@
51
51
  border-left: 5px solid $success;
52
52
  background-color: rgba($success, 0.05);
53
53
  blockquote {
54
- border-left: 5px solid $warning;
55
- background-color: rgba($warning, 0.05);
54
+ border-left: 5px solid $warning;
55
+ background-color: rgba($warning, 0.05);
56
56
  blockquote {
57
57
  border-left: 5px solid $danger;
58
58
  background-color: rgba($danger, 0.05);
@@ -66,7 +66,6 @@
66
66
  }
67
67
 
68
68
  input[type=checkbox], input[type=radio] {
69
- @extend .form-check-input;
70
69
  }
71
70
 
72
71
  input[type=file] {
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.5
4
+ version: 0.8.9
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-08-01 00:00:00.000000000 Z
11
+ date: 2021-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll