jekyll-theme-centos 0.6.10 → 0.6.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/centos/_footer.scss +16 -0
- data/_sass/centos/_main.scss +52 -0
- data/_sass/centos/centos.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 238f03f26763e021e0fa1d3427ab8e337efd525c6914d2146f13981af648df6e
|
4
|
+
data.tar.gz: f0a76008487b1a1c47740e1d4685e5842620b2d350d5b1311d3c39ef2827c7e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d71f13baf88575893e024b647842885745699f5f5659c489d0b95974ded711ce4a319fe70bfc7517e0d0fafb075ce80b2079f8178293bcc5d863ac1a878bd35
|
7
|
+
data.tar.gz: 54cd892ff43482103f0ed6cdacb97210c1f1e5dfb0031ce5c0f093ce851c5dc946283f7298c48100ae124ba87348900e78a9279ca6c4412c16cbb468c1c2328d
|
data/_sass/centos/_footer.scss
CHANGED
@@ -45,6 +45,22 @@
|
|
45
45
|
}
|
46
46
|
}
|
47
47
|
|
48
|
+
.sponsor {
|
49
|
+
@extend .col;
|
50
|
+
@extend %-margin;
|
51
|
+
display: flex;
|
52
|
+
justify-content: space-between;
|
53
|
+
flex-direction: row;
|
54
|
+
&__message {
|
55
|
+
}
|
56
|
+
&__logo {
|
57
|
+
img {
|
58
|
+
padding: 15px;
|
59
|
+
background-color: $white;
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
63
|
+
|
48
64
|
.copyright {
|
49
65
|
@extend .col;
|
50
66
|
@extend %-margin;
|
data/_sass/centos/_main.scss
CHANGED
@@ -52,6 +52,58 @@
|
|
52
52
|
&__content {
|
53
53
|
@extend .col-sm-12;
|
54
54
|
@include content;
|
55
|
+
&__autoindex {
|
56
|
+
// The autoindex is not directly used by website content but by external
|
57
|
+
// sites (e.g., mirror.centos.org, people.centos.org and all the
|
58
|
+
// user-specific pages under it.
|
59
|
+
&__list {
|
60
|
+
padding-bottom: $paragraph-margin-bottom;
|
61
|
+
border-bottom: 1px solid lightgray;
|
62
|
+
}
|
63
|
+
img {
|
64
|
+
width: auto;
|
65
|
+
}
|
66
|
+
pre {
|
67
|
+
background: none;
|
68
|
+
border: none;
|
69
|
+
max-height: none;
|
70
|
+
overflow-y: hidden;
|
71
|
+
padding: 0;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
&__mailman {
|
76
|
+
&__listinfo {
|
77
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
|
78
|
+
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
79
|
+
background-color: $white;
|
80
|
+
border: none;
|
81
|
+
padding: 0;
|
82
|
+
}
|
83
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
|
84
|
+
padding: 0;
|
85
|
+
}
|
86
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > strong:nth-child(1) > font:nth-child(1),
|
87
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > strong:nth-child(1) > font:nth-child(1) {
|
88
|
+
font-size: 1rem;
|
89
|
+
}
|
90
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
|
91
|
+
@extend .h3;
|
92
|
+
}
|
93
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
|
94
|
+
border: none;
|
95
|
+
}
|
96
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) {
|
97
|
+
display: none;
|
98
|
+
}
|
99
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
|
100
|
+
@extend .text-white, .bg-dark;
|
101
|
+
}
|
102
|
+
img {
|
103
|
+
width: auto;
|
104
|
+
}
|
105
|
+
}
|
106
|
+
}
|
55
107
|
}
|
56
108
|
}
|
57
109
|
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.6.
|
2
|
+
* jekyll-theme-centos v0.6.15 (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.6.
|
4
|
+
version: 0.6.15
|
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-
|
11
|
+
date: 2021-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|