jekyll-theme-centos 0.6.29 → 0.7.0
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/_main.scss +0 -119
- data/_sass/centos/centos-blog.scss +5 -0
- data/_sass/centos/centos-httpd.scss +29 -0
- data/_sass/centos/centos-lists.scss +114 -0
- data/_sass/centos/centos.scss +1 -1
- data/assets/css/centos-blog.bootstrap.min.scss +5 -0
- data/assets/css/centos-httpd.bootstrap.min.scss +5 -0
- data/assets/css/centos-lists.bootstrap.min.scss +5 -0
- metadata +8 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5912c2b4533bec30b48cfb54002718c566bb56665ad345e643f411f5ac4b808f
|
|
4
|
+
data.tar.gz: 96c4ef8d027eb8eabd9290118fd8138fd90f1061af9cf0a467709384086e4564
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f8d9030e56006aedbc73eb9aef87db3f6f69302dd5f035537f1b6d44a52bdd2e64d6d875571623578f62016890ce2bc23aac64babe9770244fa888359cade06
|
|
7
|
+
data.tar.gz: 72876ff2a1be84b6761d219fe8ce0f0acc29e431384d562d70494d5fe9cbde28595f4b0b4642f73e85cdec8000b673f31167e5cee22c27a4de74b8cf5e6f0992
|
data/_sass/centos/_main.scss
CHANGED
|
@@ -44,19 +44,6 @@
|
|
|
44
44
|
@extend .col-sm-12, .col-md-12, .col-lg-8, .col-xl-8;
|
|
45
45
|
@include content;
|
|
46
46
|
@include content-nav;
|
|
47
|
-
&__mailman {
|
|
48
|
-
&__article {
|
|
49
|
-
pre {
|
|
50
|
-
padding: 0;
|
|
51
|
-
overflow: hidden;
|
|
52
|
-
max-height: none;
|
|
53
|
-
border: none;
|
|
54
|
-
background: $white;
|
|
55
|
-
font-size: 1rem;
|
|
56
|
-
white-space: pre-wrap;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
47
|
}
|
|
61
48
|
}
|
|
62
49
|
|
|
@@ -64,112 +51,6 @@
|
|
|
64
51
|
&__content {
|
|
65
52
|
@extend .col-sm-12;
|
|
66
53
|
@include content;
|
|
67
|
-
&__autoindex {
|
|
68
|
-
// The autoindex is not directly used by website content but by external
|
|
69
|
-
// sites (e.g., mirror.centos.org, people.centos.org and all the
|
|
70
|
-
// user-specific pages under it.
|
|
71
|
-
&__list {
|
|
72
|
-
padding-bottom: $paragraph-margin-bottom;
|
|
73
|
-
border-bottom: 1px solid lightgray;
|
|
74
|
-
}
|
|
75
|
-
img {
|
|
76
|
-
width: auto;
|
|
77
|
-
}
|
|
78
|
-
pre {
|
|
79
|
-
background: none;
|
|
80
|
-
border: none;
|
|
81
|
-
max-height: none;
|
|
82
|
-
overflow-y: hidden;
|
|
83
|
-
padding: 0;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
&__mailman {
|
|
88
|
-
&__admlogin {
|
|
89
|
-
&> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
|
90
|
-
background-color: $white;
|
|
91
|
-
border: none;
|
|
92
|
-
padding: 0;
|
|
93
|
-
vertical-align: middle;
|
|
94
|
-
}
|
|
95
|
-
&> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
|
|
96
|
-
text-align: center;
|
|
97
|
-
}
|
|
98
|
-
&> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
|
|
99
|
-
text-align: right;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
&__welcome {
|
|
103
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
|
|
104
|
-
border: none;
|
|
105
|
-
}
|
|
106
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
|
|
107
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
|
|
108
|
-
display: none;
|
|
109
|
-
}
|
|
110
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td > p {
|
|
111
|
-
line-height: $line-height-base;
|
|
112
|
-
}
|
|
113
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
|
|
114
|
-
&> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
|
|
115
|
-
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
|
116
|
-
background-color: $white;
|
|
117
|
-
border: none;
|
|
118
|
-
padding: 0;
|
|
119
|
-
vertical-align: middle;
|
|
120
|
-
text-align: left;
|
|
121
|
-
}
|
|
122
|
-
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
|
|
123
|
-
text-align: center;
|
|
124
|
-
}
|
|
125
|
-
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
|
|
126
|
-
text-align: right;
|
|
127
|
-
}
|
|
128
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
|
|
129
|
-
padding: 0;
|
|
130
|
-
}
|
|
131
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > strong:nth-child(1) > font:nth-child(1),
|
|
132
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > strong:nth-child(1) > font:nth-child(1) {
|
|
133
|
-
font-size: 1rem;
|
|
134
|
-
}
|
|
135
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
|
|
136
|
-
@extend .h3;
|
|
137
|
-
}
|
|
138
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
|
|
139
|
-
border: none;
|
|
140
|
-
}
|
|
141
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
|
|
142
|
-
&> hr:nth-child(2) {
|
|
143
|
-
display: none;
|
|
144
|
-
}
|
|
145
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
|
|
146
|
-
@extend .text-white, .bg-dark;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
&__listinfo {
|
|
150
|
-
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
|
151
|
-
background-color: $white;
|
|
152
|
-
border: none;
|
|
153
|
-
padding: 0;
|
|
154
|
-
vertical-align: middle;
|
|
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(1) {
|
|
158
|
-
text-align: left;
|
|
159
|
-
}
|
|
160
|
-
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
|
|
161
|
-
text-align: center;
|
|
162
|
-
}
|
|
163
|
-
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
|
|
164
|
-
text-align: right;
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
&__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
|
|
168
|
-
img {
|
|
169
|
-
width: auto;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
54
|
}
|
|
174
55
|
}
|
|
175
56
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Httpd customization (https://gitlab.com/areguera/jekyll-theme-centos/)
|
|
3
|
+
* Copyright 2020-2021 Alain Reguera Delgado
|
|
4
|
+
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
.page {
|
|
8
|
+
&__content {
|
|
9
|
+
&__autoindex {
|
|
10
|
+
// The autoindex is not directly used by website content but by external
|
|
11
|
+
// sites (e.g., mirror.centos.org, people.centos.org and all the
|
|
12
|
+
// user-specific pages under it.
|
|
13
|
+
&__list {
|
|
14
|
+
padding-bottom: $paragraph-margin-bottom;
|
|
15
|
+
border-bottom: 1px solid lightgray;
|
|
16
|
+
}
|
|
17
|
+
img {
|
|
18
|
+
width: auto;
|
|
19
|
+
}
|
|
20
|
+
pre {
|
|
21
|
+
background: none;
|
|
22
|
+
border: none;
|
|
23
|
+
max-height: none;
|
|
24
|
+
overflow-y: hidden;
|
|
25
|
+
padding: 0;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Mailing lists customization (https://gitlab.com/areguera/jekyll-theme-centos/)
|
|
3
|
+
* Copyright 2020-2021 Alain Reguera Delgado
|
|
4
|
+
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
.aside {
|
|
8
|
+
&__content {
|
|
9
|
+
&__mailman {
|
|
10
|
+
&__article {
|
|
11
|
+
pre {
|
|
12
|
+
padding: 0;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
max-height: none;
|
|
15
|
+
border: none;
|
|
16
|
+
background: $white;
|
|
17
|
+
font-size: 1rem;
|
|
18
|
+
white-space: pre-wrap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.page {
|
|
26
|
+
&__content {
|
|
27
|
+
&__mailman {
|
|
28
|
+
&__admlogin {
|
|
29
|
+
&> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
|
30
|
+
background-color: $white;
|
|
31
|
+
border: none;
|
|
32
|
+
padding: 0;
|
|
33
|
+
vertical-align: middle;
|
|
34
|
+
}
|
|
35
|
+
&> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
|
|
36
|
+
text-align: center;
|
|
37
|
+
}
|
|
38
|
+
&> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
|
|
39
|
+
text-align: right;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
&__welcome {
|
|
43
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
|
|
44
|
+
border: none;
|
|
45
|
+
}
|
|
46
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
|
|
47
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
|
|
48
|
+
display: none;
|
|
49
|
+
}
|
|
50
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td > p {
|
|
51
|
+
line-height: $line-height-base;
|
|
52
|
+
}
|
|
53
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
|
|
54
|
+
&> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
|
|
55
|
+
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
|
56
|
+
background-color: $white;
|
|
57
|
+
border: none;
|
|
58
|
+
padding: 0;
|
|
59
|
+
vertical-align: middle;
|
|
60
|
+
text-align: left;
|
|
61
|
+
}
|
|
62
|
+
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
|
|
63
|
+
text-align: center;
|
|
64
|
+
}
|
|
65
|
+
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
|
|
66
|
+
text-align: right;
|
|
67
|
+
}
|
|
68
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
|
|
69
|
+
padding: 0;
|
|
70
|
+
}
|
|
71
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > strong:nth-child(1) > font:nth-child(1),
|
|
72
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > strong:nth-child(1) > font:nth-child(1) {
|
|
73
|
+
font-size: 1rem;
|
|
74
|
+
}
|
|
75
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
|
|
76
|
+
@extend .h3;
|
|
77
|
+
}
|
|
78
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
|
|
79
|
+
border: none;
|
|
80
|
+
}
|
|
81
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
|
|
82
|
+
&> hr:nth-child(2) {
|
|
83
|
+
display: none;
|
|
84
|
+
}
|
|
85
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
|
|
86
|
+
@extend .text-white, .bg-dark;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
&__listinfo {
|
|
90
|
+
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
|
91
|
+
background-color: $white;
|
|
92
|
+
border: none;
|
|
93
|
+
padding: 0;
|
|
94
|
+
vertical-align: middle;
|
|
95
|
+
text-align: left;
|
|
96
|
+
}
|
|
97
|
+
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
|
|
98
|
+
text-align: left;
|
|
99
|
+
}
|
|
100
|
+
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
|
|
101
|
+
text-align: center;
|
|
102
|
+
}
|
|
103
|
+
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
|
|
104
|
+
text-align: right;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
&__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
|
|
108
|
+
img {
|
|
109
|
+
width: auto;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
data/_sass/centos/centos.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jekyll-theme-centos v0.
|
|
2
|
+
* jekyll-theme-centos v0.7.0 (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.
|
|
4
|
+
version: 0.7.0
|
|
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-06-
|
|
11
|
+
date: 2021-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -206,6 +206,9 @@ files:
|
|
|
206
206
|
- _sass/centos/_nav.scss
|
|
207
207
|
- _sass/centos/_toc.scss
|
|
208
208
|
- _sass/centos/_variables.scss
|
|
209
|
+
- _sass/centos/centos-blog.scss
|
|
210
|
+
- _sass/centos/centos-httpd.scss
|
|
211
|
+
- _sass/centos/centos-lists.scss
|
|
209
212
|
- _sass/centos/centos.scss
|
|
210
213
|
- _sass/centos/fonts/_montserrat.scss
|
|
211
214
|
- _sass/centos/fonts/_overpass.scss
|
|
@@ -234,6 +237,9 @@ files:
|
|
|
234
237
|
- _sass/fontawesome/regular.scss
|
|
235
238
|
- _sass/fontawesome/solid.scss
|
|
236
239
|
- _sass/fontawesome/v4-shims.scss
|
|
240
|
+
- assets/css/centos-blog.bootstrap.min.scss
|
|
241
|
+
- assets/css/centos-httpd.bootstrap.min.scss
|
|
242
|
+
- assets/css/centos-lists.bootstrap.min.scss
|
|
237
243
|
- assets/css/centos.bootstrap.min.scss
|
|
238
244
|
- assets/fonts/Montserrat-Black.woff
|
|
239
245
|
- assets/fonts/Montserrat-Black.woff2
|