jekyll-theme-lcsb-default 0.4.10 → 0.4.14

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: c5e452027052492e1a67b16b62f3abae24b164806df720b1e39cfb1fd4c3171d
4
- data.tar.gz: afc8935fc44274c8dc43356d5a479c43d518b01a59e52a4f807f4aee9490e492
3
+ metadata.gz: 51c085acc4b6f065fbd562a3ae2fec34642baa1b2ce95c420ff98d400d2ed646
4
+ data.tar.gz: d8fe27ebd9c7959edd4e9975f0b7601f2aa6e8100acc592e004c8862a50176d3
5
5
  SHA512:
6
- metadata.gz: 2190622f449dfd11effd55ba357f1c0b7ccd5888ead6e7983ec4f7adfb7db64736b17e5c8ac39549b25dc0daca3785c0ae1c21d3117bea082af0e517b379c1e8
7
- data.tar.gz: 1d248fbe170117b8ebc25fe9e45f139d2634514eddb29db9b5f948702882c32721bf03e45e12c213edd3a438e3b9a135aef4b292d8df289fdbfe0f341450f8a4
6
+ metadata.gz: d1bef3fadc543ec01a2077656ae3053c370ec81767e1b86409c45f2ad937e13fdda1b9cb08b499a6a487c7920ecdb2d51541ea08c0d919662b5dc7e0ce8a1abf
7
+ data.tar.gz: 4187655b40c6d7a1b51f728ac72dbc8e433fdca1b54fdaee9cf8d8d8a73b2b63e36e423e2773473d610c72ba24d3fbd6595e6a1a985861cad4ea8e46e919a3a3
data/_includes/head.html CHANGED
@@ -21,6 +21,9 @@
21
21
  <meta name="msapplication-TileColor" content="#da532c">
22
22
  <meta name="msapplication-config" content="{{ '/assets/favicon/browserconfig.xml' | relative_url }}">
23
23
  <meta name="theme-color" content="#ffffff"> {%- include css-imports.html -%}
24
+
25
+ {%- include scripts-head.html -%}
26
+
24
27
  {% if site.siteID > 0 %}
25
28
  <script>
26
29
  const settings = {
@@ -35,7 +38,6 @@
35
38
  cookieDomain: "{{ site.cookieDomain }}",
36
39
  }
37
40
  </script>
38
- <script src="https://analytics.lcsb.uni.lu/lap/static/js/jquery.min.js"></script>
39
41
  <script src="https://analytics.lcsb.uni.lu/lap/static/js/lap.js"></script>
40
42
  <link rel="stylesheet" type="text/css" href="https://analytics.lcsb.uni.lu/lap/static/css/lap.css" />
41
43
  {%- endif -%}
@@ -0,0 +1,3 @@
1
+ {% comment %}
2
+ Add here additional javascript libraries and code that need to be loaded first.
3
+ {% endcomment %}
@@ -103,6 +103,8 @@ li {
103
103
  > ol {
104
104
  margin-bottom: 0;
105
105
  }
106
+
107
+ padding-bottom: 10px;
106
108
  }
107
109
 
108
110
 
@@ -34,13 +34,13 @@
34
34
 
35
35
  .rgridblock {
36
36
  display:grid;
37
- grid-template-columns:repeat(3, 1fr);
37
+ grid-template-columns:repeat(3, 1fr);
38
38
  }
39
39
 
40
40
  @media only screen and (max-width: 768px) {
41
41
  .rgridblock {
42
42
  display: grid;
43
- grid-template-columns: 1fr;
43
+ grid-template-columns: 1fr;
44
44
  }
45
45
  }
46
46
 
@@ -49,29 +49,25 @@
49
49
 
50
50
  .rblock {
51
51
  margin: 0px 20px 50px 0px;
52
- padding: 10px 30px 10px 30px;
52
+ padding: 10px 30px 10px 30px;
53
53
  outline: 1px solid darkgrey;
54
54
  h3 {
55
55
  font-size: 15px;
56
56
  text-transform: uppercase;
57
57
  color: black;
58
58
  margin: 8px;
59
- padding: 0px;
60
-
59
+ padding: 0px;
60
+
61
61
  }
62
62
  p {
63
63
  color: #666666;
64
64
  @include relative-font-size(0.9);
65
- display: inline-block;
66
65
  vertical-align: middle;
67
66
  float: none;
68
67
  text-align: left;
69
- padding-top: 30px;
70
68
  }
71
-
72
-
73
69
  }
74
-
70
+
75
71
 
76
72
 
77
73
 
@@ -117,6 +117,8 @@ div.alert.primary {
117
117
  float: right;
118
118
  padding-right: 7%;
119
119
  padding-top: 0.5em;
120
+ position: sticky;
121
+ z-index: 100;
120
122
  }
121
123
 
122
124
  .svg-icon {
@@ -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.10"
6
+ VERSION = "0.4.14"
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.10
4
+ version: 0.4.14
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: 2021-07-20 00:00:00.000000000 Z
12
+ date: 2022-02-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -82,6 +82,7 @@ files:
82
82
  - _includes/header.html
83
83
  - _includes/policy.html
84
84
  - _includes/script_add_bookmark.html
85
+ - _includes/scripts-head.html
85
86
  - _includes/scripts.html
86
87
  - _includes/social.html
87
88
  - _layouts/default.html
@@ -195,7 +196,7 @@ files:
195
196
  - assets/minima-social-icons.svg
196
197
  - assets/pdf.svg
197
198
  - lib/jekyll-theme-lcsb-default.rb
198
- homepage: https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default
199
+ homepage: https://gitlab.lcsb.uni.lu/core-services/jekyll-theme-lcsb-default
199
200
  licenses:
200
201
  - MIT
201
202
  metadata: {}