jekyll-theme-centos 0.7.0 → 0.7.5

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: 5912c2b4533bec30b48cfb54002718c566bb56665ad345e643f411f5ac4b808f
4
- data.tar.gz: 96c4ef8d027eb8eabd9290118fd8138fd90f1061af9cf0a467709384086e4564
3
+ metadata.gz: b61096fee457168fb5f9aadc4acb5e3c5666ad33e81ce6a7e1e3e1230201b371
4
+ data.tar.gz: eb30465655c6f005feea9c13d9d13cff716184fbab9ecb42d47606c78385ebdd
5
5
  SHA512:
6
- metadata.gz: 1f8d9030e56006aedbc73eb9aef87db3f6f69302dd5f035537f1b6d44a52bdd2e64d6d875571623578f62016890ce2bc23aac64babe9770244fa888359cade06
7
- data.tar.gz: 72876ff2a1be84b6761d219fe8ce0f0acc29e431384d562d70494d5fe9cbde28595f4b0b4642f73e85cdec8000b673f31167e5cee22c27a4de74b8cf5e6f0992
6
+ metadata.gz: 82b7d901b04d5e1e890eadfde5a8f0d9519b096da10b422235383462cd6053544e2d333432deacc9e497617bb3006c8c1aa9ee88344f986ad941c7ae78539fcc
7
+ data.tar.gz: 2af17d93fe67ad6a070a16328c82a888be5eed9dd9c7be5535ecd2172e1caeca93f2d7820abb783121d56a880c46d25d27b0f50c2b37c1a445be8f7d8cb8c90c
@@ -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 {
@@ -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;
@@ -3,3 +3,43 @@
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
  */
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
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.7.0 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.7.5 (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;
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.7.0
4
+ version: 0.7.5
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-18 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