jekyll-lux-covid-theme 0.1.5 → 0.1.6

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: 3a2065ac3f8a99e6b9b375f61d1433e76f4b5e6735e1e092cf35c3d367ba69c4
4
- data.tar.gz: 7d9f2eb508d97687ba07000c166a9063fba2212853cc2cbeb93da302682bda11
3
+ metadata.gz: d0d1a3e0caa1500caf5206d6cb1a673c76d9a50f6b0ed77f6568c83a2b2c2a27
4
+ data.tar.gz: a877712d55e76cbe4e25cdf5cce27a48cf64a5de10c4a3d1ccef0c6a37a4474b
5
5
  SHA512:
6
- metadata.gz: 5e1ec7edaad8eddbb56c645a3022686e91a312affcc98fab27244acd41fc683b79c2b33d7bed13fa8251da7f324eadd1eeef341ec011790ffedd2cd544ffa531
7
- data.tar.gz: 6bb92eb33278bcd345140268119101033efd58b8a4145783f42bf3e70844ee98104d392b0934dd306a562e8aadb8b8cf6d04856c0158fa9a18a7526d313d2850
6
+ metadata.gz: dcc3c222d4d035180469a8d363e1e18865ebd9c3b6acc05434143307a8d1e849d478b19b5008bf6951385c5dbb384d5287990bab85f80e6691bc916308407385
7
+ data.tar.gz: e6d9747e7e2ead39c831512144be15e6396ca372faf5767cf5468ce3b9f9f52a6d8b00fdf5f2ac9b7ba78ea208704b3f46c8cf01df4cde0539fba1eb033a4df7
@@ -32,6 +32,7 @@
32
32
  </script>
33
33
  <script src="https://analytics.lcsb.uni.lu/lap/static/js/jquery.min.js"></script>
34
34
  <script src="https://analytics.lcsb.uni.lu/lap/static/js/lap.js"></script>
35
+ <link rel="stylesheet" type="text/css" href="https://analytics.lcsb.uni.lu/lap/static/css/lap.css" />
35
36
  {%- endif -%}
36
37
 
37
38
  {%- include css-imports.html -%}
@@ -57,6 +57,5 @@ $footer-height: 50px;
57
57
  "minima/lcsb",
58
58
  "minima/boxes",
59
59
  "minima/search",
60
- "minima/footer",
61
- "minima/gdpr"
60
+ "minima/footer"
62
61
  ;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-lux-covid-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - jaceklebioda_lux
@@ -93,7 +93,6 @@ files:
93
93
  - _sass/minima/_boxes.scss
94
94
  - _sass/minima/_footer.scss
95
95
  - _sass/minima/_frozen.scss
96
- - _sass/minima/_gdpr.scss
97
96
  - _sass/minima/_layout.scss
98
97
  - _sass/minima/_lcsb.scss
99
98
  - _sass/minima/_search.scss
