FInalized Menu. Added first static Page...

This commit is contained in:
schnulller
2022-05-16 00:46:08 +02:00
parent c0ff6cea2d
commit d3d3d39bd0
18 changed files with 421 additions and 103 deletions

View File

@@ -475,7 +475,7 @@ body {
line-height: 1.5rem;
}
@media (min-width: 1190px) {
@media (min-width: 1440px) {
body {
font-size: 1.125rem;
line-height: 1.75rem;
@@ -515,7 +515,7 @@ body {
}
.ha-topnav a {
margin-right: 1.25rem;
margin-right: 1.5rem;
display: none;
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity));
@@ -534,10 +534,14 @@ body {
@media (min-width: 1680px) {
.ha-topnav a {
margin-right: 1.5rem;
margin-right: 1.75rem;
}
}
.ha-topnav a:last-child {
margin-right: 0px;
}
.ha-topnav-dropdown {
display: none;
}
@@ -559,7 +563,7 @@ body {
margin-right: 1.5rem;
display: none;
min-width: 130px;
border-bottom-width: 2px;
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(156 163 175 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
@@ -594,25 +598,135 @@ body {
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
/* TODO INLINE .ha-container {
@apply max-w-[1280px]
}
.ha-footer {
margin-left: auto;
margin-right: auto;
margin-top: 1rem;
height: 100%;
width: 100%;
--tw-bg-opacity: 1;
background-color: rgb(248 250 252 / var(--tw-bg-opacity));
padding: 0.5rem;
text-align: right;
font-family: Libertine, serif;
font-size: 1.125rem;
line-height: 1.75rem;
}
@media (min-width: 1024px) {
.ha-footer {
padding: 1rem;
}
}
@media (min-width: 1190px) {
.ha-footer {
max-width: 1190px;
padding: 2rem;
}
}
.ha-footer a {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted;
}
.ha-footer a:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
-webkit-text-decoration-style: solid;
text-decoration-style: solid;
}
/* TODO INLINE
.ha-maincolumn {
@apply bg-slate-50 mx-auto p-2 md:p-4 desktop:px-16 desktop:py-12 xl:pr-80 text-lg font-serif
}
p {
@apply my-3
}
h1 {
@apply font-bold text-xl 2xl:font-normal 2xl:text-4xl
}
h2 {
@apply text-lg 2xl:text-2xl
} */
} */
.ha-static {
width: 100%;
--tw-bg-opacity: 1;
background-color: rgb(248 250 252 / var(--tw-bg-opacity));
padding-top: 3rem;
padding-bottom: 3rem;
padding-left: 4rem;
padding-right: 4rem;
font-family: Libertine, serif;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
@media (min-width: 1024px) {
.ha-static {
padding-right: 20rem;
}
}
.ha-static h1 {
margin-bottom: 1rem;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
}
@media (min-width: 1680px) {
.ha-static h1 {
font-size: 2.25rem;
line-height: 2.5rem;
font-weight: 400;
}
}
.ha-static h2 {
margin-bottom: 0.75rem;
margin-top: 1rem;
font-size: 1.125rem;
line-height: 1.75rem;
}
@media (min-width: 1680px) {
.ha-static h2 {
font-size: 1.5rem;
line-height: 2rem;
}
}
.ha-static h3 {
margin-bottom: 0.75rem;
margin-top: 1rem;
font-style: italic;
--tw-text-opacity: 1;
color: rgb(216 0 0 / var(--tw-text-opacity));
}
.ha-static table {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
width: 100%;
}
.ha-static p {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.ha-static a {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted;
}
.ha-static a:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
-webkit-text-decoration-style: solid;
text-decoration-style: solid;
}
/* Classes from .NET */
@@ -742,6 +856,10 @@ body {
}
}
.pointer-events-none {
pointer-events: none;
}
.static {
position: static;
}
@@ -764,6 +882,10 @@ body {
margin-right: 0.5rem;
}
.\!mr-0 {
margin-right: 0px !important;
}
.inline-block {
display: inline-block;
}
@@ -772,10 +894,18 @@ body {
display: flex;
}
.table {
display: table;
}
.hidden {
display: none;
}
.h-full {
height: 100%;
}
.h-8 {
height: 2rem;
}
@@ -816,6 +946,18 @@ body {
flex-wrap: wrap;
}
.overflow-hidden {
overflow: hidden;
}
.text-ellipsis {
text-overflow: ellipsis;
}
.whitespace-nowrap {
white-space: nowrap;
}
.border {
border-width: 1px;
}
@@ -998,6 +1140,11 @@ body {
font-style: normal;
}
* {
-webkit-text-decoration-skip-ink: all;
text-decoration-skip-ink: all;
}
body {
background-image:url('../img/subtlenet2.png');
background-repeat:repeat;
@@ -1007,6 +1154,12 @@ body {
list-style-type:circle;
} */
.hyphenate {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.ha-menu-arrowsymbol::after {
display: inline-block;
margin-left: 0.2em;
@@ -1060,6 +1213,10 @@ body {
}
@media (min-width: 1190px) {
.desktop\:block {
display: block;
}
.desktop\:hidden {
display: none;
}

View File

@@ -81,7 +81,7 @@
@layer components {
body {
@apply text-base desktop:text-lg w-full h-full
@apply text-base xl:text-lg w-full h-full
}
.ha-topnav {
@@ -89,7 +89,11 @@
}
.ha-topnav a {
@apply hidden text-gray-700 hover:text-gray-900 desktop:inline-block mr-5 2xl:mr-6
@apply hidden text-gray-700 hover:text-gray-900 desktop:inline-block mr-6 2xl:mr-7
}
.ha-topnav a:last-child {
@apply mr-0
}
.ha-topnav-dropdown {
@@ -101,7 +105,7 @@
}
.ha-topnav-dropdown .ha-topnav-dropdown-content {
@apply hidden mr-6 pt-1 right-0 desktop:absolute bg-slate-50 min-w-[130px] shadow-md border-gray-400 border-b-2 z-50
@apply hidden mr-6 pt-1 right-0 desktop:absolute bg-slate-50 min-w-[130px] shadow-md border-gray-400 border-b z-50
}
.ha-topnav-dropdown .ha-topnav-dropdown-content a {
@@ -114,27 +118,56 @@
.ha-topnav-dropdown .ha-topnav-dropdown-content a:hover {
@apply bg-gray-100
}
}
.ha-footer {
@apply bg-slate-50 w-full h-full desktop:max-w-screen-desktop mx-auto mt-4 p-2 md:p-4 desktop:p-8 text-lg font-serif text-right
}
.ha-footer a {
@apply underline decoration-dotted
}
.ha-footer a:hover {
@apply underline decoration-solid
}
/* TODO INLINE
/* TODO INLINE .ha-container {
@apply max-w-[1280px]
}
.ha-maincolumn {
@apply bg-slate-50 mx-auto p-2 md:p-4 desktop:px-16 desktop:py-12 xl:pr-80 text-lg font-serif
}
p {
} */
.ha-static {
@apply w-full bg-slate-50 py-12 px-16 hyphenate md:pr-80 font-serif
}
.ha-static h1 {
@apply font-bold text-xl 2xl:font-normal 2xl:text-4xl mb-4
}
.ha-static h2 {
@apply my-3 mt-4 text-lg 2xl:text-2xl
}
.ha-static h3 {
@apply my-3 mt-4 text-hamannHighlight italic
}
.ha-static table {
@apply my-3 w-full
}
.ha-static p {
@apply my-3
}
h1 {
@apply font-bold text-xl 2xl:font-normal 2xl:text-4xl
.ha-static a {
@apply underline decoration-dotted
}
h2 {
@apply text-lg 2xl:text-2xl
} */
.ha-static a:hover {
@apply underline decoration-solid
}
/* Classes from .NET */
@@ -175,6 +208,11 @@
.ha-topnav.ha-topnav-collapsed .ha-topnav-dropdown .ha-topnav-dropdown-content a {
@apply py-1 desktop:py-2
}
}
* {
text-decoration-skip-ink: all;
}
body {
@@ -186,6 +224,10 @@ body {
list-style-type:circle;
} */
.hyphenate {
hyphens: auto;
}
.ha-menu-arrowsymbol::after {
display: inline-block;
margin-left: 0.2em;