jekyll-theme-centos 0.6.17 → 0.6.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_sass/centos/_footer.scss +1 -6
- data/_sass/centos/_header.scss +2 -0
- data/_sass/centos/_main.scss +42 -14
- data/_sass/centos/_mixins.scss +2 -1
- data/_sass/centos/centos.scss +1 -1
- data/_sass/centos/mixins/_header-links.scss +8 -0
- data/_sass/centos/mixins/{_link-list.scss → _list-links.scss} +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08f1a03b2eec865b8fcf0ad92aed58dd5ddf76d06c61117c9efec9479d7da5d8'
|
|
4
|
+
data.tar.gz: 809c2659d0c4ca9e2603952f870166de9011f06e3228fc80fcf3223785eead1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe9419069cf5b676300b0977ad4de208346eb307fbfac516ff45a945c7dfe74d84dc9b73c2eee4b40552eab47aa94e860d4dfc1b5c23ed8826a3354d68679fc5
|
|
7
|
+
data.tar.gz: 197405a50a016916cd90af75809a0b004f77304b28d5ce199d5d357565fc25407048ab916883b8b7940d976d32a1773c43934da15915e23b619ab73dd42c1e90
|
data/_sass/centos/_footer.scss
CHANGED
data/_sass/centos/_header.scss
CHANGED
data/_sass/centos/_main.scss
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
&__planet, &__news-and-events {
|
|
30
30
|
a { font-weight: bold; }
|
|
31
|
-
@include
|
|
31
|
+
@include list-links;
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -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,42 @@
|
|
|
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
|
|
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
|
-
&
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
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
112
|
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
|
|
113
|
+
&> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
|
|
94
114
|
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
|
95
115
|
background-color: $white;
|
|
96
116
|
border: none;
|
|
97
117
|
padding: 0;
|
|
118
|
+
vertical-align: middle;
|
|
119
|
+
text-align: left;
|
|
120
|
+
}
|
|
121
|
+
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
|
|
122
|
+
text-align: center;
|
|
123
|
+
}
|
|
124
|
+
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
|
|
125
|
+
text-align: right;
|
|
98
126
|
}
|
|
99
127
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
|
|
100
128
|
padding: 0;
|
|
@@ -116,7 +144,7 @@
|
|
|
116
144
|
@extend .text-white, .bg-dark;
|
|
117
145
|
}
|
|
118
146
|
}
|
|
119
|
-
&__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
|
|
147
|
+
&__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
|
|
120
148
|
img {
|
|
121
149
|
width: auto;
|
|
122
150
|
}
|
|
@@ -195,7 +223,7 @@
|
|
|
195
223
|
margin-bottom: 15px;
|
|
196
224
|
}
|
|
197
225
|
.ais-hits {
|
|
198
|
-
@include
|
|
226
|
+
@include list-links;
|
|
199
227
|
}
|
|
200
228
|
.ais-pagination {
|
|
201
229
|
li {
|
data/_sass/centos/_mixins.scss
CHANGED
data/_sass/centos/centos.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jekyll-theme-centos v0.6.
|
|
2
|
+
* jekyll-theme-centos v0.6.22 (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.
|
|
4
|
+
version: 0.6.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alain Reguera Delgado
|
|
@@ -213,7 +213,8 @@ files:
|
|
|
213
213
|
- _sass/centos/mixins/_code-header.scss
|
|
214
214
|
- _sass/centos/mixins/_content-nav.scss
|
|
215
215
|
- _sass/centos/mixins/_content.scss
|
|
216
|
-
- _sass/centos/mixins/
|
|
216
|
+
- _sass/centos/mixins/_header-links.scss
|
|
217
|
+
- _sass/centos/mixins/_list-links.scss
|
|
217
218
|
- _sass/centos/mixins/_post-nav-explorer.scss
|
|
218
219
|
- _sass/fontawesome/_animated.scss
|
|
219
220
|
- _sass/fontawesome/_bordered-pulled.scss
|