jekyll-theme-centos 0.6.24 → 0.7.0

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: 20add9ff2eedd50b08a19042c9580989ca21e16abd82577d5106a20f766aecdb
4
- data.tar.gz: 13b22cd15a6215befd8da5fc8175990faccd38ba4b44fb2e7896b2a5ebcca8d6
3
+ metadata.gz: 5912c2b4533bec30b48cfb54002718c566bb56665ad345e643f411f5ac4b808f
4
+ data.tar.gz: 96c4ef8d027eb8eabd9290118fd8138fd90f1061af9cf0a467709384086e4564
5
5
  SHA512:
6
- metadata.gz: da3dbe769067be7b2873d4067992d23d64e5824db6989529263d7cf3ebd1d09e607de100a78a6f0069f3fbb82657d4ed1c7a981dfe9f777e2fdee3d07b93aa9f
7
- data.tar.gz: 24112e3aa77983cd71645d620adadad5f60d306e6a206e425d0088b5d6710602dd337186daef63c324491912bf4afa37eee1fb1c47cf1bfcca254b86770cfc33
6
+ metadata.gz: 1f8d9030e56006aedbc73eb9aef87db3f6f69302dd5f035537f1b6d44a52bdd2e64d6d875571623578f62016890ce2bc23aac64babe9770244fa888359cade06
7
+ data.tar.gz: 72876ff2a1be84b6761d219fe8ce0f0acc29e431384d562d70494d5fe9cbde28595f4b0b4642f73e85cdec8000b673f31167e5cee22c27a4de74b8cf5e6f0992
@@ -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;
@@ -12,9 +12,9 @@ $centos-img-motif: "/assets/img/motif.png";
12
12
  // Color system - based in the artistic motif palette and the number of
13
13
  // occurrence each color has in the image.
14
14
  $white: #fff;
15
- $primary: #6226a9;
15
+ $primary: #0f5dd5;
16
16
  $secondary: #0f1c4c;
17
- $dark: #05112b;
17
+ $dark: #00001d;
18
18
 
19
19
  // Header
20
20
  $home-header-padding-top: 202px;
@@ -0,0 +1,5 @@
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
+ */
@@ -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.24 (https://gitlab.com/areguera/jekyll-theme-centos/)
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
  */
@@ -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.24
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-05-30 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