intia-theme 0.1.25 → 0.1.30

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: 53b780b2ec31d9a244c19cc986ddcbb91daaa7a4a56df188c105518e063bc851
4
- data.tar.gz: 32846cef5925cf1ba1f6eec71d6c5c73affd78a9eaa760189c088e2ed28dad86
3
+ metadata.gz: b0856bc7dd5fac2bf2628a1e58be14fba85754a6320ba3ea78529fd3418bb666
4
+ data.tar.gz: 9468415c58098cd55edff791021f5a11190ebb9d6138b5d2f99bbfd72afaacc7
5
5
  SHA512:
6
- metadata.gz: a50e4752e48646a42acd6a0d2747de9f9912f6b42efe82a5178d280fc5bd92b6edcd7f8c0c1b5739737e52b81d8d69597cb5390fa64630c230d146b8f60e7208
7
- data.tar.gz: 12f9d2bd5c172f485049498f7bbc279b36ddb519f1787f41275c6427d7139386b2737a6514f3c526b9f5a2208c5b7dde183cfb87a9820c74286a3836302c3ac1
6
+ metadata.gz: dc94713b7f13376734318256f575c8199f2eb2a8d4c4a31901e9e69e006d612fbea5fb3250f038d0c615a6a8d610652a36e4d71775d79388d6d6ffbf43443e04
7
+ data.tar.gz: 797f91253e472cb2c68af568efcbd96b23b9174654da55ced65aac5e2f9b5125dd1dd451143ea89fefe61a8b39565ec16af3b812979d223638a5893b4431a64e
@@ -58,8 +58,7 @@
58
58
  <img src="{{ site.baseurl }}/assets/img/logos/INTIA_Plattform_Logos_Dites_weiss.png">
59
59
  </div></div>
60
60
  <div class="column has-text-left"><div class="page-sponsor">
61
- <p class="has-text-left">Gefördert von</p>
62
- <img src="{{ site.baseurl }}/assets/img/logos/INTIA_Plattform_Logos_BMBF_weiss.png">
61
+ <img class="footer-logo-2" src="{{ site.baseurl }}/assets/img/logos/BMBF_logo.jpg">
63
62
  </div></div>
64
63
  </div>
65
64
  <div class="content is-small has-text-centered">
data/_includes/head.html CHANGED
@@ -7,6 +7,7 @@
7
7
  {% if site.favicon %} href="{{ site.favicon | relative_url }}" {% else %} href="{{ site.baseurl }}/favicon.png" {% endif %}
8
8
  />
9
9
  <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.8.0/dist/alpine.min.js" defer></script>
10
+ <link href="https://fonts.googleapis.com/css?family=Verdana" rel="stylesheet" type='text/css'>
10
11
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
11
12
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-carousel@4.0.3/dist/css/bulma-carousel.min.css">
12
13
  {% unless site.hide_share_buttons %}
data/_includes/hero.html CHANGED
@@ -18,13 +18,13 @@
18
18
  </a>
19
19
  {% endif %}
20
20
  <div class="buttons-hero has-text-centered">
21
- <a href="" class="button is-rounded is-dark { % if item.link == page.url % } { % endif % }">
21
+ <a onclick="window.history.back()" class="button is-rounded is-dark { % if item.link == page.url % } { % endif % }">
22
22
  <span class="icon is-small">
23
23
  <i class="fas fa-chevron-left"></i>
24
24
  </span>
25
25
  <span>Zur Übersicht</span>
26
26
  </a>
27
- <a href="" class="button is-rounded is-dark { % if item.link == page.url % } { % endif % }">
27
+ <a onclick="window.print()" class="button is-rounded is-dark { % if item.link == page.url % } { % endif % }">
28
28
  <span>Als PDF Herunterladen</span>
29
29
  <span class="icon is-small">
30
30
  <i class="fas fa-chevron-right"></i>
data/_sass/_layout.scss CHANGED
@@ -485,6 +485,12 @@ figcaption {
485
485
  padding-left: 5rem;
486
486
  padding-right: 5rem;
487
487
  }
