jekyll-theme-centos 0.6.25 → 0.7.1

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: b5d289c8d1d17b0611c00ce3fe7768372bb2d6d220ab14da23dc1f39b4341f6b
4
- data.tar.gz: cbf7bec51519ada3c84cf995f32a502c5c9b2ab3071e9d78a92c0e04c850c34a
3
+ metadata.gz: 72226618fe0ded2fe907672e2e9d88b101e2f40bfb9a579c98e41e371fd3028f
4
+ data.tar.gz: a1d00fb7bab55c85d47048ad6fda4363023f47d7d62540d2f5e06fe0b92917d1
5
5
  SHA512:
6
- metadata.gz: a45d88291e09d59f43463cb560c6afc15e0deb4777a621711dd87836d412360ca7428dd90c92b347be1dd5f4117c2a4fd614784affcc6fd23e2b80327ff5b2e8
7
- data.tar.gz: e30a85aa188f22f69f2bebdd02e8bd0787166797da3f619f4cb80949989a9d9afeafdd91ec9aec39ffa6873fb721721b3ae146dac43d2c30832d633b3e7df01b
6
+ metadata.gz: 204b4c8a5548bfa5e6440aa03110bc21d3008f038fb1d8e8c9306d9a05b7feeb16488c6391275bd3c19a0554e0eb3eea30811e144a44bef89e2bf07f68b34a1d
7
+ data.tar.gz: f72d4c1551584db5ec252d2fd04016f255e7812b6f55da9f19e7436b675ee813df9ba03ca4d2834b909cdda95d1d8fbef5cad7d5f88ac4e83dbcc9dd0495d342
@@ -35,7 +35,6 @@
35
35
 
36
36
  .aside {
37
37
  display: flex;
38
- align-items: flex-start;
39
38
 
40
39
  &__nav {
41
40
  @include aside-nav;
@@ -45,19 +44,6 @@
45
44
  @extend .col-sm-12, .col-md-12, .col-lg-8, .col-xl-8;
46
45
  @include content;
47
46
  @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
- }
61
47
  }
62
48
  }
63
49
 
@@ -65,112 +51,6 @@
65
51
  &__content {
66
52
  @extend .col-sm-12;
67
53
  @include content;
68
- &__autoindex {
69
- // The autoindex is not directly used by website content but by external
70
- // sites (e.g., mirror.centos.org, people.centos.org and all the
71
- // user-specific pages under it.
72
- &__list {
73
- padding-bottom: $paragraph-margin-bottom;
74
- border-bottom: 1px solid lightgray;
75
- }
76
- img {
77
- width: auto;
78
- }
79
- pre {
80
- background: none;
81
- border: none;
82
- max-height: none;
83
- overflow-y: hidden;
84
- padding: 0;
85
- }
86
- }
87
-
88
- &__mailman {
89
- &__admlogin {
90
- &> address:nth-child(4) > 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
- }
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;
101
- }
102
- }
103
- &__welcome {
104
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
105
- border: none;
106
- }
107
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
108
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
109
- display: none;
110
- }
111
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td > p {
112
- line-height: $line-height-base;
113
- }
114
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
115
- &> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
116
- &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
117
- background-color: $white;
118
- border: none;
119
- padding: 0;
120
- vertical-align: middle;
121
- text-align: left;
122
- }
123
- &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
124
- text-align: center;
125
- }
126
- &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
127
- text-align: right;
128
- }
129
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
130
- padding: 0;
131
- }
132
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > strong:nth-child(1) > font:nth-child(1),
133
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > strong:nth-child(1) > font:nth-child(1) {
134
- font-size: 1rem;
135
- }
136
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
137
- @extend .h3;
138
- }
139
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
140
- border: none;
141
- }
142
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
143
- &> hr:nth-child(2) {
144
- display: none;
145
- }
146
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
147
- @extend .text-white, .bg-dark;
148
- }
149
- }
150
- &__listinfo {
151
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
152
- background-color: $white;
153
- border: none;
154
- padding: 0;
155
- vertical-align: middle;
156
- text-align: left;
157
- }
158
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
159
- text-align: left;
160
- }
161
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
162
- text-align: center;
163
- }
164
- &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
165
- text-align: right;
166
- }
167
- }
168
- &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
169
- img {
170
- width: auto;
171
- }
172
- }
173
- }
174
54
  }
175
55
  }
176
56
 
@@ -219,7 +99,6 @@
219
99
 
220
100
  .post {
221
101
  display: flex;
222
- align-items: flex-start;
223
102
 
224
103
  &__nav {
225
104
  @include aside-nav;
@@ -0,0 +1,45 @@
1
+ /*!
2
+ * Blog 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
+ .entry {
10
+ border-bottom: 1px solid $body-bg;
11
+ margin-bottom: 1.5rem;
12
+ }
13
+ .widget ul {
14
+ padding-left: 0;
15
+ }
16
+ .comment-list {
17
+ padding-left: 0;
18
+ }
19
+ .comment-list li {
20
+ list-style: none;
21
+ margin-top: 1rem;
22
+ margin-bottom: 1rem;
23
+ }
24
+ .avatar {
25
+ border-radius: 50px;
26
+ margin-right: 1rem;
27
+ margin-bottom: 1rem;
28
+ }
29
+ .comment-body {
30
+ border-radius: 10px;
31
+ background: #f8f8f8;
32
+ padding: 1rem;
33
+ }
34
+ .comment-form-author textarea, input[type="text"],
35
+ .comment-form-comment textarea {
36
+ width: 100%;
37
+ }
38
+ }
39
+ &__nav {
40
+ .searchform input[type="text"] {
41
+ width: 80%;
42
+ margin-bottom: 2rem;
43
+ }
44
+ }
45
+ }
@@ -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
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.25 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.7.1 (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
  */
@@ -3,7 +3,6 @@
3
3
  background: #fff;
4
4
  padding: 2.75rem;
5
5
  margin-top: -120px;
6
- min-height: 490px;
7
6
  box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.25);
8
7
 
9
8
  h1, h2, h3, h4, h5, h6 {
@@ -21,7 +20,6 @@
21
20
 
22
21
  img {
23
22
  @extend .img-fluid;
24
- width: 100%;
25
23
  }
26
24
 
27
25
  pre {
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/centos";
5
+ @import "centos/centos-blog";
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/centos";
5
+ @import "centos/centos-httpd";
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/centos";
5
+ @import "centos/centos-lists";
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.25
4
+ version: 0.7.1
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-12 00:00:00.000000000 Z
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