jekyll-theme-lcsb-default 0.4.21 → 0.4.23

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: cdda6eb256e3a37d2b1ce44aa1a772e7e482a21c356b9fbf4a1059ee2f165553
4
- data.tar.gz: 58e65a1460f25fc8de2abad91585a96ca6401ee667d70e74a73dcc2fab73b99f
3
+ metadata.gz: 7a1724a8ffbaa0780bead23cfa128ccfe8961cb4d2bba94baab73a20db530916
4
+ data.tar.gz: 68bc88f4c7faab893978bef3aba55629bf26ff3500ebb072634a43e8da738c80
5
5
  SHA512:
6
- metadata.gz: 61439b6ef000424bedad4c96edf930033af6de6eef3bf216051c469103f0c508bfe780641540e890108ac325f00334720164b19b937c38e473d70a6f38e16973
7
- data.tar.gz: 50c90b0673758e1ceb37e75119e89b9923c5e20efd77bf13bc986f69e42c1e98d89e22189582ecc13d153cb18423a73fb4291ca2486f7a71a764300570e48772
6
+ metadata.gz: 6bdd937b065818924ad6a9c91ab59c4ce9073bdb19ff63d8c1859816136178608bd140198848a8e34de320c430bf0bf969582a865a19cb0af5bd2c3144dbf329
7
+ data.tar.gz: 4b22ebcda57c66bf71a2a507b8bf3bdb159b57e1931fde1f6e2eacf0af7ae316398a73595ede60b4a9f0c67e2aff691c114fcf7390b957c1cd83ee5edfc4c67f
@@ -53,8 +53,8 @@ h1, h2, h3, h4, h5, h6,
53
53
  p, blockquote, pre,
54
54
  ul, ol, dl, figure,
55
55
  %vertical-rhythm {
56
- margin-top: $spacing-unit / 2;
57
- margin-bottom: $spacing-unit / 2;
56
+ margin-top: calc($spacing-unit / 2);
57
+ margin-bottom: calc($spacing-unit / 2);
58
58
  }
59
59
 
60
60
 
@@ -186,7 +186,7 @@ a {
186
186
  blockquote {
187
187
  color: $grey-color;
188
188
  border-left: 4px solid $grey-color-light;
189
- padding-left: $spacing-unit / 2;
189
+ padding-left: calc($spacing-unit / 2);
190
190
  @include relative-font-size(1.125);
191
191
  letter-spacing: -1px;
192
192
  font-style: italic;
@@ -241,8 +241,8 @@ pre {
241
241
  @include media-query($on-laptop) {
242
242
  max-width: $content-width;
243
243
  max-width: $content-width;
244
- padding-right: $spacing-unit / 2;
245
- padding-left: $spacing-unit / 2;
244
+ padding-right: calc($spacing-unit / 2);
245
+ padding-left: calc($spacing-unit / 2);
246
246
  }
247
247
  display: flex;
248
248
  flex-direction: column;
@@ -363,7 +363,7 @@ table {
363
363
  border-collapse: collapse;
364
364
  border: 1px solid $grey-color-light;
365
365
  th, td {
366
- padding: ($spacing-unit / 3) ($spacing-unit / 2);
366
+ padding: (calc($spacing-unit / 3)) (calc($spacing-unit / 2));
367
367
  }
368
368
  th {
369
369
  border: 1px solid darken($grey-color-light, 4%);
@@ -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
+ }
@@ -181,7 +181,7 @@ html {
181
181
  @include media-query($on-palm) {
182
182
  position: absolute;
183
183
  top: -25px;
184
- right: $spacing-unit / 2;
184
+ right: calc($spacing-unit / 2);
185
185
  background-color: $background-color;
186
186
  border: 1px solid $grey-color-light;
187
187
  border-radius: 5px;
@@ -270,7 +270,7 @@ html {
270
270
 
271
271
  .footer-heading {
272
272
  @include relative-font-size(1.125);
273
- margin-bottom: $spacing-unit / 2;
273
+ margin-bottom: calc($spacing-unit / 2);
274
274
  }
275
275
 
276
276
  .contact-list,
@@ -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;
data/_sass/minima.scss CHANGED
@@ -34,8 +34,8 @@ $footer-height: 50px;
34
34
  // Use media queries like this:
35
35
  // @include media-query($on-palm) {
36
36
  // .wrapper {
37
- // padding-right: $spacing-unit / 2;
38
- // padding-left: $spacing-unit / 2;
37
+ // padding-right: calc($spacing-unit / 2);
38
+ // padding-left: calc($spacing-unit / 2);
39
39
  // }
40
40
  // }
41
41
  @mixin media-query($device) {
@@ -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.21"
6
+ VERSION = "0.4.23"
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.21
4
+ version: 0.4.23
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: 2022-09-22 00:00:00.000000000 Z
12
+ date: 2023-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
215
  - !ruby/object:Gem::Version
216
216
  version: '0'
217
217
  requirements: []
218
- rubygems_version: 3.0.3
218
+ rubygems_version: 3.4.2
219
219
  signing_key:
220
220
  specification_version: 4
221
221
  summary: Simple static web-page template for uni.lu