@@ -1,251 +0,0 @@
1
- #lap-cookies-banner {
2
- position: fixed;
3
- bottom: 0;
4
- background-color: #fff;
5
- padding-top: 1em;
6
- padding-bottom: 1em;
7
- z-index: 1000;
8
- left: 0;
9
- text-align: center;
10
- border-top: 1px solid #198cdc;
11
- width: 100%;
12
- display: none;
13
-
14
- /* hidden by default */
15
- }
16
-
17
- #lap-cookies-banner .banner-intro {
18
- width: 40%;
19
- position: relative;
20
- left: 30%;
21
- text-align: left;
22
- }
23
-
24
- #lap-cookies-banner .banner-img {
25
- width: 50px;
26
- position: absolute;
27
- padding-top: 5px;
28
- height: 50px;
29
- }
30
-
31
- #lap-cookies-banner .banner-title {
32
- font-size: 120%;
33
- font-weight: bold;
34
- text-align: left;
35
- padding-left: 60px;
36
- }
37
-
38
- #lap-cookies-banner .banner-text {
39
- float: center;
40
- min-height: 40px;
41
- padding-left: 60px;
42
- font-size: 80%;
43
- text-align: left;
44
- }
45
-
46
- #lap-cookies-banner .banner-buttons {
47
- float: center;
48
- padding-top: 5px;
49
- height: 20px;
50
- margin-bottom: 10px;
51
- }
52
-
53
- #lap-cookies-banner .close-button {
54
- position: absolute;
55
- left: 100%;
56
- }
57
-
58
- #lap-cookies-banner .banner-buttons .lap-accept,
59
- #lap-cookies-banner .banner-buttons .lap-refuse,
60
- #lap-cookies-banner .banner-buttons .lap-cookies-more,
61
- #lap-cookies-banner .banner-buttons .btn.active {
62
- border: 1px solid #198cdc;
63
- font-weight: bold;
64
- background-color: #198cdc;
65
- color: #ffffff !important;
66
- box-sizing: border-box;
67
- -moz-box-sizing: border-box;
68
- -webkit-box-sizing: border-box;
69
- }
70
-
71
- #lap-cookies-banner .banner-buttons .lap-accept:hover,
72
- #lap-cookies-banner .banner-buttons .lap-refuse:hover,
73
- #lap-cookies-banner .banner-buttons .lap-cookies-more:hover,
74
- #lap-cookies-banner .banner-buttons .btn.selected {
75
- background: white;
76
- color: #198cdc !important;
77
- border: 1px solid #198cdc;
78
- box-sizing: border-box;
79
- -moz-box-sizing: border-box;
80
- -webkit-box-sizing: border-box;
81
- text-decoration: none;
82
- }
83
-
84
- #lap-cookies-banner .btn {
85
- text-decoration: none;
86
- display: inline-block;
87
- margin-bottom: 0;
88
- text-align: center;
89
- vertical-align: middle;
90
- touch-action: manipulation;
91
- background-image: none;
92
- white-space: nowrap;
93
- padding: 3px 10px;
94
- font-size: 9pt;
95
- line-height: 20px;
96
- -webkit-user-select: none;
97
- -moz-user-select: none;
98
- -ms-user-select: none;
99
- user-select: none;
100
- margin-right: 10px;
101
- margin-bottom: 10px;
102
- }
103
-
104
- // Small component to show a Material Design style input toggle
105
- // ref: https://codepen.io/FezVrasta/pen/yNRgrB - MIT licensed
106
- $toggle-w: 32px;
107
- $toggle-h: 14px;
108
- $handle-size: 18px;
109
- $unchecked-handle-bg: #F1F1F1;
110
- $checked-handle-bg: #198cdc;
111
- $disabled-handle-bg: #BDBDBD;
112
- $unchecked-toggle-bg: #848484;
113
- $checked-toggle-bg: desaturate(lighten($checked-handle-bg, 28%), 32%); // kind of magic recipe
114
- $disabled-toggle-bg: #D5D5D5;
115
- label.input-toggle {
116
- line-height: 0;
117
- font-size: 0;
118
- display: inline-block;
119
- margin: 0;
120
- >span {
121
- display: inline-block;
122
- position: relative;
123
- background-image: linear-gradient( to right, $unchecked-toggle-bg 0%, $unchecked-toggle-bg 50%, $checked-toggle-bg 50%, $checked-toggle-bg 100%);
124
- background-size: $toggle-w*2 $toggle-h;
125
- background-position: 0%;
126
- border-radius: $toggle-w;
127
- width: $toggle-w;
128
- height: $toggle-h;
129
- cursor: pointer;
130
- transition: background-position 0.2s ease-in;
131
- }
132
- >input:checked+span {
133
- background-position: -100%;
134
- }
135
- >span:after {
136
- content: "";
137
- display: block;
138
- position: absolute;
139
- width: $handle-size;
140
- height: $handle-size;
141
- background: $unchecked-handle-bg;
142
- align-self: center;
143
- top: 50%;
144
- left: 0;
145
- transform: translateY(-50%);
146
- border-radius: 100%;
147
- //box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
148
- transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
149
- }
150
- >input:checked+span:after {
151
- left: $handle-size;
152
- background-color: $checked-handle-bg;
153
- }
154
- // Jelly effect on click
155
- >span:active:after {
156
- //transform: translateY(-50%) scale3d(1.15, 0.85, 1);
157
- }
158
- // No jelly effect on disabled toggles
159
- >input:disabled+span:active:after {
160
- transform: translateY(-50%);
161
- }
162
- >input:disabled+span {
163
- cursor: default;
164
- }
165
- >input:disabled+span {
166
- background: $disabled-toggle-bg;
167
- }
168
- >input:disabled+span:after {
169
- background: $disabled-handle-bg;
170
- }
171
- // Hide original checkbox, but don't use `display: none` to allow focus on it using keyboard
172
- >input {
173
- display: block;
174
- position: absolute;
175
- opacity: 0;
176
- width: 0;
177
- height: 0;
178
- }
179
- }
180
-
181
- #lap-cookies-banner .banner-checkboxes {
182
- font-size: 80%;
183
- margin-top: 1em;
184
- }
185
-
186
- #lap-cookies-banner .checkbox-label {
187
- margin-left: 0.3em;
188
- margin-right: 1.5em;
189
- top: -0.2em;
190
- position: relative;
191
- }
192
-
193
- @media(max-width: 500px) {
194
- #lap-cookies-banner {
195
- position: fixed;
196
- bottom: 0;
197
- background-color: #fff;
198
- padding-top: 1em;
199
- padding-bottom: 1em;
200
- z-index: 1000;
201
- left: 0;
202
- text-align: center;
203
- border-top: 1px solid #198cdc;
204
- width: 100%;
205
- display: none;
206
- height: 280px;
207
- overflow: auto;
208
- /* hidden by default */
209
- }
210
-
211
- #lap-cookies-banner .banner-intro {
212
- width: 60%;
213
- position: relative;
214
- left: 20%;
215
- text-align: left;
216
- }
217
- }
218
-
219
- @media(max-width: 1100px) {
220
- #lap-cookies-banner .banner-intro {
221
- width: 90%;
222
- position: relative;
223
- left: 5%;
224
- text-align: left;
225
- }
226
- #lap-cookies-banner .banner-buttons {
227
- float: center;
228
- padding-top: 5px;
229
- height: 60px;
230
- margin-bottom: 10px;
231
- }
232
- }
233
-
234
- @media(max-width: 1600px) {
235
- #lap-cookies-banner .banner-intro {
236
- width: 60%;
237
- position: relative;
238
- left: 20%;
239
- text-align: left;
240
- }
241
- }
242
-
243
- /* ultra-wide screen */
244
- @media(min-width: 2400px) {
245
- #lap-cookies-banner .banner-intro {
246
- position: relative;
247
- text-align: left;
248
- max-width: 800px;
249
- left: 35%;
250
- }
251
- }