488
+ .highlighter img.with-zone {
489
+ width: 100%;
490
+ float: none;
491
+ padding-left: 0;
492
+ padding-right: 0;
493
+ }
488
494
  .highlighter .column {
489
495
  margin-right: 4rem;
490
496
  padding-top: 2rem;
@@ -535,6 +541,11 @@ figcaption {
535
541
  .footer-logos p {
536
542
  padding-bottom: 5px;
537
543
  }
544
+ .footer-logo-2 {
545
+ height: 160px !important;
546
+ max-height: 160px !important;
547
+ margin: 0px !important;
548
+ }
538
549
  .footer .title {
539
550
  color: white;
540
551
  text-decoration: underline;
data/_sass/_main.scss CHANGED
@@ -1,6 +1,5 @@
1
1
  // Font
2
2
  @charset "utf-8";
3
- @import url("https://fonts.googleapis.com/css?family=Verdana");
4
3
  $family-primary: "Verdana", sans-serif;
5
4
  // Colors
6
5
  //$primary: #d1e7d6 !default;
data/_sass/_print.scss CHANGED
@@ -3,191 +3,191 @@
3
3
  * Copied from: https://gitlab.com/find-it-program-locator/newtowne/-/blob/8.x-1.x/src/global/_print.sass
4
4
  */
5
5
 
6
-
7
6
  /**
8
7
  * This may get into Bulma proper: https://github.com/jgthms/bulma/pull/2329
9
8
  * And https://github.com/jgthms/bulma/issues/721
10
9
  */
11
10
 
12
-
13
11
  /* This mixin would be in sass/utilities/mixins.sass per pull/2329 */
14
12
 
15
13
  // Media types
16
14
  @mixin print {
17
- @media print {
18
- @content;
19
- }
20
- @media screen and (min-width: 1024px) {
21
- .navbar.is-primary .navbar-start .navbar-link::after,
22
- .navbar.is-primary .navbar-end .navbar-link::after {
23
- border-color: white;
24
- }
25
- }
26
- @media screen and (min-width: 1024px) {
27
- .navbar.is-primary .navbar-start>.navbar-item,
28
- .navbar.is-primary .navbar-start .navbar-link,
29
- .navbar.is-primary .navbar-end>.navbar-item,
30
- .navbar.is-primary .navbar-end .navbar-link {
31
- color: white;
32
- }
33
- }
34
- @media screen and (min-width: 1024px) {
35
- .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
36
- .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
37
- .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
38
- background-color: transparent;
39
- color: white;
40
- }
41
- }
42
- @media screen and (min-width: 1024px) {
43
- .navbar-dropdown {
44
- background-color: transparent;
45
- border-bottom-left-radius: 6px;
46
- border-bottom-right-radius: 6px;
47
- border-top: transparent;
48
- box-shadow: none;
49
- }
50
- }
15
+ @media print {
16
+ @content;
17
+ }
18
+ @media screen and (min-width: 1024px) {
19
+ .navbar.is-primary .navbar-start .navbar-link::after,
20
+ .navbar.is-primary .navbar-end .navbar-link::after {
21
+ border-color: white;
22
+ }
23
+ }
24
+ @media screen and (min-width: 1024px) {
25
+ .navbar.is-primary .navbar-start > .navbar-item,
26
+ .navbar.is-primary .navbar-start .navbar-link,
27
+ .navbar.is-primary .navbar-end > .navbar-item,
28
+ .navbar.is-primary .navbar-end .navbar-link {
29
+ color: white;
30
+ }
31
+ }
32
+ @media screen and (min-width: 1024px) {
33
+ .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
34
+ .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
35
+ .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
36
+ background-color: transparent;
37
+ color: white;
38
+ }
39
+ }
40
+ @media screen and (min-width: 1024px) {
41
+ .navbar-dropdown {
42
+ background-color: transparent;
43
+ border-bottom-left-radius: 6px;
44
+ border-bottom-right-radius: 6px;
45
+ border-top: transparent;
46
+ box-shadow: none;
47
+ }
48
+ }
51
49
  }
52
50
 
53
-
54
51
  /* From https://github.com/jgthms/bulma/pull/2329#issuecomment-459391961 */
55
52
 
56
53
  .columns {
57
- @include print {
58
- &.no-print {
59
- display:block {}
60
- }
54
+ @include print {
55
+ &.no-print {
56
+ display:block {
57
+ }
61
58
  }
59
+ }
62
60
  }
63
61
 
64
-
65
62
  /* Rest from https://github.com/jgthms/bulma/pull/2329/files as was mixin */
66
63
 
67
64
  @include print {
68
- .is-hidden-print {
69
- display: none !important;
65
+ .is-hidden-print {
66
+ display: none !important;
67
+ }
68
+ .arrow-image {
69
+ display: none;
70
+ }
71
+ /* i added or modified these print link URLs */
72
+ a:not(.is-not-linked-print)[href]::after {
73
+ content: attr(href);
74
+ text-decoration: underline;
75
+ font-size: 90%;
76
+ padding-left: 0.5rem;
77
+ }
78
+ a[href].clearfix::after {
79
+ content: attr(href);
80
+ text-decoration: underline;
81
+ font-size: 90%;
82
+ padding-top: 0.5rem;
83
+ }
84
+ /* and i did this drastic war on color */
85
+ * {
86
+ background-color: white !important;
87
+ color: black !important;
88
+ }
89
+ .is-together-print {
90
+ page-break-inside: avoid;
91
+ }
92
+ /* prevent break inside of a table row */
93
+ table {
94
+ page-break-inside: auto;
95
+ }
96
+ tr {
97
+ page-break-inside: avoid;
98
+ page-break-after: auto;
99
+ }
100
+ .section {
101
+ padding-top: 0;
102
+ }
103
+ .column.is-narrow {
104
+ display: inline-block;
105
+ }
106
+ .column.is-narrow ~ .column {
107
+ display: inline-block;
108
+ }
109
+ }
110
+
111
+ .column {
112
+ @include print {
113
+ &.is-narrow-print {
114
+ flex: none;
115
+ }
116
+ &.is-full-print {
117
+ flex: none;
118
+ width: 100%;
119
+ }
120
+ &.is-three-quarters-print {
121
+ flex: none;
122
+ width: 75%;
123
+ }
124
+ &.is-two-thirds-print {
125
+ flex: none;
126
+ width: 66.6666%;
70
127
  }
71
- /* i added or modified these print link URLs */
72
- a:not(.is-not-linked-print)[href]::after {
73
- content: attr(href);
74
- text-decoration: underline;
75
- font-size: 90%;
76
- padding-left: 0.5rem;
128
+ &.is-half-print {
129
+ flex: none;
130
+ width: 50%;
77
131
  }
78
- a[href].clearfix::after {
79
- content: attr(href);
80
- text-decoration: underline;
81
- font-size: 90%;
82
- padding-top: 0.5rem;
132
+ &.is-one-third-print {
133
+ flex: none;
134
+ width: 33.3333%;
83
135
  }
84
- /* and i did this drastic war on color */
85
- * {
86
- background-color: white !important;
87
- color: black !important;
136
+ &.is-one-quarter-print {
137
+ flex: none;
138
+ width: 25%;
88
139
  }
89
- .is-together-print {
90
- page-break-inside: avoid;
140
+ &.is-one-fifth-print {
141
+ flex: none;
142
+ width: 20%;
91
143
  }
92
- /* prevent break inside of a table row */
93
- table {
94
- page-break-inside: auto
144
+ &.is-two-fifths-print {
145
+ flex: none;
146
+ width: 40%;
95
147
  }
96
- tr {
97
- page-break-inside: avoid;
98
- page-break-after: auto
148
+ &.is-three-fifths-print {
149
+ flex: none;
150
+ width: 60%;
99
151
  }
100
- .section {
101
- padding-top: 0;
152
+ &.is-four-fifths-print {
153
+ flex: none;
154
+ width: 80%;
102
155
  }
103
- .column.is-narrow {
104
- display: inline-block;
156
+ &.is-offset-three-quarters-print {
157
+ margin-left: 75%;
105
158
  }
106
- .column.is-narrow~.column {
107
- display: inline-block;
159
+ &.is-offset-two-thirds-print {
160
+ margin-left: 66.6666%;
108
161
  }
162
+ &.is-offset-half-print {
163
+ margin-left: 50%;
164
+ }
165
+ &.is-offset-one-third-print {
166
+ margin-left: 33.3333%;
167
+ }
168
+ &.is-offset-one-quarter-print {
169
+ margin-left: 25%;
170
+ }
171
+ &.is-offset-one-fifth-print {
172
+ margin-left: 20%;
173
+ }
174
+ &.is-offset-two-fifths-print {
175
+ margin-left: 40%;
176
+ }
177
+ &.is-offset-three-fifths-print {
178
+ margin-left: 60%;
179
+ }
180
+ &.is-offset-four-fifths-print {
181
+ margin-left: 80%;
182
+ }
183
+ @for $i from 1 through 12 {
184
+ &.is-#{$i}-print {
185
+ flex: none;
186
+ width: percentage($i / 12);
187
+ }
188
+ &.is-offset-#{$i}-print {
189
+ margin-left: percentage($i / 12);
190
+ }
191
+ }
192
+ }
109
193
  }
110
-
111
- .column {
112
- @include print {
113
- &.is-narrow-print {
114
- flex: none;
115
- }
116
- &.is-full-print {
117
- flex: none;
118
- width: 100%;
119
- }
120
- &.is-three-quarters-print {
121
- flex: none;
122
- width: 75%;
123
- }
124
- &.is-two-thirds-print {
125
- flex: none;
126
- width: 66.6666%;
127
- }
128
- &.is-half-print {
129
- flex: none;
130
- width: 50%;
131
- }
132
- &.is-one-third-print {
133
- flex: none;
134
- width: 33.3333%;
135
- }
136
- &.is-one-quarter-print {
137
- flex: none;
138
- width: 25%;
139
- }
140
- &.is-one-fifth-print {
141
- flex: none;
142
- width: 20%;
143
- }
144
- &.is-two-fifths-print {
145
- flex: none;
146
- width: 40%;
147
- }
148
- &.is-three-fifths-print {
149
- flex: none;
150
- width: 60%;
151
- }
152
- &.is-four-fifths-print {
153
- flex: none;
154
- width: 80%;
155
- }
156
- &.is-offset-three-quarters-print {
157
- margin-left: 75%;
158
- }
159
- &.is-offset-two-thirds-print {
160
- margin-left: 66.6666%;
161
- }
162
- &.is-offset-half-print {
163
- margin-left: 50%;
164
- }
165
- &.is-offset-one-third-print {
166
- margin-left: 33.3333%;
167
- }
168
- &.is-offset-one-quarter-print {
169
- margin-left: 25%;
170
- }
171
- &.is-offset-one-fifth-print {
172
- margin-left: 20%;
173
- }
174
- &.is-offset-two-fifths-print {
175
- margin-left: 40%;
176
- }
177
- &.is-offset-three-fifths-print {
178
- margin-left: 60%;
179
- }
180
- &.is-offset-four-fifths-print {
181
- margin-left: 80%;
182
- }
183
- @for $i from 1 through 12 {
184
- &.is-#{$i}-print {
185
- flex: none;
186
- width: percentage($i / 12);
187
- }
188
- &.is-offset-#{$i}-print {
189
- margin-left: percentage($i / 12);
190
- }
191
- }
192
- }
193
- }
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intia-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Schmidt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-09 00:00:00.000000000 Z
11
+ date: 2021-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -64,9 +64,8 @@ files:
64
64
  - assets/img/logo-dites.png
65
65
  - assets/img/logo-white-short.png
66
66
  - assets/img/logo-white.png
67
- - assets/img/logos/BMBF-01.png
67
+ - assets/img/logos/BMBF_logo.jpg
68
68
  - assets/img/logos/DiTes_Single.png
69
- - assets/img/logos/INTIA_Plattform_Logos_BMBF_weiss.png
70
69
  - assets/img/logos/INTIA_Plattform_Logos_Dites_weiss.png
71
70
  - assets/img/logos/INTIA_Plattform_Logos_TH_weiss.png
72
71
  - assets/img/logos/StadtGrenzenlos_Logo.png
Binary file