jekyll-theme-hydejack 7.3.0 → 7.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -17
- data/_includes/body.html +1 -0
- data/_includes/body/scripts.html +1 -1
- data/_includes/footer.html +2 -2
- data/_includes/head/meta.html +3 -3
- data/_includes/head/styles.html +1 -1
- data/_includes/header.txt +1 -1
- data/_includes/nav.html +1 -1
- data/_includes/templates.html +15 -0
- data/_layouts/base.html +42 -23
- data/_layouts/compress.html +1 -1
- data/_layouts/not-found.html +2 -0
- data/_sass/_mixins.scss +15 -0
- data/_sass/_spinner.scss +15 -0
- data/_sass/_variables.scss +15 -0
- data/_sass/hydejack/__inline/_avatar.scss +15 -1
- data/_sass/hydejack/__inline/_base.scss +14 -5
- data/_sass/hydejack/__inline/_break-layout.scss +15 -0
- data/_sass/hydejack/__inline/_content.scss +15 -0
- data/_sass/hydejack/__inline/_footer.scss +15 -0
- data/_sass/hydejack/__inline/_katex.scss +15 -0
- data/_sass/hydejack/__inline/_mark-external.scss +15 -0
- data/_sass/hydejack/__inline/_menu.scss +15 -0
- data/_sass/hydejack/__inline/_sidebar.scss +15 -1
- data/_sass/hydejack/__inline/_social.scss +15 -0
- data/_sass/hydejack/__link/_avatar.scss +15 -0
- data/_sass/hydejack/__link/_base.scss +14 -5
- data/_sass/hydejack/__link/_break-layout.scss +15 -0
- data/_sass/hydejack/__link/_content.scss +15 -0
- data/_sass/hydejack/__link/_footer.scss +15 -0
- data/_sass/hydejack/__link/_katex.scss +15 -0
- data/_sass/hydejack/__link/_mark-external.scss +15 -0
- data/_sass/hydejack/__link/_menu.scss +15 -0
- data/_sass/hydejack/__link/_sidebar.scss +15 -1
- data/_sass/hydejack/__link/_social.scss +15 -0
- data/_sass/hydejack/_avatar.pre.scss +15 -1
- data/_sass/hydejack/_base.pre.scss +14 -5
- data/_sass/hydejack/_break-layout.pre.scss +15 -0
- data/_sass/hydejack/_content.pre.scss +15 -0
- data/_sass/hydejack/_footer.pre.scss +15 -0
- data/_sass/hydejack/_katex.pre.scss +15 -0
- data/_sass/hydejack/_mark-external.pre.scss +15 -0
- data/_sass/hydejack/_menu.pre.scss +15 -0
- data/_sass/hydejack/_sidebar.pre.scss +15 -1
- data/_sass/hydejack/_social.pre.scss +15 -0
- data/_sass/pooleparty/__inline/_base.scss +15 -0
- data/_sass/pooleparty/__inline/_code.scss +14 -3
- data/_sass/pooleparty/__inline/_footer.scss +15 -0
- data/_sass/pooleparty/__inline/_footnotes.scss +13 -2
- data/_sass/pooleparty/__inline/_message.scss +13 -3
- data/_sass/pooleparty/__inline/_pagination.scss +13 -3
- data/_sass/pooleparty/__inline/_posts.scss +13 -3
- data/_sass/pooleparty/__inline/_related.scss +14 -1
- data/_sass/pooleparty/__inline/_table.scss +15 -0
- data/_sass/pooleparty/__inline/_type.scss +16 -9
- data/_sass/pooleparty/__link/_base.scss +15 -0
- data/_sass/pooleparty/__link/_code.scss +14 -3
- data/_sass/pooleparty/__link/_footer.scss +15 -0
- data/_sass/pooleparty/__link/_footnotes.scss +13 -2
- data/_sass/pooleparty/__link/_message.scss +13 -3
- data/_sass/pooleparty/__link/_pagination.scss +13 -3
- data/_sass/pooleparty/__link/_posts.scss +13 -3
- data/_sass/pooleparty/__link/_related.scss +14 -1
- data/_sass/pooleparty/__link/_table.scss +15 -0
- data/_sass/pooleparty/__link/_type.scss +14 -2
- data/_sass/pooleparty/_base.pre.scss +15 -0
- data/_sass/pooleparty/_code.pre.scss +14 -3
- data/_sass/pooleparty/_footer.pre.scss +15 -0
- data/_sass/pooleparty/_footnotes.pre.scss +13 -2
- data/_sass/pooleparty/_message.pre.scss +13 -3
- data/_sass/pooleparty/_pagination.pre.scss +13 -3
- data/_sass/pooleparty/_posts.pre.scss +13 -3
- data/_sass/pooleparty/_related.pre.scss +14 -1
- data/_sass/pooleparty/_table.pre.scss +15 -0
- data/_sass/pooleparty/_type.pre.scss +16 -9
- data/assets/css/{hydejack-7.3.0.css → hydejack-7.4.0.css} +0 -0
- data/assets/js/hydejack-7.4.0.js +14 -0
- data/assets/manifest.json +1 -1
- data/assets/version.json +1 -1
- metadata +4 -4
- 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
|
-
|
14
|
-
|
15
|
-
|
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
|
-
|
3
|
-
|
4
|
-
|
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;
|