jekyll-theme-centos 0.6.18 → 0.6.23

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: 30d761cd88c90b433fa9080d7a17486cb2eeefca3eb71b9020c751730947437f
4
- data.tar.gz: 00b1b5a134bef80f53728ea1ab7162bc5fd23af9987c7bead2ae061b928f5b7c
3
+ metadata.gz: bbf389dc1367a9f157cd841277b8bf484dc95ed1be9c03a9138d7097702516e1
4
+ data.tar.gz: e27e0d2b83248ff255de3877ac635c2a3020b6c0e2e97dbe5f81f46bf83da496
5
5
  SHA512:
6
- metadata.gz: e9c8dc474c6a2f55aa4e5a66df96cede3c3d13eb3d5cdbe5cfcafd9d50ca07e6c4f204a63489f14cbdc344c3ee07efaa9d11ed4110827a0e9f16aa26adc7e743
7
- data.tar.gz: 0ef940613ab2a273fcba28c367503aeee3cf1b9ceb997255ada802d50533a40a2337c9fe53a6880450cebc3be02fd7a0978800ffc46f5e618842c035234f417b
6
+ metadata.gz: 1ed33d8345322a3dfd3f4de886c76a5426863bda084f59d3657515ff82b4a74071671a121765ff6a3372c6d581984a09b1de6661d84bd01a23e3ae830478a516
7
+ data.tar.gz: 2b74bb5d2c6f48d32aa12a2549c3f355fb4ca2ef7ba9abde062807da9f844db881563463cd2fdf0bd6b028a7c89b5a4885e514fa8277562958266cde12ef8d96
@@ -45,6 +45,19 @@
45
45
  @extend .col-sm-12, .col-md-12, .col-lg-8, .col-xl-8;
46
46
  @include content;
47
47
  @include content-nav;
48
+ &__mailman {
49
+ &__article {
50
+ pre {
51
+ padding: 0;
52
+ overflow: hidden;
53
+ max-height: none;
54
+ border: none;
55
+ background: $white;
56
+ font-size: 1rem;
57
+ white-space: pre-wrap;
58
+ }
59
+ }
60
+ }
48
61
  }
49
62
  }
50
63
 
@@ -74,27 +87,41 @@
74
87
 
75
88
  &__mailman {
76
89
  &__admlogin {
77
- &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
90
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
78
91
  background-color: $white;
79
92
  border: none;
93
+ padding: 0;
94
+ vertical-align: middle;
95
+ }
96
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
97
+ text-align: center;
98
+ }
99
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
100
+ text-align: right;
80
101
  }
81
102
  }
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 {
103
+ &__welcome {
104
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
105
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
106
+ display: none;
107
+ }
108
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td > p {
109
+ line-height: $line-height-base;
110
+ }
92
111
  &> 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,
112
+ &> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
94
113
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
95
114
  background-color: $white;
96
115
  border: none;
97
116
  padding: 0;
117
+ vertical-align: middle;
118
+ text-align: left;
119
+ }
120
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
121
+ text-align: center;
122
+ }
123
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
124
+ text-align: right;
98
125
  }
99
126
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
100
127
  padding: 0;
@@ -116,7 +143,25 @@
116
143
  @extend .text-white, .bg-dark;
117
144
  }
118
145
  }
119
- &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
146
+ &__listinfo {
147
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
148
+ background-color: $white;
149
+ border: none;
150
+ padding: 0;
151
+ vertical-align: middle;
152
+ text-align: left;
153
+ }
154
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
155
+ text-align: left;
156
+ }
157
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
158
+ text-align: center;
159
+ }
160
+ &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
161
+ text-align: right;
162
+ }
163
+ }
164
+ &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
120
165
  img {
121
166
  width: auto;
122
167
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.18 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.23 (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.6.18
4
+ version: 0.6.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado