jekyll-theme-hydejack 8.0.0 → 8.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -19
  3. data/_includes/body/analytics.html +16 -9
  4. data/_includes/body/comments.html +2 -4
  5. data/_includes/body/footer.html +1 -1
  6. data/_includes/body/menu.html +2 -2
  7. data/_includes/body/scripts.html +11 -3
  8. data/_includes/body/sidebar.html +1 -1
  9. data/_includes/components/hy-img.html +3 -3
  10. data/_includes/head/links.html +11 -9
  11. data/_includes/head/meta.html +1 -1
  12. data/_includes/head/page-style.html +2 -3
  13. data/_includes/head/scripts.html +15 -15
  14. data/_includes/head/styles.html +1 -1
  15. data/_includes/header.txt +1 -1
  16. data/_includes/my-comments.html +24 -0
  17. data/_includes/styles/inline.scss +24 -27
  18. data/_includes/styles/style.scss +27 -30
  19. data/_includes/templates/back.html +1 -1
  20. data/_includes/templates/index.html +2 -2
  21. data/_includes/templates/loading.html +1 -1
  22. data/_includes/templates/{cookies-banner.html → pro/cookies-banner.html} +2 -2
  23. data/_layouts/base.html +4 -4
  24. data/_layouts/compress.html +1 -1
  25. data/_sass/_mixins.scss +23 -12
  26. data/_sass/_syntax.scss +131 -67
  27. data/_sass/_variables.scss +4 -7
  28. data/_sass/hydejack/{__inline → __inline__}/_avatar.scss +1 -1
  29. data/_sass/hydejack/{__inline → __inline__}/_base.scss +2 -2
  30. data/_sass/hydejack/{__inline → __inline__}/_break-layout.scss +1 -1
  31. data/_sass/hydejack/{__inline → __inline__}/_content.scss +2 -2
  32. data/_sass/hydejack/{__inline → __inline__}/_footer.scss +1 -1
  33. data/_sass/hydejack/{__inline → __inline__}/_images.scss +2 -2
  34. data/_sass/hydejack/{__inline → __inline__}/_katex.scss +1 -1
  35. data/_sass/hydejack/{__inline → __inline__}/_links.scss +4 -4
  36. data/_sass/hydejack/{__link → __inline__}/_mark-external.scss +1 -1
  37. data/_sass/hydejack/{__inline → __inline__}/_menu.scss +18 -16
  38. data/_sass/hydejack/{__inline → __inline__}/_sidebar.scss +2 -2
  39. data/_sass/hydejack/{__inline → __inline__}/_social.scss +1 -1
  40. data/_sass/hydejack/{__inline → __inline__}/_utilities.scss +6 -3
  41. data/_sass/hydejack/{__link → __link__}/_avatar.scss +1 -1
  42. data/_sass/hydejack/{__link → __link__}/_base.scss +1 -1
  43. data/_sass/hydejack/{__link → __link__}/_break-layout.scss +1 -1
  44. data/_sass/hydejack/{__link → __link__}/_content.scss +1 -1
  45. data/_sass/hydejack/{__link → __link__}/_footer.scss +2 -2
  46. data/_sass/hydejack/{__link → __link__}/_images.scss +7 -5
  47. data/_sass/hydejack/{__link → __link__}/_katex.scss +6 -11
  48. data/_sass/hydejack/{__link → __link__}/_links.scss +5 -5
  49. data/_sass/hydejack/{__inline → __link__}/_mark-external.scss +1 -1
  50. data/_sass/hydejack/{__link → __link__}/_menu.scss +9 -16
  51. data/_sass/hydejack/{__link → __link__}/_sidebar.scss +1 -2
  52. data/_sass/hydejack/{__link → __link__}/_social.scss +1 -1
  53. data/_sass/hydejack/{__link → __link__}/_utilities.scss +6 -3
  54. data/_sass/hydejack/_base.pre.scss +1 -1
  55. data/_sass/hydejack/_content.pre.scss +1 -1
  56. data/_sass/hydejack/_footer.pre.scss +1 -1
  57. data/_sass/hydejack/_images.pre.scss +6 -4
  58. data/_sass/hydejack/_katex.pre.scss +5 -10
  59. data/_sass/hydejack/_links.pre.scss +4 -4
  60. data/_sass/hydejack/_menu.pre.scss +25 -30
  61. data/_sass/hydejack/_sidebar.pre.scss +1 -2
  62. data/_sass/hydejack/_utilities.pre.scss +5 -2
  63. data/_sass/my-style.scss +9 -0
  64. data/_sass/my-variables.scss +1 -23
  65. data/_sass/pooleparty/{__inline → __inline__}/_base.scss +6 -4
  66. data/_sass/pooleparty/{__inline → __inline__}/_code.scss +1 -1
  67. data/_sass/pooleparty/{__inline → __inline__}/_footer.scss +1 -1
  68. data/_sass/pooleparty/{__inline → __inline__}/_footnotes.scss +1 -1
  69. data/_sass/pooleparty/{__inline → __inline__}/_message.scss +4 -3
  70. data/_sass/pooleparty/{__inline → __inline__}/_pagination.scss +1 -1
  71. data/_sass/pooleparty/{__inline → __inline__}/_posts.scss +2 -2
  72. data/_sass/pooleparty/{__inline → __inline__}/_read-more.scss +1 -1
  73. data/_sass/pooleparty/{__inline → __inline__}/_related.scss +1 -1
  74. data/_sass/pooleparty/{__inline → __inline__}/_table.scss +3 -2
  75. data/_sass/pooleparty/{__inline → __inline__}/_type.scss +10 -6
  76. data/_sass/pooleparty/{__link → __link__}/_base.scss +1 -1
  77. data/_sass/pooleparty/{__link → __link__}/_code.scss +25 -12
  78. data/_sass/pooleparty/{__link → __link__}/_footer.scss +1 -1
  79. data/_sass/pooleparty/{__link → __link__}/_footnotes.scss +7 -6
  80. data/_sass/pooleparty/{__link → __link__}/_message.scss +1 -1
  81. data/_sass/pooleparty/{__link → __link__}/_pagination.scss +9 -6
  82. data/_sass/pooleparty/{__link → __link__}/_posts.scss +2 -2
  83. data/_sass/pooleparty/{__link → __link__}/_read-more.scss +1 -1
  84. data/_sass/pooleparty/{__link → __link__}/_related.scss +1 -1
  85. data/_sass/pooleparty/{__link → __link__}/_table.scss +13 -9
  86. data/_sass/pooleparty/{__link → __link__}/_type.scss +10 -9
  87. data/_sass/pooleparty/_base.pre.scss +5 -3
  88. data/_sass/pooleparty/_code.pre.scss +24 -11
  89. data/_sass/pooleparty/_footnotes.pre.scss +6 -5
  90. data/_sass/pooleparty/_message.pre.scss +3 -2
  91. data/_sass/pooleparty/_pagination.pre.scss +8 -5
  92. data/_sass/pooleparty/_posts.pre.scss +2 -2
  93. data/_sass/pooleparty/_table.pre.scss +14 -9
  94. data/_sass/pooleparty/_type.pre.scss +18 -13
  95. data/assets/css/{hydejack-8.0.0.css → hydejack-8.1.0.css} +0 -0
  96. data/assets/icomoon/fonts/icomoon.eot +0 -0
  97. data/assets/icomoon/fonts/icomoon.svg +3 -0
  98. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  99. data/assets/icomoon/fonts/icomoon.woff +0 -0
  100. data/assets/icomoon/selection.json +91 -10
  101. data/assets/icomoon/style.css +14 -5
  102. data/assets/img/{COLOURlovers.com-Hydejack.png → blog/COLOURlovers.com-Hydejack.png} +0 -0
  103. data/assets/img/blog/blog-layout.jpg +0 -0
  104. data/assets/img/{caleb-george-old.jpg → blog/caleb-george-old.jpg} +0 -0
  105. data/assets/img/{caleb-george.jpg → blog/caleb-george.jpg} +0 -0
  106. data/assets/img/blog/cover-page.jpg +0 -0
  107. data/assets/img/blog/dark-mode.jpg +0 -0
  108. data/assets/img/{example-content-ii.jpg → blog/example-content-ii.jpg} +0 -0
  109. data/assets/img/{example-content-iii.jpg → blog/example-content-iii.jpg} +0 -0
  110. data/assets/img/blog/hydejack-8.png +0 -0
  111. data/assets/img/blog/hydejack-8@0,25x.png +0 -0
  112. data/assets/img/blog/hydejack-8@0,5x.png +0 -0
  113. data/assets/img/blog/lazy-images.jpg +0 -0
  114. data/assets/img/blog/resume.png +0 -0
  115. data/assets/img/blog/w3m.png +0 -0
  116. data/assets/js/hydejack-8.1.0.js +46 -0
  117. data/assets/js/sw.js +3 -3
  118. data/assets/version.json +1 -1
  119. data/assets/video/blog-layout.mp4 +0 -0
  120. data/assets/video/cover-page.mp4 +0 -0
  121. data/assets/video/dark-mode.mp4 +0 -0
  122. data/assets/video/lazy-images.mp4 +0 -0
  123. metadata +72 -76
  124. data/assets/bower_components/fontfaceobserver/test/assets/index.html +0 -8
  125. data/assets/bower_components/fontfaceobserver/test/assets/late.css +0 -1
  126. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.eot +0 -0
  127. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.ttf +0 -0
  128. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.woff +0 -0
  129. data/assets/bower_components/fontfaceobserver/test/assets/subset.eot +0 -0
  130. data/assets/bower_components/fontfaceobserver/test/assets/subset.ttf +0 -0
  131. data/assets/bower_components/fontfaceobserver/test/assets/subset.woff +0 -0
  132. data/assets/bower_components/fontfaceobserver/test/deps.js +0 -5
  133. data/assets/bower_components/fontfaceobserver/test/index.html +0 -97
  134. data/assets/bower_components/fontfaceobserver/test/observer-test.js +0 -465
  135. data/assets/bower_components/fontfaceobserver/test/ruler-test.js +0 -112
  136. data/assets/img/default-1.jpg +0 -0
  137. data/assets/img/hydejack-8.jpg +0 -0
  138. data/assets/img/hydejack-8@0,25x.jpg +0 -0
  139. data/assets/img/hydejack-8@0,5x.jpg +0 -0
  140. data/assets/img/resume.png +0 -0
  141. data/assets/img/w3m.png +0 -0
  142. data/assets/js/hydejack-8.0.0.js +0 -46
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -27,7 +27,7 @@
27
27
  position: relative;
