jekyll-theme-hydejack 7.3.0 → 7.4.0

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.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -17
  3. data/_includes/body.html +1 -0
  4. data/_includes/body/scripts.html +1 -1
  5. data/_includes/footer.html +2 -2
  6. data/_includes/head/meta.html +3 -3
  7. data/_includes/head/styles.html +1 -1
  8. data/_includes/header.txt +1 -1
  9. data/_includes/nav.html +1 -1
  10. data/_includes/templates.html +15 -0
  11. data/_layouts/base.html +42 -23
  12. data/_layouts/compress.html +1 -1
  13. data/_layouts/not-found.html +2 -0
  14. data/_sass/_mixins.scss +15 -0
  15. data/_sass/_spinner.scss +15 -0
  16. data/_sass/_variables.scss +15 -0
  17. data/_sass/hydejack/__inline/_avatar.scss +15 -1
  18. data/_sass/hydejack/__inline/_base.scss +14 -5
  19. data/_sass/hydejack/__inline/_break-layout.scss +15 -0
  20. data/_sass/hydejack/__inline/_content.scss +15 -0
  21. data/_sass/hydejack/__inline/_footer.scss +15 -0
  22. data/_sass/hydejack/__inline/_katex.scss +15 -0
  23. data/_sass/hydejack/__inline/_mark-external.scss +15 -0
  24. data/_sass/hydejack/__inline/_menu.scss +15 -0
  25. data/_sass/hydejack/__inline/_sidebar.scss +15 -1
  26. data/_sass/hydejack/__inline/_social.scss +15 -0
  27. data/_sass/hydejack/__link/_avatar.scss +15 -0
  28. data/_sass/hydejack/__link/_base.scss +14 -5
  29. data/_sass/hydejack/__link/_break-layout.scss +15 -0
  30. data/_sass/hydejack/__link/_content.scss +15 -0
  31. data/_sass/hydejack/__link/_footer.scss +15 -0
  32. data/_sass/hydejack/__link/_katex.scss +15 -0
  33. data/_sass/hydejack/__link/_mark-external.scss +15 -0
  34. data/_sass/hydejack/__link/_menu.scss +15 -0
  35. data/_sass/hydejack/__link/_sidebar.scss +15 -1
  36. data/_sass/hydejack/__link/_social.scss +15 -0
  37. data/_sass/hydejack/_avatar.pre.scss +15 -1
  38. data/_sass/hydejack/_base.pre.scss +14 -5
  39. data/_sass/hydejack/_break-layout.pre.scss +15 -0
  40. data/_sass/hydejack/_content.pre.scss +15 -0
  41. data/_sass/hydejack/_footer.pre.scss +15 -0
  42. data/_sass/hydejack/_katex.pre.scss +15 -0
  43. data/_sass/hydejack/_mark-external.pre.scss +15 -0
  44. data/_sass/hydejack/_menu.pre.scss +15 -0
  45. data/_sass/hydejack/_sidebar.pre.scss +15 -1
  46. data/_sass/hydejack/_social.pre.scss +15 -0
  47. data/_sass/pooleparty/__inline/_base.scss +15 -0
  48. data/_sass/pooleparty/__inline/_code.scss +14 -3
  49. data/_sass/pooleparty/__inline/_footer.scss +15 -0
  50. data/_sass/pooleparty/__inline/_footnotes.scss +13 -2
  51. data/_sass/pooleparty/__inline/_message.scss +13 -3
  52. data/_sass/pooleparty/__inline/_pagination.scss +13 -3
  53. data/_sass/pooleparty/__inline/_posts.scss +13 -3
  54. data/_sass/pooleparty/__inline/_related.scss +14 -1
  55. data/_sass/pooleparty/__inline/_table.scss +15 -0
  56. data/_sass/pooleparty/__inline/_type.scss +16 -9
  57. data/_sass/pooleparty/__link/_base.scss +15 -0
  58. data/_sass/pooleparty/__link/_code.scss +14 -3
  59. data/_sass/pooleparty/__link/_footer.scss +15 -0
  60. data/_sass/pooleparty/__link/_footnotes.scss +13 -2
  61. data/_sass/pooleparty/__link/_message.scss +13 -3
  62. data/_sass/pooleparty/__link/_pagination.scss +13 -3
  63. data/_sass/pooleparty/__link/_posts.scss +13 -3
  64. data/_sass/pooleparty/__link/_related.scss +14 -1
  65. data/_sass/pooleparty/__link/_table.scss +15 -0
  66. data/_sass/pooleparty/__link/_type.scss +14 -2
  67. data/_sass/pooleparty/_base.pre.scss +15 -0
  68. data/_sass/pooleparty/_code.pre.scss +14 -3
  69. data/_sass/pooleparty/_footer.pre.scss +15 -0
  70. data/_sass/pooleparty/_footnotes.pre.scss +13 -2
  71. data/_sass/pooleparty/_message.pre.scss +13 -3
  72. data/_sass/pooleparty/_pagination.pre.scss +13 -3
  73. data/_sass/pooleparty/_posts.pre.scss +13 -3
  74. data/_sass/pooleparty/_related.pre.scss +14 -1
  75. data/_sass/pooleparty/_table.pre.scss +15 -0
  76. data/_sass/pooleparty/_type.pre.scss +16 -9
  77. data/assets/css/{hydejack-7.3.0.css → hydejack-7.4.0.css} +0 -0
  78. data/assets/js/hydejack-7.4.0.js +14 -0
  79. data/assets/manifest.json +1 -1
  80. data/assets/version.json +1 -1
  81. metadata +4 -4
  82. data/assets/js/hydejack-7.3.0.js +0 -14
