jekyll-theme-lcsb-default 0.4.22 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba50c05dbfa175d3873fd3eb01bf00a3c31e0d29fb62e8b19aa4858c6dcb6fd0
4
- data.tar.gz: '028a22b04976377da824d190b7d1ce47c3c2dfd9ac2c00d1ef2f649664f30176'
3
+ metadata.gz: 449fc92a46bdb508f77ff23792b4afa2dfc78d1a53f323f8d128cd5a0d84d1aa
4
+ data.tar.gz: cf191cd2205a9a55badb3c4ab59b7736f0ef264ffd78948a254db368fc2c7a9a
5
5
  SHA512:
6
- metadata.gz: e6ff07e49642dc6902a36e98a8c56eebfa88f0cc0cdc33fbf657af5b50c0c87ad07c0bcd94c75b65c9bc47f05af66ac7184803cdeb57fdbac4f6c7a1c3204750
7
- data.tar.gz: 861be74509dd927c628d091abb6dafb7d239d3876d845fc4dbd1947655d505a7c01d895a62205f04cc2a7a2e18a2673972ad64eabd6a394945e3c4d31613c58e
6
+ metadata.gz: 76b0850055fb4338af469be5195df0832a72b312fd8ea4413c0bcf0096b277ec995046459962f3e8452a13a38ebc2d327d687d9415f5ec05faa1d8fad3f5a86f
7
+ data.tar.gz: c2e0200a429c62fdd837b6cf031f3bb6e6f9d36f9eef433e26b3ef1ec39abf55aff35c2967f718db4d73f8765b4902f5d6e0e0bf08cadfa579564b9ac00ea465
@@ -10,6 +10,11 @@
10
10
 
11
11
  {% comment %}This is used to generate share URL for howto-pages{% endcomment %}
12
12
  <div class="footer-text-container">
13
+
14
+ {% if page.timestamp %}
15
+ <p>Last page modification: {{ page.timestamp }}</p>
16
+ {% endif %}
17
+
13
18
  {% if page.shortcut %}
14
19
  <p>
15
20
  Share this page:
@@ -47,4 +52,4 @@
47
52
  </footer>
48
53
  {% if site.siteID > 0 %}
49
54
  {%- include gdpr-banner.html -%}
50
- {% endif %}
55
+ {% endif %}
@@ -1,3 +1,5 @@
1
+ $COLOR_BOX_FONT: #666666;
2
+
1
3
  .fpage-content {
2
4
  margin-top: 30px;
3
5
  @include media-query($on-palm) {
@@ -13,6 +15,7 @@
13
15
 
14
16
 
15
17
  .rtitle {
18
+ color: $COLOR_BOX_FONT;
16
19
  margin: 0px 20px 50px 0px;
17
20
  padding: 30px;
18
21
  border: 1px solid darkgrey;
@@ -24,7 +27,6 @@
24
27
  color:black;
25
28
  }
26
29
  p {
27
- color: #666666;
28
30
  @include relative-font-size(0.9);
29
31
  padding-top: 30px;
30
32
  }
@@ -48,6 +50,7 @@
48
50
 
49
51
 
50
52
  .rblock {
53
+ color: $COLOR_BOX_FONT;
51
54
  margin: 0px 20px 50px 0px;
52
55
  padding: 10px 30px 10px 30px;
53
56
  outline: 1px solid darkgrey;
@@ -57,10 +60,8 @@
57
60
  color: black;
58
61
  margin: 8px;
59
62
  padding: 0px;
60
-
61
63
  }
62
64
  p {
63
- color: #666666;
64
65
  @include relative-font-size(0.9);
65
66
  vertical-align: middle;
66
67
  float: none;
@@ -75,4 +76,4 @@ hr {
75
76
  border: 0;
76
77
  height: 1px;
77
78
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
78
- }
79
+ }
@@ -264,10 +264,17 @@ html {
264
264
 
265
265
  .footer-wrapper {
266
266
  width: 100%;
267
- padding: $spacing-unit 0;
267
+ padding: 0;
268
+ padding-top: $spacing-unit;
269
+ padding-bottom: calc($spacing-unit * 3);
268
270
  border-top: 1px solid $grey-color-light;
269
271
  }
270
272
 
273
+ .footer-wrapper p {
274
+ margin-top: 0;
275
+ }
276
+
277
+
271
278
  .footer-heading {
272
279
  @include relative-font-size(1.125);
273
280
  margin-bottom: calc($spacing-unit / 2);
@@ -439,4 +446,4 @@ html {
439
446
  padding-left: 2px;
440
447
  }
441
448
  }
442
- }
449
+ }
@@ -58,7 +58,7 @@ div.alert.primary {
58
58
  bottom: -2px;
59
59
  border: solid 1pt #777;
60
60
  border-bottom: solid 2px white;
61
- border-radius: 14% 14% 0 0;
61
+ border-radius: 20px 20px 0 0;
62
62
  margin-left: 8%;
63
63
  padding: 20px 27px 0px 27px;
64
64
  position: relative;
@@ -3,5 +3,5 @@
3
3
  # Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+);
4
4
  # Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag the job
5
5
  module Theme
6
- VERSION = "0.4.22"
6
+ VERSION = "0.5.0"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lcsb-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.22
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trefex
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-01-11 00:00:00.000000000 Z
12
+ date: 2023-08-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll