diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 5f18790..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-indent_size = 4
-indent_style = tab
-insert_final_newline = false
-max_line_length = 120
-
-[*.{css,scss}]
-tab_width = 2
-indent_size = tab
diff --git a/package-lock.json b/package-lock.json
index 73baa18..62279d6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,10 +11,8 @@
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"bootstrap-icons": "^1.13.1",
- "sass": "^1.93.0"
- },
- "devDependencies": {
- "normalize.css": "^8.0.1"
+ "normalize.css": "^8.0.1",
+ "sass": "^1.69.4"
}
},
"node_modules/@11ty/dependency-tree": {
@@ -209,302 +207,6 @@
"node": ">= 8"
}
},
- "node_modules/@parcel/watcher": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
- "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
- "hasInstallScript": true,
- "license": "MIT",
- "optional": true,
- "dependencies": {
- "detect-libc": "^1.0.3",
- "is-glob": "^4.0.3",
- "micromatch": "^4.0.5",
- "node-addon-api": "^7.0.0"
- },
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- },
- "optionalDependencies": {
- "@parcel/watcher-android-arm64": "2.5.1",
- "@parcel/watcher-darwin-arm64": "2.5.1",
- "@parcel/watcher-darwin-x64": "2.5.1",
- "@parcel/watcher-freebsd-x64": "2.5.1",
- "@parcel/watcher-linux-arm-glibc": "2.5.1",
- "@parcel/watcher-linux-arm-musl": "2.5.1",
- "@parcel/watcher-linux-arm64-glibc": "2.5.1",
- "@parcel/watcher-linux-arm64-musl": "2.5.1",
- "@parcel/watcher-linux-x64-glibc": "2.5.1",
- "@parcel/watcher-linux-x64-musl": "2.5.1",
- "@parcel/watcher-win32-arm64": "2.5.1",
- "@parcel/watcher-win32-ia32": "2.5.1",
- "@parcel/watcher-win32-x64": "2.5.1"
- }
- },
- "node_modules/@parcel/watcher-android-arm64": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
- "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-darwin-arm64": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
- "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-darwin-x64": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
- "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-freebsd-x64": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
- "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-arm-glibc": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
- "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
- "cpu": [
- "arm"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-arm-musl": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
- "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
- "cpu": [
- "arm"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-arm64-glibc": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
- "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-arm64-musl": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
- "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-x64-glibc": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
- "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-x64-musl": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
- "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-win32-arm64": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
- "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-win32-ia32": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
- "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
- "cpu": [
- "ia32"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-win32-x64": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
- "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
"node_modules/@sindresorhus/slugify": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz",
@@ -904,19 +606,6 @@
"node": ">= 0.6.0"
}
},
- "node_modules/detect-libc": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
- "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
- "license": "Apache-2.0",
- "optional": true,
- "bin": {
- "detect-libc": "bin/detect-libc.js"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
"node_modules/dev-ip": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz",
@@ -1412,10 +1101,9 @@
}
},
"node_modules/immutable": {
- "version": "5.1.4",
- "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz",
- "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
- "license": "MIT"
+ "version": "4.3.5",
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz",
+ "integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw=="
},
"node_modules/inflight": {
"version": "1.0.6",
@@ -1873,13 +1561,6 @@
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
},
- "node_modules/node-addon-api": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
- "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
- "license": "MIT",
- "optional": true
- },
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
@@ -1892,7 +1573,6 @@
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==",
- "dev": true,
"license": "MIT"
},
"node_modules/nunjucks": {
@@ -2306,13 +1986,12 @@
}
},
"node_modules/sass": {
- "version": "1.93.2",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz",
- "integrity": "sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==",
- "license": "MIT",
+ "version": "1.72.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.72.0.tgz",
+ "integrity": "sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==",
"dependencies": {
- "chokidar": "^4.0.0",
- "immutable": "^5.0.2",
+ "chokidar": ">=3.0.0 <4.0.0",
+ "immutable": "^4.0.0",
"source-map-js": ">=0.6.2 <2.0.0"
},
"bin": {
@@ -2320,37 +1999,6 @@
},
"engines": {
"node": ">=14.0.0"
- },
- "optionalDependencies": {
- "@parcel/watcher": "^2.4.1"
- }
- },
- "node_modules/sass/node_modules/chokidar": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
- "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
- "license": "MIT",
- "dependencies": {
- "readdirp": "^4.0.1"
- },
- "engines": {
- "node": ">= 14.16.0"
- },
- "funding": {
- "url": "https://paulmillr.com/funding/"
- }
- },
- "node_modules/sass/node_modules/readdirp": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
- "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
- "license": "MIT",
- "engines": {
- "node": ">= 14.18.0"
- },
- "funding": {
- "type": "individual",
- "url": "https://paulmillr.com/funding/"
}
},
"node_modules/section-matter": {
diff --git a/package.json b/package.json
index d2759a8..33ebec2 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,6 @@
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"bootstrap-icons": "^1.13.1",
- "sass": "^1.93.0"
+ "sass": "^1.69.4"
}
}
\ No newline at end of file
diff --git a/source/code/hippie/functions.js b/source/code/hippie/functions.js
index ef2e3c7..cdca2f2 100644
--- a/source/code/hippie/functions.js
+++ b/source/code/hippie/functions.js
@@ -11,6 +11,16 @@ function setup() {
console.dir(hippie);
console.groupEnd();
}
+
+ // WANNABE MODULE Mouse over effect
+ // With CSS only
+ if ($('#js_mob').length && viewHover) {
+ $('#js_mob').addClass('mouse_over');
+ }
+ // if (viewHover) {
+ // $('body').prepend('
');
+ // }
+ // With JS
}
// MODULE Scroll navigation
@@ -60,27 +70,6 @@ function HippieScroll($tp, $dn) {
});
}
-function HippieFade(toggleElement, initState) {
- 'use strict';
-
- const fragment = document.createDocumentFragment();
- const overlay = document.createElement('div');
-
- overlay.id = 'mouse-overlay';
-
- if (initState) {
- overlay.classList.add('active');
- }
-
- toggleElement.addEventListener('click', function () {
- overlay.classList.toggle('active');
- });
-
- fragment.appendChild(overlay);
- document.body.style.position = 'relative';
- document.body.prepend(fragment);
-}
-
// MODULE Meta elements
function HippieMeta($ma, $pp) {
'use strict';
diff --git a/source/code/hippie/variables.js b/source/code/hippie/variables.js
index b5d8538..e1f77e7 100644
--- a/source/code/hippie/variables.js
+++ b/source/code/hippie/variables.js
@@ -27,4 +27,4 @@ const flagColors = [
'b7e0f0',
'6bc7d9',
'52bed1'
-];
\ No newline at end of file
+]
\ No newline at end of file
diff --git a/source/screens/demo/components.njk b/source/screens/demo/components.njk
index a6c1bfc..55c9596 100644
--- a/source/screens/demo/components.njk
+++ b/source/screens/demo/components.njk
@@ -80,10 +80,6 @@ tags:
Überschrift 6
Mit Absatz innerhalb von <hgroup>.
-
- Überschrift 1 oder 2
- Mit Absatz innerhalb von <hgroup>.
-
<header>
header.header_page
diff --git a/source/screens/demo/examples/intro.njk b/source/screens/demo/examples/intro.njk
index 1358739..44898cc 100644
--- a/source/screens/demo/examples/intro.njk
+++ b/source/screens/demo/examples/intro.njk
@@ -5,10 +5,20 @@ tags:
---
{% set pageId = "init" %}
-{% set bodyClass = "body_intro" %}
-{% extends "hippie/_app_frame.njk" %}
+{% extends "hippie/_app.njk" %}
{% import "hippie/macros/_placeholder.njk" as ph %}
+{% block title %}
+ {{ title }}
+{% endblock %}
+
+{% block links %}
+
+{% endblock %}
+
+{% block head %}
+ {{ super() }}
+{% endblock %}
{% block body %}
@@ -41,7 +51,7 @@ tags:
This needs to be seen and acknowledged.
So an interaction must be made to continue.
-
+
Hello World!
Only left mouse click or any key
@@ -130,7 +140,7 @@ tags:
.then(showAgreement)
.then(showIdle)
.catch(er => console.error(er))
- .finally(() => {
+ . finally(() => {
console.debug('Init end.', isAgree);
// location = 'demo/examples/ui/new.html';
});
diff --git a/source/screens/demo/examples/ui/index.njk b/source/screens/demo/examples/ui/index.njk
index 6c8d79f..ec107c2 100644
--- a/source/screens/demo/examples/ui/index.njk
+++ b/source/screens/demo/examples/ui/index.njk
@@ -4,10 +4,20 @@ tags:
- demoExample
- index
---
-{% extends "demo/_default.njk" %}
+{% extends "hippie/_app.njk" %}
{% import "hippie/macros/_placeholder.njk" as ph %}
-{% block title %}{{ title }}{% endblock %}
+{% block title %}
+ {{ title }}
+{% endblock %}
+
+{% block links %}
+
+{% endblock %}
+
+{% block head %}
+ {{ super() }}
+{% endblock %}
{% block body %}
diff --git a/source/screens/demo/examples/ui/new.njk b/source/screens/demo/examples/ui/new.njk
index df1f62a..54ddd0b 100755
--- a/source/screens/demo/examples/ui/new.njk
+++ b/source/screens/demo/examples/ui/new.njk
@@ -6,9 +6,21 @@ tags:
{% set pageId = page.fileSlug %}
{% set bodyClass = "body_new" %}
-{% extends "hippie/_app_frame.njk" %}
+{% extends "hippie/_app.njk" %}
{% import "hippie/macros/_header.njk" as header %}
+{% block title %}{{ title }}
+{% endblock %}
+
+{% block links %}
+ {{ super() }}
+
+{% endblock %}
+
+{% block head %}
+ {{ super() }}
+{% endblock %}
+
{% block body %}
{{ header.status(hippie, new) }}
- Bereiche (sections)
+ Bereiche
section
section.overflow>div.float_space_left>img^p+p>br+a.lineLink
@@ -30,7 +30,12 @@ tags:
{{ ph.name() }}
{{ ph.address() }}
{{ ph.phone() }}
{{ ph.email('lineLink') }}
- nav
+ div.space_left_fourth>(hr+p+hr)
+
+
+
Eingerückter Inhalt
+
+
div.overflow>(nav.float_space_left>ul>(li>a.a_button{punkt $})*4+nav>ul>(li>a.a_button_border{stufe $})*4)
- header
header.header_page>h1+p+nav.nav_separate_right>ul>(li>a.a_button{nav $})*4^+nav.nav_right>ul>(li>a.a_button{nav $})*4
-
- Interaktiv (interactive)
- input
@@ -181,9 +182,10 @@ tags:
- form
+
- Gruppierung (grouping)
+ Gruppierung
p
p.txt_right+p.txt_center+p.txt_left
Rechts
@@ -228,13 +230,14 @@ tags:
Kann mehrmals, ohne großen Abstand oberhalb, untereinander stehen.
Überschrift 2
kann das ebenso.
+
hr
hr.space_even_half
hr.hr_dotted.space_even_fourth
ul
- nav>ul.list_link>(li>a)+li>a>img+span
+ ul.list_link>(li>a)+li>a>img+span
- div
- div.space_left_fourth>(hr+p+hr)
-
-
-
Eingerückter Inhalt
-
-
Tabellen
table.table_link>thead>tr>th{ }+th{ab / zy}+th{neu / alt}^^(tbody>tr>td.cell_icon[rowspan="2"]>img[width=16 height=16]^+td.cell_link>a[target=_blank]{name}+a[target=_blank]{url}^+td.cell_date[rowspan="2"]{yyy-mm-dd}^tr>td.cell_text>div.shorten{beschreibung})*2
diff --git a/source/style/demo.scss b/source/style/demo.scss
index 73e17c1..b3d4100 100644
--- a/source/style/demo.scss
+++ b/source/style/demo.scss
@@ -1,16 +1,16 @@
// Start a new project by creating YOUR-PROJECT.scss and _YOUR-CONFIG.scss
// Then import your config and hippie
-// NOTE: No css rules allowed in here
+// NOTE // No css rules allowed in here
// ------------------------------------------------------------------------------
-@use "demo_config";
-@use "hippie-style/hippie";
+@import "demo_config";
+@import "hippie-style/hippie";
// Additional Modules and variables
// in dependency to other basic styles
// could be defined here
// -----------------------------------------------------------------------------
-@use "modules/card/card_module";
-@use "modules/portal/portal_module";
-@use "modules/songbook/songbook_module";
-@use "modules/demo/demo_module";
-// @use "modules/YOUR-MODULE/YOUR-FILES";
+@import "modules/card/card_module";
+@import "modules/portal/portal_module";
+@import "modules/songbook/songbook_module";
+@import "modules/demo/demo_module";
+// @import "modules/YOUR-MODULE/YOUR-FILES";
diff --git a/source/style/demo_basic.scss b/source/style/demo_basic.scss
index 0cb7771..3efdbf1 100644
--- a/source/style/demo_basic.scss
+++ b/source/style/demo_basic.scss
@@ -2,12 +2,12 @@
// Then import your config and hippie
// NOTE // No css rules allowed in here
// ------------------------------------------------------------------------------
-@use "demo_config";
-@use "hippie-style/basic";
+@import "demo_config";
+@import "hippie-style/basic";
// Additional Modules and variables
// in dependency to other basic styles
// could be defined here
// -----------------------------------------------------------------------------
-// @use "modules/YOUR-MODULE/YOUR-FILES";
+// @import "modules/YOUR-MODULE/YOUR-FILES";
diff --git a/source/style/hippie-style b/source/style/hippie-style
index 4e4f881..fb1bd80 160000
--- a/source/style/hippie-style
+++ b/source/style/hippie-style
@@ -1 +1 @@
-Subproject commit 4e4f8814d319c2f2a26a3ae5ab1c812e1aac8483
+Subproject commit fb1bd808a0eac6b1031d1bf9f68487eb257053ff
diff --git a/source/style/modules/card/_card_module.scss b/source/style/modules/card/_card_module.scss
index 5244c7f..36b7424 100644
--- a/source/style/modules/card/_card_module.scss
+++ b/source/style/modules/card/_card_module.scss
@@ -1,5 +1,3 @@
-@use "../../hippie-style/hippie";
-
// Card module styles
// ------------------------------------------------------------------------------
@@ -28,7 +26,7 @@
height: 100vh;
* {
- font-family: hippie.$family_text_card;
+ font-family: $family_text_card;
// text-align: center;
}
@@ -60,14 +58,10 @@
// padding-left: 1em;
// text-indent: -1em;
- &::before {
- content: "*\0000a0"
- }
+ &::before { content: "*\0000a0" }
}
- .decent {
- color: #666
- }
+ .decent { color: #666 }
a {
color: #000;
diff --git a/source/style/modules/demo/_demo_module.scss b/source/style/modules/demo/_demo_module.scss
index f7ab191..0266f6c 100644
--- a/source/style/modules/demo/_demo_module.scss
+++ b/source/style/modules/demo/_demo_module.scss
@@ -1,7 +1,3 @@
-@use "sass:color";
-
-@use "../../hippie-style/hippie";
-
.demo__intro {
@extend .sec_main_center;
@extend .sec_main_status;
@@ -11,7 +7,7 @@
@extend .sec_main_status;
position: relative;
min-height: 50vh;
- border-color: hippie.basic_color(foxtrot);
+ border-color: $foxtrot_color;
h1:first-of-type {
margin-top: 0;
@@ -26,7 +22,7 @@
}
.demo__header {
- padding: hippie.$space_double;
+ padding: $space_double;
nav {
@@ -37,19 +33,19 @@
}
.header_fancy {
- background-color: color.adjust(hippie.basic_color(bravo), $alpha: -0.4);
+ background-color: transparentize($bravo_color, 0.4);
nav {
a {
- background-color: color.adjust(hippie.basic_color(alpha), $alpha: -0.4);
- color: hippie.basic_color(alpha);
+ background-color: transparentize($alpha_color, 0.4);
+ color: $alpha_color;
&:active,
&:focus,
&:hover {
- background-color: rgba(hippie.$color_brightest, 0.2);
- color: hippie.$color_brightest;
+ background-color: rgba($color_brightest, 0.2);
+ color: $color_brightest;
}
}
}
@@ -60,7 +56,7 @@
top: 0;
left: 0;
width: 100%;
- background-color: color.adjust(hippie.basic_color(charlie), $alpha: -0.4);
+ background-color: transparentize($charlie_color, 0.4);
nav {
@@ -69,8 +65,8 @@
&:active,
&:focus,
&:hover {
- background-color: rgba(hippie.$color_brightest, 0.2);
- color: hippie.$color_brightest;
+ background-color: rgba($color_brightest, 0.2);
+ color: $color_brightest;
}
}
}
@@ -79,20 +75,20 @@
.demo__footer {
width: 100%;
// height: 128px;
- padding: hippie.$space_double 0;
- background-color: hippie.$color_dark;
- color: hippie.$color_bright;
+ padding: $space_double 0;
+ background-color: $color_dark;
+ color: $color_bright;
nav {
a {
- color: hippie.$color_brightest;
+ color: $color_brightest;
}
}
}
.demo__sprite_down {
- @include hippie.sprite(hippie.$down);
+ @include sprite($down);
// width: 32px;
// height: 32px;
// background-image: url(../art/sprites.png);
@@ -100,7 +96,7 @@
}
.demo__sprite_up {
- @include hippie.sprite(hippie.$up);
+ @include sprite($up);
// width: 32px;
// height: 64px;
// background-image: url(../art/sprites.png);
@@ -108,7 +104,7 @@
}
.demo__sprite_meta {
- @include hippie.sprite(hippie.$meta);
+ @include sprite($meta);
// width: 32px;
// height: 32px;
// background-image: url(../art/sprites.png);
@@ -124,7 +120,7 @@
min-width: 128px;
min-height: 128px;
border-radius: 50%;
- background-color: hippie.basic_color(delta);
+ background-color: $delta_color;
}
}
@@ -133,123 +129,89 @@
}
.demo__credits {
- margin: hippie.$space_small 0 hippie.$space_basic 0;
+ margin: $space_small 0 $space_basic 0;
}
+.demo__button_32 {
+ width: 32px;
+ height: 32px;
+}
+
+
+
.demo__queries > p {
- padding: hippie.$padding_basic;
+ padding: $padding_basic;
}
.query_phoneUp {
- @include hippie.forPhoneUp {
- background-color: rgba(hippie.$color_text_basic, 0.2)
- }
-;
+ @include forPhoneUp {background-color: rgba($color_text_basic, 0.2)};
}
.query_phoneOnly {
- @include hippie.forPhoneOnly {
- background-color: rgba(hippie.$color_text_basic, 0.2);
- }
+ @include forPhoneOnly { background-color: rgba($color_text_basic, 0.2); }
}
-.query_tabletPortraitOnly {
- @include hippie.forTabletPortraitOnly {
- background-color: rgba(hippie.$color_text_basic, 0.2);
- }
+.query_tabletPortaitOnly {
+ @include forTabletPortraitOnly { background-color: rgba($color_text_basic, 0.2); }
}
.query_tabletPortraitUp {
- @include hippie.forTabletPortraitUp {
- background-color: rgba(hippie.$color_text_basic, 0.2);
- }
+ @include forTabletPortraitUp { background-color: rgba($color_text_basic, 0.2); }
}
.query_tabletLandscapeOnly {
- @include hippie.forTabletLandscapeOnly {
- background-color: rgba(hippie.$color_text_basic, 0.2);
- }
+ @include forTabletLandscapeOnly { background-color: rgba($color_text_basic, 0.2); }
}
.query_tabletLandscapeUp {
- @include hippie.forTabletLandscapeUp {
- background-color: rgba(hippie.$color_text_basic, 0.2);
- }
+ @include forTabletLandscapeUp { background-color: rgba($color_text_basic, 0.2); }
}
.query_desktopOnly {
- @include hippie.forDesktopOnly {
- background-color: rgba(hippie.$color_text_basic, 0.2);
- }
+ @include forDesktopOnly { background-color: rgba($color_text_basic, 0.2); }
}
.query_desktopUp {
- @include hippie.forDesktopUp {
- background-color: rgba(hippie.$color_text_basic, 0.2);
- }
+ @include forDesktopUp { background-color: rgba($color_text_basic, 0.2); }
}
.query_bigDesktopUp {
- @include hippie.forBigDesktopUp {
- background-color: rgba(hippie.$color_text_basic, 0.2);
- }
+ @include forBigDesktopUp { background-color: rgba($color_text_basic, 0.2); }
}
.demo__query_example {
- @include hippie.goingLarge(hippie.$screen_tiny) {
- background-color: hippie.basic_color(alpha);
- }
- @include hippie.goingLarge(hippie.$screen_small) {
- background-color: hippie.basic_color(bravo);
- }
- @include hippie.goingLarge(hippie.$screen_medium) {
- background-color: hippie.basic_color(charlie);
- }
- @include hippie.goingLarge(hippie.$screen_large) {
- background-color: hippie.basic_color(delta);
- }
- @include hippie.goingLarge(hippie.$screen_huge) {
- background-color: hippie.basic_color(echo);
- }
- @include hippie.goingLarge(hippie.$screen_gigantic) {
- background-color: hippie.basic_color(foxtrot);
- }
- margin-bottom: hippie.$space_small;
- padding: hippie.$space_small;
+ @include goingLarge($screen_tiny) {background-color: $alpha_color; }
+ @include goingLarge($screen_small) {background-color: $bravo_color; }
+ @include goingLarge($screen_medium) {background-color: $charlie_color; }
+ @include goingLarge($screen_large) {background-color: $delta_color; }
+ @include goingLarge($screen_huge) {background-color: $echo_color; }
+ @include goingLarge($screen_gigantic) {background-color: $foxtrot_color; }
+ margin-bottom: $space_small;
+ padding: $space_small;
text-align: center;
&:after {
@extend code;
- @include hippie.goingLarge(hippie.$screen_tiny) {
- & {
- content: '768px';
- }
+ @include goingLarge($screen_tiny) {
+ & { content: '768px'; }
}
- @include hippie.goingLarge(hippie.$screen_small) {
- & {
- content: '1024px';
- }
+ @include goingLarge($screen_small) {
+ & { content: '1024px'; }
}
- @include hippie.goingLarge(hippie.$screen_medium) {
- & {
- content: '1280px';
- }
+ @include goingLarge($screen_medium) {
+ & { content: '1280px'; }
}
- @include hippie.goingLarge(hippie.$screen_huge) {
- & {
- content: '1680px';
- }
+ @include goingLarge($screen_huge) {
+ & { content: '1680px'; }
}
- @include hippie.goingLarge(hippie.$screen_gigantic) {
- & {
- content: '1920px';
- }
+ @include goingLarge($screen_gigantic) {
+ & { content: '1920px'; }
}
content: '< 768px';
- padding: hippie.$padding_basic;
- border-radius: hippie.$radius_basic;
- color: hippie.$color_brightest;
- background-color: rgba(hippie.$color_front_basic, 0.2);
+ padding: $padding_basic;
+ border-radius: $radius_basic;
+ color: $color_brightest;
+ background-color: rgba($color_front_basic, 0.2);
}
}
@@ -263,11 +225,11 @@
}
.demo__td_pr {
- padding-right: hippie.$space_double;
+ padding-right: $space_double;
}
.demo__td_pl {
- padding-left: hippie.$space_double;
+ padding-left: $space_double;
}
// Index
@@ -276,7 +238,7 @@
display: flex;
// height: 100%;
align-items: center;
- justify-content: center;
+ justify-content: center;
}
.hello {
@@ -285,6 +247,6 @@
ul {
padding: 1em 5em;
- background-color: hippie.$color_darker;
+ background-color: $color_darker;
}
}
diff --git a/source/style/modules/portal/_portal_module.scss b/source/style/modules/portal/_portal_module.scss
index 6c5fb52..6477b6b 100644
--- a/source/style/modules/portal/_portal_module.scss
+++ b/source/style/modules/portal/_portal_module.scss
@@ -1,9 +1,5 @@
-@use "sass:color";
-
-@use "../../hippie-style/hippie";
-
-$portal_highlight: hippie.$color_highlight_basic;
-$portal_margin: hippie.$space_double;
+$portal_highlight: $color_highlight_basic;
+$portal_margin: $space_double;
$portal_link_size: 128px;
$portal_icon_size: 64px;
@@ -25,7 +21,7 @@ $portal_icon_size: 64px;
padding-left: $portal_margin;
overflow-x: hidden;
overflow-y: auto;
- transition: hippie.$transition_best;
+ transition: $transition_best;
&:hover {
flex: 3;
@@ -70,7 +66,7 @@ $portal_icon_size: 64px;
background-position: center;
&:hover {
- background-color: color.adjust($portal_highlight, $alpha: -0.2);
+ background-color: transparentize($portal_highlight, $amount: 0.2);
border-color: $portal_highlight;
}
diff --git a/source/style/modules/songbook/_songbook_module.scss b/source/style/modules/songbook/_songbook_module.scss
index 46d6bbe..321f8bd 100755
--- a/source/style/modules/songbook/_songbook_module.scss
+++ b/source/style/modules/songbook/_songbook_module.scss
@@ -1,5 +1,3 @@
-@use "../../hippie-style/hippie";
-
.songbook_song {
pre {
@extend .pre_code
@@ -7,16 +5,16 @@
header {
h2 {
- margin-bottom: hippie.$space_basic;
+ margin-bottom: $space_basic;
}
h6 {
- color: hippie.$color_brightest;
+ color: $color_brightest;
}
h2+h6 {
margin-top: 0;
- margin-bottom: hippie.$space_small;
+ margin-bottom: $space_small;
}
}
}
\ No newline at end of file
diff --git a/source/style/modules/ui/_form_module.scss b/source/style/modules/ui/_form_module.scss
index a826693..dac2760 100644
--- a/source/style/modules/ui/_form_module.scss
+++ b/source/style/modules/ui/_form_module.scss
@@ -1,11 +1,9 @@
-@use "../../hippie-style/hippie";
-
#grid {
display: grid;
gap: 8px;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: minmax(64px, auto);
- margin-inline: hippie.$space_small;
+ margin-inline: $space_small;
}
#grid>div {
diff --git a/source/style/modules/ui/_frame_module.scss b/source/style/modules/ui/_frame_module.scss
index 91182ad..a8e804d 100755
--- a/source/style/modules/ui/_frame_module.scss
+++ b/source/style/modules/ui/_frame_module.scss
@@ -1,7 +1,3 @@
-@use "sass:color";
-
-@use "../../hippie-style/hippie";
-
@mixin nav-spacer($name, $size, $orientation) {
.spacer.#{$name} {
width: $size;
@@ -11,7 +7,7 @@
.body_frame {
@extend %flex-column;
- background-color: hippie.$color_back_basic;
+ background-color: $color_back_basic;
position: relative;
height: 100%;
@@ -22,7 +18,7 @@
border: 1px solid transparent;
}
- & > header {
+ &>header {
background-color: rgba(0, 0, 0, .1);
}
@@ -37,18 +33,18 @@
section {
- & > header,
- & > footer {
- background-color: color.adjust(hippie.$color_back_io, $alpha: -.5);
+ &>header,
+ &>footer {
+ background-color: transparentize($color_back_io, .5);
&:hover {
- background-color: hippie.$color_back_io;
+ background-color: $color_back_io;
}
}
}
section,
- section > div {
+ section>div {
flex: 1;
}
@@ -86,51 +82,53 @@
textarea {
resize: none;
max-height: 128px;
- margin: hippie.$margin_io;
+ margin: $margin_io;
border: 0;
- padding: hippie.$space_half;
- // color: hippie.$color_text_io;
+ padding: $space_half;
+ // color: $color_text_io;
color: white;
- // background-color: hippie.$color_back_io;
+ // background-color: $color_back_io;
background-color: transparent;
line-height: 1.2;
}
}
-#content {
- background-color: hippie.$color_back_io;
- & > table {
+#content {
+ background-color: $color_back_io;
+
+ &>table {
width: 100%;
margin: 0;
border: 0;
tr:hover td {
- background-color: hippie.$color_highlight_basic;
+ background-color: $color_highlight_basic;
}
th {
- border: 1px solid hippie.$color_border_io;
+ border: 1px solid $color_border_io;
}
td {
border-width: 0 1px;
border-style: solid;
- border-color: hippie.$color_border_io;
+ border-color: $color_border_io;
}
}
}
+
.io {
.spacer {
margin: 0;
- border: hippie.$border_dotted;
+ border: $border_dotted;
padding: 0;
opacity: .25;
}
- @include nav-spacer('a', hippie.$space_double, false);
- @include nav-spacer('b', hippie.$space_small, false);
+ @include nav-spacer('a', $space_double, false);
+ @include nav-spacer('b', $space_small, false);
}
\ No newline at end of file
diff --git a/source/style/modules/ui/_new_module.scss b/source/style/modules/ui/_new_module.scss
index 4e36346..42946e2 100755
--- a/source/style/modules/ui/_new_module.scss
+++ b/source/style/modules/ui/_new_module.scss
@@ -1,17 +1,13 @@
-@use "sass:color";
-
-@use "../../hippie-style/hippie";
-
$module_top_height: 32px;
-$body_top_space: $module_top_height + hippie.$space_basic;
+$body_top_space: $module_top_height + $space_basic;
.body_new {
@extend %flex-column;
- padding: $body_top_space hippie.$space_basic hippie.$space_basic;
+ padding: $body_top_space $space_basic $space_basic;
}
.area {
- transition: hippie.$transition_best;
+ transition: $transition_best;
&:hover {
background-color: #999;
@@ -30,13 +26,13 @@ $body_top_space: $module_top_height + hippie.$space_basic;
.item {
// height: unset;
- border-color: color.scale(hippie.$color_back_basic, $lightness: -4%);
+ border-color: darken($color_back_basic, $color_diff_tiny);
border-style: dotted;
- border-width: hippie.$width_border_8;
- border-radius: hippie.$width_border_8;
- padding: hippie.$space_basic;
- background-color: rgb(hippie.$color_back_basic, .5);
- // background-color: lighten(hippie.$color_back_basic, hippie.$color_diff_tiny);
+ border-width: $width_border_8;
+ border-radius: $width_border_8;
+ padding: $space_basic;
+ background-color: rgb($color_back_basic, .5);
+ // background-color: lighten($color_back_basic, $color_diff_tiny);
// background-color: gold;
}
@@ -52,7 +48,7 @@ $body_top_space: $module_top_height + hippie.$space_basic;
width: 100%;
height: $module_top_height;
background-color: rgb(0, 0, 0, .8);
- z-index: hippie.$z_top;
+ z-index: $z_top;
div:last-child {
flex: 1;
diff --git a/source/style/ui.scss b/source/style/ui.scss
index 4a1e6c8..5a4998b 100644
--- a/source/style/ui.scss
+++ b/source/style/ui.scss
@@ -1,24 +1,16 @@
@use "sass:map";
-@use "demo_config";
-@use "hippie-style/hippie";
+@import "demo_config";
+@import "hippie-style/hippie";
-@use "modules/ui/frame_module";
-@use "modules/ui/new_module";
-@use "modules/ui/drag_module";
-@use "modules/ui/form_module";
-@use "modules/ui/game_module";
-@use "modules/ui/gallery_module";
-
-$color_gui_back: hippie.$color_dark;
-$space_gui_half: hippie.$space_half;
+$color_gui_back: $color_dark;
.op_show {
- transition: hippie.$transition_show;
+ transition: $transition_show;
}
.op_hide {
- transition: hippie.$transition_hide;
+ transition: $transition_hide;
}
.html_ui {
@@ -30,10 +22,6 @@ $space_gui_half: hippie.$space_half;
}
}
-.body_intro {
- background-color: black;
-}
-
.step {
@extend %full_parent;
}
@@ -54,11 +42,11 @@ $space_gui_half: hippie.$space_half;
#wrap {
flex: 1;
- background-color: hippie.$color_back_basic;
+ background-color: $color_back_basic;
}
#progress {
- width: 0;
+ width: 0%;
height: 100%;
background-color: black;
}
@@ -72,9 +60,9 @@ $space_gui_half: hippie.$space_half;
flex-shrink: 0;
justify-content: center;
align-items: center;
- margin-inline: $space_gui_half;
- padding-block: calc($space_gui_half - 1px) $space_gui_half;
- line-height: hippie.$line_basic;
+ margin-inline: $space_half;
+ padding-block: calc($space_half - 1px) $space_half;
+ line-height: $line_basic;
text-align: center;
}
@@ -86,7 +74,7 @@ $space_gui_half: hippie.$space_half;
#spinner {
width: 2.5em;
- background-color: hippie.$color_back_basic;
+ background-color: $color_back_basic;
color: black;
span {
@@ -105,7 +93,7 @@ $space_gui_half: hippie.$space_half;
}
#intro {
- z-index: map.get(hippie.$z-indexes, "content-top");
+ z-index: map.get($z-indexes, "content-top");
overflow: hidden;
display: flex;
flex-direction: column;
@@ -131,8 +119,8 @@ $space_gui_half: hippie.$space_half;
}
*+h1 {
- margin-top: hippie.$space_small;
- margin-bottom: hippie.$space_large;
+ margin-top: $space_small;
+ margin-bottom: $space_large;
}
}
@@ -142,7 +130,7 @@ $space_gui_half: hippie.$space_half;
li {
list-style: none;
- padding-inline: hippie.$space_double;
+ padding-inline: $space_double;
}
}
@@ -156,44 +144,49 @@ $space_gui_half: hippie.$space_half;
#agreement {
flex-direction: column;
- background-color: map.get(hippie.$color_palette, bravo);
+ background-color: $bravo_color;
user-select: none;
h1 {
margin-top: 0;
- color: hippie.$color_brightest;
+ color: $color_brightest;
}
}
#idle {
- background-color: hippie.$color_back_basic;
+ background-color: $color_back_basic;
transition: background-color 4s;
- &:hover>.mouse-overlay {
+ &:hover>.mouse_over {
background-color: transparent !important;
- transition: background-color hippie.$duration_basic hippie.$timing_basic 0s !important;
+ transition: background-color $duration_basic $timing_basic 0s !important;
}
}
.toast {
- z-index: map.get(hippie.$z-indexes, "toast");
+ z-index: map.get($z-indexes, "toast");
position: fixed;
- right: $space_gui_half;
- bottom: hippie.$space_double;
+ right: $space_half;
+ bottom: $space_double;
p {
color: white;
}
kbd {
- border-color: hippie.$color_brighter;
- color: hippie.$color_back_io;
+ border-color: $color_brighter;
+ color: $color_back_io;
}
}
.hello {
flex: 0 1 auto;
padding: 1em 2em;
- background-color: rgba(hippie.$color_bright, .5);
- font-family: hippie.$family_text_mono;
+ background-color: rgba($color_bright, .5);
+ font-family: $family_text_mono;
}
+
+@import "modules/ui/frame_module";
+@import "modules/ui/new_module";
+@import "modules/ui/drag_module";
+@import "modules/ui/form_module";
\ No newline at end of file
diff --git a/source/templates/hippie/_app_frame.njk b/source/templates/hippie/_app_frame.njk
index 35ddd64..19a7504 100755
--- a/source/templates/hippie/_app_frame.njk
+++ b/source/templates/hippie/_app_frame.njk
@@ -6,8 +6,6 @@
{{ super() }}
{% endblock %}
-{% block title %}{{ title }}{% endblock %}
-
{% block links %}
{{ super() }}
diff --git a/source/templates/hippie/_main.njk b/source/templates/hippie/_main.njk
index ede46e3..443b555 100644
--- a/source/templates/hippie/_main.njk
+++ b/source/templates/hippie/_main.njk
@@ -28,6 +28,7 @@
{{ log.log('BODY start') }}
+ {% include "hippie/partials/_body_hover.njk" %}
{% include "hippie/partials/_body_nav.njk" %}
{% include "hippie/partials/_header.njk" %}
@@ -53,10 +54,6 @@
let scrollUi = new HippieScroll($('.js_scrolltop'), $('.js_scrolldown'));
let helpUi = new HippieMeta($('.js_showmeta'), $('.js_pop'));
- if (viewHover) {
- let fadeUi = new HippieFade(document.getElementById('js-toggle-fade'), true);
- }
-
document.addEventListener('scroll', () => {
scrollUi.check();
});
diff --git a/source/templates/hippie/partials/_body_hover.njk b/source/templates/hippie/partials/_body_hover.njk
new file mode 100644
index 0000000..08311a3
--- /dev/null
+++ b/source/templates/hippie/partials/_body_hover.njk
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/source/templates/hippie/partials/_body_nav.njk b/source/templates/hippie/partials/_body_nav.njk
index 870d2a6..632054f 100644
--- a/source/templates/hippie/partials/_body_nav.njk
+++ b/source/templates/hippie/partials/_body_nav.njk
@@ -1,33 +1,28 @@
{#
?