@@ -9,4 +9,19 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
 
@@ -9,6 +9,21 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
  // <<< link
13
28
  @media screen {
14
29
  a[href*="//"]:not(.no-mark-external), , a.external:not(.no-mark-external), a.no-push-state:not(.no-mark-external) {
@@ -9,6 +9,21 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
 
13
28
  .fixed-top {
14
29
  position: fixed;
@@ -9,10 +9,24 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
  .sidebar {
13
28
  color: rgba(255,255,255,.75);
14
29
  text-align: left;
15
- // Sidebar links
16
30
  a {
17
31
  color: #fff;
18
32
  border-bottom-color: rgba(255, 255, 255, 0.2);
@@ -9,6 +9,21 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
 
13
28
  .sidebar-social {
14
29
  margin-bottom: .5rem;
@@ -9,6 +9,21 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
  .avatar {
13
28
 
14
29
  position: relative;
@@ -9,11 +9,20 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
- /*
13
- * Global resets
14
- *
15
- * Update the foundational and global aspects of the page.
16
- */
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
17
26
 
18
27
 
19
28
  body {
@@ -9,6 +9,21 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
 
13
28
  pre, table:not(.highlight), .katex-display, .break-layout {
14
29
  @media screen {
@@ -9,4 +9,19 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
 
@@ -9,6 +9,21 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
 
13
28
  main > footer {
14
29
  position: absolute;
@@ -9,6 +9,21 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
 
13
28
  article {
14
29
  .katex-display, div.MathJax_Preview {
@@ -9,6 +9,21 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
  // <<< link
13
28
  @media screen {
14
29
  a[href*="//"]:not(.no-mark-external), , a.external:not(.no-mark-external), a.no-push-state:not(.no-mark-external) {
@@ -9,6 +9,21 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
 
13
28
 
14
29
 
@@ -9,10 +9,24 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
  .sidebar {
13
28
  // color: rgba(255,255,255,.75);
14
29
  // text-align: left;
15
- // Sidebar links
16
30
  a {
17
31
  // color: #fff;
18
32
  // border-bottom-color: rgba(255, 255, 255, 0.2);
@@ -9,4 +9,19 @@
9
9
  * to continuosly rebuild this file.
10
10
  */
11
11
 
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
+ //
14
+ // This program is free software: you can redistribute it and/or modify
15
+ // it under the terms of the GNU General Public License as published by
16
+ // the Free Software Foundation, either version 3 of the License, or
17
+ // (at your option) any later version.
18
+ //
19
+ // This program is distributed in the hope that it will be useful,
20
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ // GNU General Public License for more details.
23
+ //
24
+ // You should have received a copy of the GNU General Public License
25
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
26
+
12
27
 
@@ -1,9 +1,23 @@
1
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
2
+ //
3
+ // This program is free software: you can redistribute it and/or modify
4
+ // it under the terms of the GNU General Public License as published by
5
+ // the Free Software Foundation, either version 3 of the License, or
6
+ // (at your option) any later version.
7
+ //
8
+ // This program is distributed in the hope that it will be useful,
9
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ // GNU General Public License for more details.
12
+ //
13
+ // You should have received a copy of the GNU General Public License
14
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+
1
16
  .avatar {
2
17
  // <<< inline
3
18
  float: right;
4
19
  width: 6.5rem;
5
20
  height: 6.5rem;
6
- margin: 0 0 .5rem 1rem;
7
21
  border-radius: 100%;
8
22
  // >>>
9
23
  position: relative; // link
@@ -1,8 +1,17 @@
1
- /*
2
- * Global resets
3
- *
4
- * Update the foundational and global aspects of the page.
5
- */
1
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
2
+ //
3
+ // This program is free software: you can redistribute it and/or modify
4
+ // it under the terms of the GNU General Public License as published by
5
+ // the Free Software Foundation, either version 3 of the License, or
6
+ // (at your option) any later version.
7
+ //
8
+ // This program is distributed in the hope that it will be useful,
9
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ // GNU General Public License for more details.
12
+ //
13
+ // You should have received a copy of the GNU General Public License
14
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
6
15
 
7
16
  // <<<<< LINK
8
17
  body {
@@ -1,3 +1,18 @@
1
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
2
+ //
3
+ // This program is free software: you can redistribute it and/or modify
4
+ // it under the terms of the GNU General Public License as published by
5
+ // the Free Software Foundation, either version 3 of the License, or
6
+ // (at your option) any later version.
7
+ //
8
+ // This program is distributed in the hope that it will be useful,
9
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ // GNU General Public License for more details.
12
+ //
13
+ // You should have received a copy of the GNU General Public License
14
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+
1
16
  // <<<<< LINK
2
17
  pre, table:not(.highlight), .katex-display, .break-layout {
3
18
  @media screen {
@@ -1,3 +1,18 @@
1
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
2
+ //
3
+ // This program is free software: you can redistribute it and/or modify
4
+ // it under the terms of the GNU General Public License as published by
5
+ // the Free Software Foundation, either version 3 of the License, or
6
+ // (at your option) any later version.
7
+ //
8
+ // This program is distributed in the hope that it will be useful,
9
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ // GNU General Public License for more details.
12
+ //
13
+ // You should have received a copy of the GNU General Public License
14
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+
1
16
  // <<<<< INLINE
2
17
  .content {
3
18
  position: relative;
@@ -1,3 +1,18 @@
1
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
2
+ //
3
+ // This program is free software: you can redistribute it and/or modify
4
+ // it under the terms of the GNU General Public License as published by
5
+ // the Free Software Foundation, either version 3 of the License, or
6
+ // (at your option) any later version.
7
+ //
8
+ // This program is distributed in the hope that it will be useful,
9
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ // GNU General Public License for more details.
12
+ //
13
+ // You should have received a copy of the GNU General Public License
14
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+
1
16
  // <<<<< LINK
2
17
  main > footer {
3
18
  position: absolute;