scrollytelling-pageflow-navigation 1.13.3 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation.scss +1 -1
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_entry.scss +2 -2
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_home_button.scss +2 -2
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile_navigation.scss +118 -0
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_navigation.scss +1 -1
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_options.scss +4 -4
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_parent_page.scss +2 -6
- data/lib/scrollytelling/pageflow/navigation/version.rb +1 -1
- metadata +3 -3
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile.scss +0 -68
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e41b9ccc92d4c55a68533c85fd9f21f76361ff8a
|
4
|
+
data.tar.gz: 8051dd12fc7f7d355a53679f5458ecafc1efe5ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d17c6d60b5b49a8a51e3c4f9321eda90f5d009906a13af01cbecab73a805bf3217bb201bda5a439471797071ca218479afcbbfbb90c9d319eb9a0cc5ec30faf
|
7
|
+
data.tar.gz: e35ad6117b5d7af34f728a7f87ea230e291831b3431e7cb0ac9b85600e9120f82dc8812d02836d48f0e12f4f429ec2e4c04a1426f86b50f85a437a10afd7f5ec
|
@@ -0,0 +1,118 @@
|
|
1
|
+
.navigation_mobile {
|
2
|
+
.parent_page {
|
3
|
+
display: none;
|
4
|
+
/* hide here because we include it in all nav */
|
5
|
+
}
|
6
|
+
|
7
|
+
.imprint_mobile .credits a,
|
8
|
+
.overview_mobile .credits a,
|
9
|
+
.sharing_mobile .credits a {
|
10
|
+
margin-top: 0;
|
11
|
+
color: inherit;
|
12
|
+
display: inline;
|
13
|
+
}
|
14
|
+
|
15
|
+
&.active {
|
16
|
+
.sharing_mobile {
|
17
|
+
a.share.facebook {
|
18
|
+
p:before {
|
19
|
+
font-family: "FontAwesome";
|
20
|
+
content: "\f082";
|
21
|
+
margin-right: 12px;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
a.share.twitter {
|
26
|
+
p:before {
|
27
|
+
font-family: "FontAwesome";
|
28
|
+
content: "\f081";
|
29
|
+
margin-right: 12px;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
a.share.whatsapp {
|
34
|
+
img {
|
35
|
+
width: 18px;
|
36
|
+
height: 18px;
|
37
|
+
border: none;
|
38
|
+
float: left;
|
39
|
+
margin-right: 10px;
|
40
|
+
padding-top: 4px;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
li {
|
45
|
+
background-color: darkgrey;
|
46
|
+
font-family: sourcesanspro;
|
47
|
+
|
48
|
+
> a {
|
49
|
+
color: white;
|
50
|
+
padding-top: 10px;
|
51
|
+
height: 50px;
|
52
|
+
margin-left: 24px;
|
53
|
+
}
|
54
|
+
|
55
|
+
> a:before {
|
56
|
+
display: none;
|
57
|
+
}
|
58
|
+
|
59
|
+
p {
|
60
|
+
margin: 0;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
|
65
|
+
.menu.index {
|
66
|
+
&:before {
|
67
|
+
font-family: "FontAwesome";
|
68
|
+
content: "\f00d";
|
69
|
+
font-size: $scrollytelling-fa-size;
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
73
|
+
|
74
|
+
.imprint_mobile:after,
|
75
|
+
.menu.imprint,
|
76
|
+
.menu.index,
|
77
|
+
.menu.sharing,
|
78
|
+
.overview_mobile:after,
|
79
|
+
.sharing_mobile:after {
|
80
|
+
background-image: none;
|
81
|
+
}
|
82
|
+
|
83
|
+
.menu.index {
|
84
|
+
&:before {
|
85
|
+
font-family: "FontAwesome";
|
86
|
+
content: "\f0c9";
|
87
|
+
font-size: $scrollytelling-fa-size;
|
88
|
+
}
|
89
|
+
}
|
90
|
+
|
91
|
+
.menu.sharing {
|
92
|
+
&:before {
|
93
|
+
font-family: "FontAwesome";
|
94
|
+
content: "\f1e0";
|
95
|
+
font-size: $scrollytelling-fa-size;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
|
99
|
+
.menu.imprint {
|
100
|
+
&:before {
|
101
|
+
font-family: "FontAwesome";
|
102
|
+
content: "\f05a";
|
103
|
+
font-size: $scrollytelling-fa-size;
|
104
|
+
}
|
105
|
+
}
|
106
|
+
|
107
|
+
&.page-invert {
|
108
|
+
.menu.index:before {
|
109
|
+
color: $scrollytelling-invert-nav-color;
|
110
|
+
}
|
111
|
+
}
|
112
|
+
|
113
|
+
&.page-invert.active {
|
114
|
+
.menu.index:before {
|
115
|
+
color: white;
|
116
|
+
}
|
117
|
+
}
|
118
|
+
}
|
@@ -39,8 +39,8 @@ ul.scrollytelling-options {
|
|
39
39
|
}
|
40
40
|
|
41
41
|
ul.scrollytelling-sharing {
|
42
|
-
top:
|
43
|
-
right:
|
42
|
+
top: 20px
|
43
|
+
right: 70px;
|
44
44
|
width: 200px;
|
45
45
|
max-width: 80%;
|
46
46
|
height: 40px;
|
@@ -59,8 +59,8 @@ ul.scrollytelling-sharing {
|
|
59
59
|
}
|
60
60
|
|
61
61
|
ul.scrollytelling-options {
|
62
|
-
bottom:
|
63
|
-
right:
|
62
|
+
bottom: 20px;
|
63
|
+
right: 70px;
|
64
64
|
|
65
65
|
.audio-playing:before { content: "\f028"; }
|
66
66
|
.audio-muted:before { content: "\f026"; }
|
@@ -1,14 +1,10 @@
|
|
1
1
|
.parent_page {
|
2
2
|
@include scrollytelling-indicator;
|
3
|
-
left:
|
4
|
-
bottom:
|
3
|
+
left: 100px;
|
4
|
+
bottom: 70px;
|
5
5
|
opacity: 0;
|
6
6
|
transition: opacity 1s ease;
|
7
7
|
|
8
|
-
@include desktop {
|
9
|
-
bottom: 5%;
|
10
|
-
}
|
11
|
-
|
12
8
|
&:before {
|
13
9
|
content: "\f0a8";
|
14
10
|
font-family: "FontAwesome";
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scrollytelling-pageflow-navigation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joost Baaij
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pageflow
|
@@ -110,7 +110,7 @@ files:
|
|
110
110
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation.scss
|
111
111
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_entry.scss
|
112
112
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_home_button.scss
|
113
|
-
- app/assets/stylesheets/scrollytelling/pageflow/navigation/
|
113
|
+
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile_navigation.scss
|
114
114
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_navigation.scss
|
115
115
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_options.scss
|
116
116
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_parent_page.scss
|
@@ -1,68 +0,0 @@
|
|
1
|
-
.navigation_mobile {
|
2
|
-
.parent_page {
|
3
|
-
display: none; /* hide here because we include it in all nav */
|
4
|
-
}
|
5
|
-
|
6
|
-
.overview_mobile .credits a,
|
7
|
-
.imprint_mobile .credits a,
|
8
|
-
.sharing_mobile .credits a {
|
9
|
-
margin-top: 0;
|
10
|
-
color: inherit;
|
11
|
-
display: inline;
|
12
|
-
}
|
13
|
-
|
14
|
-
&.active {
|
15
|
-
.menu.index {
|
16
|
-
&:before {
|
17
|
-
font-family: "FontAwesome";
|
18
|
-
content: "\f00d";
|
19
|
-
font-size: $scrollytelling-fa-size;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
}
|
23
|
-
.menu.index,
|
24
|
-
.menu.sharing,
|
25
|
-
.menu.imprint,
|
26
|
-
|
27
|
-
.overview_mobile:after,
|
28
|
-
.imprint_mobile:after,
|
29
|
-
.sharing_mobile:after {
|
30
|
-
background-image: none;
|
31
|
-
}
|
32
|
-
|
33
|
-
.menu.index {
|
34
|
-
&:before {
|
35
|
-
font-family: "FontAwesome";
|
36
|
-
content: "\f0c9";
|
37
|
-
font-size: $scrollytelling-fa-size;
|
38
|
-
}
|
39
|
-
}
|
40
|
-
|
41
|
-
.menu.sharing {
|
42
|
-
&:before {
|
43
|
-
font-family: "FontAwesome";
|
44
|
-
content: "\f045";
|
45
|
-
font-size: $scrollytelling-fa-size;
|
46
|
-
}
|
47
|
-
}
|
48
|
-
|
49
|
-
.menu.imprint {
|
50
|
-
&:before {
|
51
|
-
font-family: "FontAwesome";
|
52
|
-
content: "\f05a";
|
53
|
-
font-size: $scrollytelling-fa-size;
|
54
|
-
}
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
.navigation_mobile.page-invert {
|
59
|
-
.menu.index:before {
|
60
|
-
color: $scrollytelling-invert-nav-color;
|
61
|
-
}
|
62
|
-
}
|
63
|
-
|
64
|
-
.navigation_mobile.page-invert.active {
|
65
|
-
.menu.index:before {
|
66
|
-
color: white;
|
67
|
-
}
|
68
|
-
}
|