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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f8b6a72ea89a58403a987fcb1f1bf533a398315653ef6d1584348a387cc7dac
4
- data.tar.gz: d58a72b9f1a89d2623a40171b36a68413d2a4d41c36970d50a870088c280038a
3
+ metadata.gz: 9bd4526b36e5f20dcda2ebc433b34ea561589d2afce6fed107a02123ac31e465
4
+ data.tar.gz: 5a4744fc09b922e89a626927abe3e2f532ffda42fe5525e113d6a4bd54c35be5
5
5
  SHA512:
6
- metadata.gz: 8090fe3e5ad1856673d62c91d9049f3c780149a9a47040a6afe47c2b74f2c33f9ee9a4307fd6f17574e9972b7f1d0d548d8095c73d34e7aca9fa2f6f27b4d81c
7
- data.tar.gz: 80197eecfea2bd9fd38b11c02ab7bbe31f752133223872d98161341ec8c3fffcc07984cc97d8739f0f504f85e154ab896131e72df7a19e26cd1771d9c3fa9446
6
+ metadata.gz: 8334abcabd5a42c59ffc7af9148811396e2babf2485eba4fe53d9df10aa9258f39759f6a957dc9aa2b88a5363100f7e4d76ec63c5ee6862e7139f06a52f452c7
7
+ data.tar.gz: 7bc97ea4e1a7d7281d0595da286a1f572f6bdd543192d44c951269b6e81340712c82aa768ebb28b51d329b26d3502dbbd084ebe88a89d386176cff73b2a161e0
@@ -43,12 +43,27 @@
43
43
  :target::before {
44
44
  display: block;
45
45
  content: " ";
46
- margin-top: -3.5rem;
47
- height: 3.5rem;
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
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: base
3
- theme_version: 0.5.10
3
+ theme_version: 0.5.11
4
4
  theme_url: https://github.com/pixeldroid/programming-pages
5
5
  ---
6
6
 
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.10
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-27 00:00:00.000000000 Z
11
+ date: 2018-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages