jekyll-theme-centos 0.6.12 → 0.6.17

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: cd827ec543678e6b846c267a93c240867bad6f3676b48576b25b02adc612ac69
4
- data.tar.gz: a95ef6cba07b3211e9d25715ea755869614e3550c975bbf1036328580cc88771
3
+ metadata.gz: a02f68e489af44b9cabfa3693ec5c69088840f623c898f9c119281e883231c71
4
+ data.tar.gz: e57bd86b549016118c22110e219acb420c05f04bcfa54fb7b7365c31262eea4e
5
5
  SHA512:
6
- metadata.gz: d0c77b390aa74a3268613c9e8416b8542b70940795d870d8a63f4737f3c764fc71e21e2ef65c3f9e36c1ea1c093a720f558fdad5134c0e9cc14f0fcd8b213c7a
7
- data.tar.gz: 8057de64b59ac5072bf549e33e3762ed12b0ce4cc63d32faee2a77b0e00e5bda4715126e7668b3b8bb42154b06006e7da05056c2985f1eae507e750ebdb6e19e
6
+ metadata.gz: 152bbeec50c7a9b6ea4b93f1a6c28d3b73808cf550fb54f911dd16f0869715c7e2825fb93fc5344d0646bf8e984e38ed96d65cbefef3fe764627b1c54bd819e1
7
+ data.tar.gz: 060cb61db397141a396afae8286c621f3ddb8d52bcb460994450d3ec6b702751ca54a0eddf912ff8e63ed13800bff7e4507bf977ea2147bfb654cbab037d0fd2
@@ -45,6 +45,22 @@
45
45
  }
46
46
  }
47
47
 
48
+ .sponsor {
49
+ @extend .col;
50
+ @extend %-margin;
51
+ display: flex;
52
+ justify-content: space-between;
53
+ flex-direction: row;
54
+ &__message {
55
+ }
56
+ &__logo {
57
+ img {
58
+ padding: 15px;
59
+ background-color: $white;
60
+ }
61
+ }
62
+ }
63
+
48
64
  .copyright {
49
65
  @extend .col;
50
66
  @extend %-margin;
@@ -71,6 +71,57 @@
71
71
  padding: 0;
72
72
  }
73
73
  }
74
+
75
+ &__mailman {
76
+ &__admlogin {
77
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
78
+ background-color: $white;
79
+ border: none;
80
+ }
81
+ }
82
+ &__article {
83
+ padding: 0;
84
+ overflow: hidden;
85
+ max-height: none;
86
+ border: none;
87
+ background: $white;
88
+ font-size: 1rem;
89
+ white-space: pre-wrap;
90
+ }
91
+ &__listinfo {
92
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
93
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
94
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
95
+ background-color: $white;
96
+ border: none;
97
+ padding: 0;
98
+ }
99
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
100
+ padding: 0;
101
+ }
102
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > strong:nth-child(1) > font:nth-child(1),
103
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > strong:nth-child(1) > font:nth-child(1) {
104
+ font-size: 1rem;
105
+ }
106
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
107
+ @extend .h3;
108
+ }
109
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
110
+ border: none;
111
+ }
112
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) {
113
+ display: none;
114
+ }
115
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
116
+ @extend .text-white, .bg-dark;
117
+ }
118
+ }
119
+ &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
120
+ img {
121
+ width: auto;
122
+ }
123
+ }
124
+ }
74
125
  }
75
126
  }
76
127
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.12 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.17 (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.6.12
4
+ version: 0.6.17
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-27 00:00:00.000000000 Z
11
+ date: 2021-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll