programming-pages 0.5.10 → 0.5.11
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/_includes/styles/tweaks.css +18 -3
- data/_layouts/page.html +1 -1
- data/screenshot.png +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9bd4526b36e5f20dcda2ebc433b34ea561589d2afce6fed107a02123ac31e465
|
|
4
|
+
data.tar.gz: 5a4744fc09b922e89a626927abe3e2f532ffda42fe5525e113d6a4bd54c35be5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8334abcabd5a42c59ffc7af9148811396e2babf2485eba4fe53d9df10aa9258f39759f6a957dc9aa2b88a5363100f7e4d76ec63c5ee6862e7139f06a52f452c7
|
|
7
|
+
data.tar.gz: 7bc97ea4e1a7d7281d0595da286a1f572f6bdd543192d44c951269b6e81340712c82aa768ebb28b51d329b26d3502dbbd084ebe88a89d386176cff73b2a161e0
|
data/_includes/styles/tweaks.css
CHANGED
|
@@ -43,12 +43,27 @@
|
|
|
43
43
|
:target::before {
|
|
44
44
|
display: block;
|
|
45
45
|
content: " ";
|
|
46
|
-
margin-top: -3.
|
|
47
|
-
|
|
46
|
+
margin-top: -3.75rem;
|
|
47
|
+
padding-top: 3.75rem;
|
|
48
|
+
height: 3.75rem;
|
|
48
49
|
visibility: hidden;
|
|
49
50
|
pointer-events: none;
|
|
50
51
|
}
|
|
51
|
-
|
|
52
|
+
sup:target::before {
|
|
53
|
+
display: inline-block;
|
|
54
|
+
margin-top: -5rem;
|
|
55
|
+
padding-top: 5rem;
|
|
56
|
+
height: 5rem;
|
|
57
|
+
}
|
|
58
|
+
/* animate a highlight of the link target to help users orient to new location */
|
|
59
|
+
:target {
|
|
60
|
+
animation: highlight 2.50s cubic-bezier(0.240, 0.010, 0.235, 0.995); /* https://matthewlein.com/tools/ceaser */
|
|
61
|
+
}
|
|
62
|
+
@keyframes highlight {
|
|
63
|
+
0% { text-shadow: -1px 0 0 rgba(255,221,0, 0.4), 0 1px 0 rgba(255,221,0, 0.4), 1px 0 0 rgba(255,221,0, 0.4); }
|
|
64
|
+
20% { text-shadow: -3px 0 0 rgba(255,221,0, 0.8), 0 5px 0 rgba(255,221,0, 0.8), 3px 0 0 rgba(255,221,0, 0.8); }
|
|
65
|
+
100% { text-shadow: -1px 0 0 rgba(255,221,0, 0.0), 0 1px 0 rgba(255,221,0, 0.0), 1px 0 0 rgba(255,221,0, 0.0); }
|
|
66
|
+
}
|
|
52
67
|
/* adjustments to fixed top title */
|
|
53
68
|
#page-container {
|
|
54
69
|
margin-top: 3.4rem; /* position page under top menu */
|
data/_layouts/page.html
CHANGED
data/screenshot.png
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: programming-pages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- pixeldroid
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: github-pages
|