From bda3a75cfd92ddb83e9aea2ba33d56b625a4fddb Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 27 Nov 2021 17:42:38 +0100 Subject: Re-implement Navigation Section --- css/xengineering_nav_main.css | 104 ++++++++++++++++++++++++++++++++++++++++++ html/test_nav_main.html | 31 ++++++++++++- html/test_simple.html | 4 ++ 3 files changed, 138 insertions(+), 1 deletion(-) create mode 100644 css/xengineering_nav_main.css diff --git a/css/xengineering_nav_main.css b/css/xengineering_nav_main.css new file mode 100644 index 0000000..ac0ebe1 --- /dev/null +++ b/css/xengineering_nav_main.css @@ -0,0 +1,104 @@ +/* +vim: shiftwidth=2 tabstop=2 expandtab + +libweb - reusable code for websites + + Copyright (C) 2021 xengineering + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +contact via mail: me@xengineering.eu +*/ + +/***************************** DEFAULT / MOBILE *******************************/ + +nav { + background-color: var(--background-color-dark); +} + +#menu-button { + width: 100%; + padding-top: 1em; + padding-bottom: 1em; + margin: 0; + text-align: center; + color: var(--font-color-light); + background-color: var(--background-color-dark); +} + +.menu-anchor { + padding-top: 1em; + padding-bottom: 1em; + padding-left: 0; + padding-right: 0; + margin: 0; + text-align: center; + color: var(--font-color-light); + background-color: var(--background-color-dark); +} + +/******************************************************************************/ + + + +/********************************** TABLET ************************************/ + +@media only screen and (min-aspect-ratio: 11/12) { + +} + +/******************************************************************************/ + + + +/********************************* DESKTOP ************************************/ + +@media only screen and (min-aspect-ratio: 14/9) { + +nav { + display: inline-block; + height: 100%; + width: 15vw; + position: fixed; + margin 0; + padding 0; +} + +#menu-button { + display: none; +} + +.menu-anchor { + text-align: left; + padding-left: 1em; + padding-right: 1em; +} + +.menu-anchor:hover { + color: black; + background-color: lightgray; +} + +main { + width: auto; + margin: 0; + margin-left: 15vw; + padding: 0; + padding-left: 15vw; + padding-right: 15vw; +} + +} + +/******************************************************************************/ diff --git a/html/test_nav_main.html b/html/test_nav_main.html index 8a6cd7d..1b99eca 100644 --- a/html/test_nav_main.html +++ b/html/test_nav_main.html @@ -32,6 +32,7 @@ contact via mail: me@xengineering.eu + @@ -40,6 +41,8 @@ contact via mail: me@xengineering.eu
@@ -136,7 +139,33 @@ echo "I am $(whoami)" -
+
+

This is a Card

+

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed + diam nonumy eirmod tempor invidunt ut labore et dolore magna + aliquyam erat, sed diam voluptua. At vero eos et accusam et + justo duo dolores et ea rebum. Stet clita kasd gubergren, no + sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem + ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna + aliquyam erat, sed diam voluptua. At vero eos et accusam et + justo duo dolores et ea rebum. Stet clita kasd gubergren, no + sea takimata sanctus est Lorem ipsum dolor sit amet.

+

This is a Card

+

Lorem ipsum dolor sit amet, + consetetur sadipscing elitr, sed diam nonumy eirmod tempor + invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea + rebum. Stet clita kasd gubergren, no sea takimata sanctus est + Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, + consetetur sadipscing elitr, sed diam nonumy eirmod tempor + invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea + rebum. Stet clita kasd gubergren, no sea takimata sanctus est + Lorem ipsum dolor sit amet.

+
+ +
diff --git a/html/test_simple.html b/html/test_simple.html index f771b29..3791429 100644 --- a/html/test_simple.html +++ b/html/test_simple.html @@ -37,6 +37,8 @@ contact via mail: me@xengineering.eu +
+

A simple Test Page

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam @@ -165,6 +167,8 @@ echo "I am $(whoami)"

+ +
-- cgit v1.2.3-70-g09d2