intia-theme 0.1.21 → 0.1.25
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 +4 -4
- data/_sass/_layout.scss +22 -4
- data/_sass/_main.scss +1 -1
- data/assets/img/logo-black.png +0 -0
- data/assets/img/logo-white-short.png +0 -0
- data/assets/img/logo-white.png +0 -0
- data/favicon.png +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53b780b2ec31d9a244c19cc986ddcbb91daaa7a4a56df188c105518e063bc851
|
|
4
|
+
data.tar.gz: 32846cef5925cf1ba1f6eec71d6c5c73affd78a9eaa760189c088e2ed28dad86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a50e4752e48646a42acd6a0d2747de9f9912f6b42efe82a5178d280fc5bd92b6edcd7f8c0c1b5739737e52b81d8d69597cb5390fa64630c230d146b8f60e7208
|
|
7
|
+
data.tar.gz: 12f9d2bd5c172f485049498f7bbc279b36ddb519f1787f41275c6427d7139386b2737a6514f3c526b9f5a2208c5b7dde183cfb87a9820c74286a3836302c3ac1
|
data/_sass/_layout.scss
CHANGED
|
@@ -142,9 +142,10 @@ a .tooltip-popup {
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.navbar-brand img {
|
|
145
|
-
max-height:
|
|
145
|
+
max-height: 3rem;
|
|
146
146
|
margin-top: 1rem;
|
|
147
147
|
}
|
|
148
|
+
|
|
148
149
|
.navbar-brand a p {
|
|
149
150
|
color: #000;
|
|
150
151
|
}
|
|
@@ -361,6 +362,19 @@ a.navbar-item.is-active,
|
|
|
361
362
|
border-bottom-right-radius: 0px !important;
|
|
362
363
|
border-top-right-radius: 0px !important;
|
|
363
364
|
}
|
|
365
|
+
.content_image {
|
|
366
|
+
width: 50%;
|
|
367
|
+
display: block;
|
|
368
|
+
margin-left: auto;
|
|
369
|
+
margin-right: auto;
|
|
370
|
+
}
|
|
371
|
+
figcaption {
|
|
372
|
+
font-size: 16px;
|
|
373
|
+
color: $primary-dark;
|
|
374
|
+
font-style: italic;
|
|
375
|
+
padding: 2px;
|
|
376
|
+
text-align: center;
|
|
377
|
+
}
|
|
364
378
|
|
|
365
379
|
// story-slider
|
|
366
380
|
.slider {
|
|
@@ -485,7 +499,7 @@ a.navbar-item.is-active,
|
|
|
485
499
|
float: none;
|
|
486
500
|
overflow: hidden;
|
|
487
501
|
height: 300px;
|
|
488
|
-
width: 300px;
|
|
502
|
+
width: 300px;
|
|
489
503
|
}
|
|
490
504
|
.highlighter .is-round img {
|
|
491
505
|
background-color: white;
|
|
@@ -505,6 +519,10 @@ a.navbar-item.is-active,
|
|
|
505
519
|
line-height: 1rem;
|
|
506
520
|
padding-top: 0;
|
|
507
521
|
}
|
|
522
|
+
.footer img {
|
|
523
|
+
max-height: 4rem;
|
|
524
|
+
margin-top: 1rem;
|
|
525
|
+
}
|
|
508
526
|
.footer img.column {
|
|
509
527
|
padding: 0 !important;
|
|
510
528
|
flex-grow: 0;
|
|
@@ -881,7 +899,7 @@ a:hover .tooltip-popup,
|
|
|
881
899
|
padding: 10px;
|
|
882
900
|
height: auto;
|
|
883
901
|
width: auto;
|
|
884
|
-
}
|
|
902
|
+
}
|
|
885
903
|
.footer-logos .column {
|
|
886
904
|
text-align: left !important;
|
|
887
905
|
}
|
|
@@ -890,5 +908,5 @@ a:hover .tooltip-popup,
|
|
|
890
908
|
margin-right: 15px;
|
|
891
909
|
image-rendering: -webkit-optimize-contrast;
|
|
892
910
|
padding-bottom: 15px;
|
|
893
|
-
}
|
|
911
|
+
}
|
|
894
912
|
}
|
data/_sass/_main.scss
CHANGED
data/assets/img/logo-black.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/img/logo-white.png
CHANGED
|
Binary file
|
data/favicon.png
CHANGED
|
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.
|
|
4
|
+
version: 0.1.25
|
|
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-
|
|
11
|
+
date: 2021-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -62,6 +62,7 @@ files:
|
|
|
62
62
|
- assets/img/logo-black-old.png
|
|
63
63
|
- assets/img/logo-black.png
|
|
64
64
|
- assets/img/logo-dites.png
|
|
65
|
+
- assets/img/logo-white-short.png
|
|
65
66
|
- assets/img/logo-white.png
|
|
66
67
|
- assets/img/logos/BMBF-01.png
|
|
67
68
|
- assets/img/logos/DiTes_Single.png
|