28
28
  margin-left: auto;
29
29
  margin-right: auto;
30
- padding: 5rem $content-padding 12rem;
30
+ padding: 6rem $content-padding 12rem;
31
31
 
32
32
  @media screen {
33
33
  padding-left: $content-padding + .5rem;
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -30,7 +30,7 @@
30
30
  height: 100%;
31
31
  // object-fit: cover;
32
32
  // object-position: center;
33
- background-color: $gray-bg;
33
+ background-color: var(--gray-bg);
34
34
 
35
35
  }
36
36
  }
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -26,12 +26,12 @@ hy-push-state a, .a {
26
26
  position: relative;
27
27
  padding-bottom: .15rem;
28
28
  border-bottom: 1px solid;
29
- // transition: color 500ms, border-color 250ms;
29
+ // transition: color 1s, border-color 250ms;
30
30
 
31
31
 
32
32
  &.no-hover {
33
33
  border-bottom: none;
34
- padding-bottom: none;
34
+ padding-bottom: 0;
35
35
  // transition: none;
36
36
  // &:hover { transition: none; }
37
37
  }
@@ -39,7 +39,7 @@ hy-push-state a, .a {
39
39
 
40
40
  /*
41
41
  img {
42
- background-color: $gray-bg;
42
+ background-color: var(--gray-bg);
43
43
 
44
44
  }
45
45
  */
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -23,38 +23,40 @@
23
23
  // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
24
 
25
25
 
26
- .fixed-top {
26
+ .fixed-common {
27
27
  position: fixed;
28
- top: 0;
29
28
  left: 0;
30
29
  width: 100%;
31
30
  z-index: 2;
32
31
  }
33
32
 
33
+ .fixed-top {
34
+ @extend .fixed-common;
35
+ top: 0;
36
+ }
37
+
38
+ .fixed-bottom {
39
+ @extend .fixed-common;
40
+ bottom: 0;
41
+ }
42
+
34
43
  .navbar > .content {
35
44
  padding-top: 0;
36
45
  padding-bottom: 0;
37
46
  min-height: 0;
38
- height: 0;
39
- color: #bbb;
47
+ color: var(--menu-text);
40
48
  }
41
49
 
42
50
  .nav-btn-bar {
43
- margin-left: -.875rem;
44
- height: 0;
51
+ margin: 0 -1rem 0 -.875rem;
45
52
  }
46
53
 
47
54
  .nav-btn {
48
- display: inline-block;
55
+ background: none;
56
+ border: none;
49
57
  padding: 1.75rem .875rem;
50
- border-bottom: none;
51
- color: #bbb!important;
52
- }
53
-
54
- #_menu {
55
- @media screen and (min-width: $break-point-3) {
56
- display: none;
57
- }
58
+ color: var(--menu-text)!important;
59
+ cursor: pointer;
58
60
  }
59
61
 
60
62
  .animation-main {
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -134,7 +134,7 @@ hy-drawer {
134
134
 
135
135
  a.sidebar-nav-item {
136
136
  display: inline-block;
137
- font-weight: $font-weight-heading;
137
+ font-weight: var(--font-weight-heading);
138
138
  line-height: 1.75;
139
139
  padding: .25rem;
140
140
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -32,11 +32,14 @@
32
32
  .mt4 { margin-top: 4rem }
33
33
  .pb0 { padding-bottom: 0 }
34
34
 
35
- .clearfix, .clearafter::after { @include clearfix(); } // both
36
-
37
35
  .sixteen-nine { @include aspect-ratio(16, 9); }
38
36
 
39
37
  .sr-only {
40
38
  display: none;
41
39
 
42
40
  }
41
+
42
+ .border {
43
+ border: 1px solid var(--border-color);
44
+ // transition: border-color 1s ease;
45
+ }
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -29,7 +29,7 @@ main > footer {
29
29
  left: .5rem;
30
30
  right: 0;
31
31
  padding: 0 1rem;
32
- color: $gray;
32
+ color: var(--text-muted);
33
33
  text-align: center;
34
34
 
35
35
  > p {
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -30,7 +30,7 @@
30
30
  // height: 100%;
31
31
  object-fit: cover;
32
32
  object-position: center;
33
- // background-color: $gray-bg;
33
+ // background-color: var(--gray-bg);
34
34
  background-position: center;
35
35
  background-repeat: no-repeat;
36
36
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTYwIiBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgMTYwIDkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMDQ4ODI4LCAwLCAwLCAwLjA0Nzk5MSwgNTQuOTk5OTczLCAyMC40MjgxNDgpIj4KICAgIDxwYXRoIGQ9Ik05NTkuODg0IDEyOGMwLjA0MCAwLjAzNCAwLjA4MiAwLjA3NiAwLjExNiAwLjExNnY3NjcuNzdjLTAuMDM0IDAuMDQwLTAuMDc2IDAuMDgyLTAuMTE2IDAuMTE2aC04OTUuNzdjLTAuMDQwLTAuMDM0LTAuMDgyLTAuMDc2LTAuMTE0LTAuMTE2di03NjcuNzcyYzAuMDM0LTAuMDQwIDAuMDc2LTAuMDgyIDAuMTE0LTAuMTE0aDg5NS43N3pNOTYwIDY0aC04OTZjLTM1LjIgMC02NCAyOC44LTY0IDY0djc2OGMwIDM1LjIgMjguOCA2NCA2NCA2NGg4OTZjMzUuMiAwIDY0LTI4LjggNjQtNjR2LTc2OGMwLTM1LjItMjguOC02NC02NC02NHYweiIgc3R5bGU9ImZpbGw6IHJnYigyMjEsIDIyMSwgMjIxKTsiLz4KICAgIDxwYXRoIGQ9Ik04MzIgMjg4YzAgNTMuMDIwLTQyLjk4IDk2LTk2IDk2cy05Ni00Mi45OC05Ni05NiA0Mi45OC05NiA5Ni05NiA5NiA0Mi45OCA5NiA5NnoiIHN0eWxlPSJmaWxsOiByZ2IoMjIxLCAyMjEsIDIyMSk7Ii8+CiAgICA8cGF0aCBkPSJNODk2IDgzMmgtNzY4di0xMjhsMjI0LTM4NCAyNTYgMzIwaDY0bDIyNC0xOTJ6IiBzdHlsZT0iZmlsbDogcmdiKDIyMSwgMjIxLCAyMjEpOyIvPgogIDwvZz4KPC9zdmc+');
@@ -44,7 +44,7 @@ hy-img {
44
44
  position: relative;
45
45
 
46
46
  .loading {
47
- background-color: $gray-bg;
47
+ background-color: var(--gray-bg);
48
48
  position: absolute;
49
49
  top: 0;
50
50
  left: 0;
@@ -55,7 +55,7 @@ hy-img {
55
55
  align-items: center;
56
56
 
57
57
  > * {
58
- color: #ddd;
58
+ color: var(--menu-text);
59
59
  font-size: 2rem;
60
60
  }
61
61
  }
@@ -69,7 +69,9 @@ hy-img {
69
69
 
70
70
  figure, .figure {
71
71
  @extend .faded, .fine, .centered;
72
- hy-img, img {
72
+ margin-bottom: 2rem;
73
+
74
+ > *:first-child {
73
75
  margin-bottom: .5rem;
74
76
  }
75
77
  }
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -25,18 +25,13 @@
25
25
 
26
26
  article {
27
27
  .katex-display, div.MathJax_Preview {
28
- /* Prevent code linebreaks and allow side-scrolling (much better readability on mobile) */
29
- overflow-x: auto;
30
- -webkit-overflow-scrolling: touch;
28
+ @extend .pre-base;
29
+ padding: 2rem;
31
30
  text-align: left;
32
-
33
- @include pre(2rem);
34
-
35
- backface-visibility: hidden;
36
31
  }
37
32
 
38
33
  div.MathJax_Preview {
39
- font-family: $code-font-family;
34
+ font-family: var(--code-font-family);
40
35
  font-size: .75em;
41
36
  line-height: 1.45;
42
37
  white-space: pre;
@@ -44,10 +39,10 @@ article {
44
39
  }
45
40
 
46
41
  span.MathJax_Preview {
47
- font-family: $code-font-family;
42
+ font-family: var(--code-font-family);
48
43
  padding: .25em .5em;
49
44
  font-size: .85em;
50
- background-color: $code-bg;
45
+ background-color: var(--code-bg);
51
46
  }
52
47
  }
53
48
 
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -26,17 +26,17 @@ hy-push-state a, .a {
26
26
  // position: relative;
27
27
  // padding-bottom: .15rem;
28
28
  // border-bottom: 1px solid;
29
- transition: color 500ms, border-color 250ms;
29
+ transition: color 1s, border-color 250ms;
30
30
 
31
31
  &:hover {
32
32
  text-decoration: none;
33
- transition: color 500ms, border-color 50ms;
33
+ transition: color 1s, border-color 50ms;
34
34
  }
35
35
 
36
36
 
37
37
  &.no-hover {
38
38
  // border-bottom: none;
39
- // padding-bottom: none;
39
+ // padding-bottom: 0;
40
40
  transition: none;
41
41
  &:hover { transition: none; }
42
42
  }
@@ -44,7 +44,7 @@ hy-push-state a, .a {
44
44
 
45
45
  /*
46
46
  img {
47
- // background-color: $gray-bg;
47
+ // background-color: var(--gray-bg);
48
48
  background-position: center;
49
49
  background-repeat: no-repeat;
50
50
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTYwIiBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgMTYwIDkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMDQ4ODI4LCAwLCAwLCAwLjA0Nzk5MSwgNTQuOTk5OTczLCAyMC40MjgxNDgpIj4KICAgIDxwYXRoIGQ9Ik05NTkuODg0IDEyOGMwLjA0MCAwLjAzNCAwLjA4MiAwLjA3NiAwLjExNiAwLjExNnY3NjcuNzdjLTAuMDM0IDAuMDQwLTAuMDc2IDAuMDgyLTAuMTE2IDAuMTE2aC04OTUuNzdjLTAuMDQwLTAuMDM0LTAuMDgyLTAuMDc2LTAuMTE0LTAuMTE2di03NjcuNzcyYzAuMDM0LTAuMDQwIDAuMDc2LTAuMDgyIDAuMTE0LTAuMTE0aDg5NS43N3pNOTYwIDY0aC04OTZjLTM1LjIgMC02NCAyOC44LTY0IDY0djc2OGMwIDM1LjIgMjguOCA2NCA2NCA2NGg4OTZjMzUuMiAwIDY0LTI4LjggNjQtNjR2LTc2OGMwLTM1LjItMjguOC02NC02NC02NHYweiIgc3R5bGU9ImZpbGw6IHJnYigyMjEsIDIyMSwgMjIxKTsiLz4KICAgIDxwYXRoIGQ9Ik04MzIgMjg4YzAgNTMuMDIwLTQyLjk4IDk2LTk2IDk2cy05Ni00Mi45OC05Ni05NiA0Mi45OC05NiA5Ni05NiA5NiA0Mi45OCA5NiA5NnoiIHN0eWxlPSJmaWxsOiByZ2IoMjIxLCAyMjEsIDIyMSk7Ii8+CiAgICA8cGF0aCBkPSJNODk2IDgzMmgtNzY4di0xMjhsMjI0LTM4NCAyNTYgMzIwaDY0bDIyNC0xOTJ6IiBzdHlsZT0iZmlsbDogcmdiKDIyMSwgMjIxLCAyMjEpOyIvPgogIDwvZz4KPC9zdmc+');
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -26,24 +26,17 @@
26
26
 
27
27
  .navbar {
28
28
  @media print { display: none; }
29
+ .loading { display: none; }
30
+ }
29
31
 
30
- .loading {
31
- display: none;
32
- position: absolute;
33
- top: 0;
34
- right: 0;
35
- padding: 1.75rem 1rem;
36
- }
32
+ #_navbar {
33
+ position: absolute;
34
+ height: 0;
37
35
  }
38
36
 
39
37
  #_cookies-banner {
40
- .nav-btn { padding: 1.75rem 0 }
41
- .nav-btn-bar {
42
- margin-left: 2rem;
43
- @media screen and (min-width: $break-point-3) {
44
- margin: 0;
45
- }
46
- }
47
- @media print { display: none; }
38
+ @extend .color-transition;
39
+ background-color: var(--body-bg);
40
+ border-top: 1px solid var(--border-color);
48
41
  }
49
42