jekyll-theme-centos 0.6.29 → 0.7.4

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: 3b66219aac2fb0ae4d7aea7cfc408e03a67a71977fddd332108cbb99ad38ff8b
4
- data.tar.gz: 14fc9be0a33f3b68d39b639d3dfff9349f89f7241eb7745fd7073ff1871e547f
3
+ metadata.gz: e39f4b5069420e8cb85e3d75ecc30614e053933671606914a57034bdb7224074
4
+ data.tar.gz: cf56a9ba08419c2618b6df8a958876ef4faac96a0084d3246f92953788628e74
5
5
  SHA512:
6
- metadata.gz: 0fa32fa94c55f70d7563904807a2fc040d2822cf5e7f239faedec3e82a9190c0e14cf87ecd1d23ecccfd358767fa7220995682736ea5b3ec1505daf576264866
7
- data.tar.gz: 4c475507c4ec047ac9a9e25f6e48cb497b875e87d299829713468d290b90c91ad5db73f243687901e4b07e457b2190b745d4acb7461abb8ed169eea9ba9d29f2
6
+ metadata.gz: 5e2db44dbecb0baa82f806cddd381b44000dc14513bac1a52bc879685d93cbd8db94cb1b53bf15c4861ca9ed092ea2a0e3fe6ef90baf496f14b38a1835c5aec8
7
+ data.tar.gz: 8ed3a8658d5f1c948d36dff40b3acf7618e589f3ed889adb5fad840b51423fbbbf7d0f09552ef4213b366d728f8c5c1fafedae2dd4d4566b0c56029a6cda52b9
@@ -1,6 +1,13 @@
1
+ body {
2
+ display: flex;
3
+ flex-direction: column;
4
+ min-height: 100vh;
5
+ }
6
+
1
7
  .home, .page, .blog, .aside, .download, .sponsors, .search, .post {
8
+ display: flex;
9
+ flex: 1;
2
10
  @extend .container;
3
- min-height: calc(30vh);
4
11
  }
5
12
 
6
13
  .home {
@@ -44,19 +51,6 @@
44
51
  @extend .col-sm-12, .col-md-12, .col-lg-8, .col-xl-8;
45
52
  @include content;
46
53
  @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
54
  }
61
55
  }
62
56
 
@@ -64,112 +58,6 @@
64
58
  &__content {
65
59
  @extend .col-sm-12;
66
60
  @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
61
  }
174
62
  }
175
63
 
@@ -14,7 +14,7 @@ $centos-img-motif: "/assets/img/motif.png";
14
14
  $white: #fff;
15
15
  $primary: #0f5dd5;
16
16
  $secondary: #0f1c4c;
17
- $dark: #00001d;
17
+ $dark: #020008;
18
18
 
19
19
  // Header
20
20
  $home-header-padding-top: 202px;
@@ -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
+ .comment-list {
14
+ padding-left: 0;
15
+ }
16
+ .comment-list li {
17
+ list-style: none;
18
+ margin-top: 1rem;
19
+ margin-bottom: 1rem;
20
+ }
21
+ .avatar {
22
+ border-radius: 50px;
23
+ margin-right: 1rem;
24
+ margin-bottom: 1rem;
25
+ }
26
+ .comment-body {
27
+ border-radius: 10px;
28
+ background: #f8f8f8;
29
+ padding: 1rem;
30
+ }
31
+ .comment-form-author textarea, input[type="text"],
32
+ .comment-form-comment textarea {
33
+ width: 100%;
34
+ }
35
+ }
36
+ &__nav {
37
+ .searchform input[type="text"] {
38
+ width: 80%;
39
+ margin-bottom: 2rem;
40
+ }
41
+ .widget ul {
42
+ padding-left: 0;
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.29 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.7.4 (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
  */
@@ -1,7 +1,7 @@
1
1
  // Variables
2
2
  // --------------------------
3
3
 
4
- $fa-font-path: "/assets/fonts" !default;
4
+ $fa-font-path: "../fonts" !default;
5
5
  $fa-font-size-base: 16px !default;
6
6
  $fa-font-display: block !default;
7
7
  $fa-css-prefix: fa !default;
@@ -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";
data/assets/img/motif.png CHANGED
Binary file
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.29
4
+ version: 0.7.4
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-13 00:00:00.000000000 Z
11
+ date: 2021-07-04 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