Compare commits

..

No commits in common. "4286589b58b1c89190fa63dacb0f1e2aec8aa3f2" and "a211cb10522da9925e11acfd10b793b15c0e20fc" have entirely different histories.

4 changed files with 103 additions and 198 deletions

View file

View file

@ -2,7 +2,6 @@
title: "Lorem" title: "Lorem"
date: 2022-04-10T17:23:01+02:00 date: 2022-04-10T17:23:01+02:00
draft: true draft: true
description: "lorem descriptum this is a very good description"
--- ---
Lorem ipsum dolor sit amet, *consectetur* adipisicing elit, sed do eiusmod Lorem ipsum dolor sit amet, *consectetur* adipisicing elit, sed do eiusmod
@ -52,10 +51,6 @@ ordered list:
#### Header4 #### Header4
#### Crash
#### Crash
Table Header-1 | Table Header-2 | Table Header-3 Table Header-1 | Table Header-2 | Table Header-3
:--- | :---: | ---: :--- | :---: | ---:
Table Data-1 | Table Data-2 | Table Data-3 Table Data-1 | Table Data-2 | Table Data-3

View file

@ -1,196 +1,138 @@
@charset "UTF-8"; @charset "UTF-8";
* {
transition: 2s; }
body { body {
background-color: #413c74; background-color: #27234c;
color: #ff8ad0; color: #e88dc3;
transition: 2s; } transition: 1s; }
body.light { body.light {
background-color: #ffffff; background-color: #dde4ff;
color: #413c74; } color: #4b3d44; }
a { a {
background-color: transparent; background-color: #f2504b;
color: #ffdc6d; color: #27234c;
transition: 2s; } transition: 1s; }
a.light { a.light {
background-color: transparent; background-color: #733c7c;
color: #9b5bb4; } color: #dde4ff; }
a.footer-nav-item.active, a.footer-nav-item.active,
a.footer-nav-item:hover { a.footer-nav-item:hover {
color: #ff8ad0; color: #f2504b;
background-color: #413c74; background-color: #27234c;
border-color: #413c74; border-color: #27234c;
transition: 0.2s; } transition: 0.24s; }
a.footer-nav-item.active.light, a.footer-nav-item.active.light,
a.footer-nav-item:hover.light { a.footer-nav-item:hover.light {
color: #413c74; color: #733c7c;
background-color: #ffffff; background-color: #dde4ff;
border-color: #ffffff; } border-color: #dde4ff; }
footer { footer {
background-color: #ff8ad0; background-color: #f2504b;
color: #413c74; color: #27234c;
transition: 2s; } transition: 1s; }
footer.light { footer.light {
background-color: #413c74; background-color: #733c7c;
color: #ffffff; } color: #dde4ff; }
footer a { footer a {
color: #413c74; color: #27234c;
background-color: #ff8ad0; background-color: #f2504b;
transition: 2s; } transition: 1s; }
footer a.light { footer a.light {
color: #ffffff; color: #dde4ff;
background-color: #413c74; } background-color: #733c7c; }
.togglelabel { .togglelabel {
background-color: #ff8ad0; background-color: #f2504b;
border-color: #413c74; border-color: #27234c;
transition: 2s; } transition: 1s; }
.togglelabel.light { .togglelabel.light {
background-color: #413c74; background-color: #733c7c;
border-color: #ffffff; } border-color: #dde4ff; }
.togglelabel.light::after { .togglelabel.light::after {
background-color: #ffffff; background-color: #dde4ff;
color: #413c74; color: #733c7c;
transition: 2s; } transition: 1s; }
.togglelabel::after { .togglelabel::after {
background-color: #413c74; background-color: #27234c;
color: #ff8ad0; color: #f2504b;
transition: 2s; } transition: 1s; }
body.light #title { body.light #title {
color: #ffffff; color: #dde4ff;
background-color: #413c74; background-color: #733c7c;
transition: 2s; } transition: 1s; }
body #title { body #title {
color: #413c74; color: #27234c;
background-color: #ff8ad0; background-color: #f2504b;
transition: 2s; } transition: 1s; }
article { article {
background-color: #413c74; background-color: #27234c;
border-color: #ff8ad0; border-color: #f2504b;
transition: 2s; } transition: 1s; }
article.light { article.light {
background-color: #ffffff; background-color: #dde4ff;
border-color: #413c74; } border-color: #733c7c; }
h2 { article h2 {
background-color: #ffdc6d; background-color: #b296ff;
color: #413c74; color: #27234c;
transition: 2s; } transition: 1s; }
h2.light {
color: #ffffff; }
h2 a { article h3 {
color: #413c74; } background-color: #39b8a3;
h2 a.light { color: #27234c;
color: #ffffff; } transition: 1s; }
h3 { article.light h3 {
background-color: #61d478; background-color: #225091;
color: #413c74; color: #dde4ff;
transition: 2s; } transition: 1s; }
h3 a { article h4 {
color: #413c74; } background-color: #dde4ff;
h3 a:hover { color: #27234c;
background-color: transparent; } transition: 1s; }
h3.light { article.light h4 {
background-color: #5183b9; background-color: #27234c;
color: #ffffff; color: #dde4ff;
transition: 2s; } transition: 1s; }
h3.lighta {
color: #ffffff; }
h5, article.light h2 {
h6, background-color: #007582;
h4 { color: #dde4ff;
background-color: #ffffff; transition: 1s; }
color: #413c74;
transition: 2s; }
h5 a,
h6 a,
h4 a {
color: #413c74;
background-color: transparent; }
h4.light, article h5,
h5.light, article h6,
h6.light { article a {
background-color: #413c74; background-color: #f2504b;
color: #ffffff; color: #27234c;
transition: 2s; } transition: 1s; }
h2.light {
background-color: #9b5bb4;
color: #ffffff;
transition: 2s; }
article.light h5,
article.light h6,
article.light a { article.light a {
background-color: transparent; background-color: #733c7c;
color: #9b5bb4; color: #dde4ff;
transition: 2s; } transition: 1s; }
article.light a.hash-link {
color: #ffffff; }
article.light a.hash-link:hover {
background-color: transparent;
color: #ffffff; }
a:hover { a:hover {
color: #413c74; color: #f2504b;
background-color: #ffdc6d; background-color: transparent; }
transition: 0.2s; } a:hover.light {
color: #733c7c;
background-color: transparent; }
.previous.light:hover,
.next.light:hover,
.postdescription a.light:hover,
article.light a:hover { article.light a:hover {
color: #ffffff; color: #733c7c;
background-color: #9b5bb4; background-color: transparent; }
transition: 0.2s; }
.light.hash-link:hover,
.hash-link:hover {
background-color: transparent;
transition: 2s; }
h1a.light,
h2a.light,
h3a.light,
h4a.light,
h5a.light,
h6a.light {
background-color: transparent;
color: #ffffff; }
h1a.light:hover,
h2a.light:hover,
h3a.light:hover,
h4a.light:hover,
h5a.light:hover,
h6a.light:hover {
background-color: transparent; }
header.light {
background-color: #ffffff;
transition: 2s; }
header {
transition: 2s; }
.posttitle a {
background-color: transparent;
color: #413c74; }
.posttitle a:hover {
background-color: transparent; }
html, html,
body { body {
@ -213,16 +155,10 @@ footer {
#content p, #content p,
#content ul, #content ul,
#content ol, #content ol,
#content table, #content table {
.postdescription,
hr {
margin-right: 24%; margin-right: 24%;
margin-left: 24%; } margin-left: 24%; }
#content ol ol,
#content ul ul {
margin-left: 0.12em; }
#footer-left { #footer-left {
margin-top: auto; margin-top: auto;
margin-bottom: auto; margin-bottom: auto;
@ -274,9 +210,9 @@ h4,
h5, h5,
h6 { h6 {
padding-right: 6%; padding-right: 6%;
margin-right: 6%;
padding-top: 12pt; padding-top: 12pt;
padding-bottom: 12pt; padding-bottom: 12pt;
margin-right: 6%;
justify-content: right; justify-content: right;
display: flex; display: flex;
align-items: center; } align-items: center; }
@ -292,8 +228,7 @@ h6 {
article { article {
margin-inline: auto; } margin-inline: auto; }
.titlecontainer, .titlecontainer {
header {
width: 100%; width: 100%;
padding-top: 42pt; } padding-top: 42pt; }
@ -312,14 +247,14 @@ header {
h1 { h1 {
font-size: 42pt; } font-size: 42pt; }
h2 a { h2 {
font-size: 42pt; font-size: 42pt;
font-style: bold; } font-style: bold; }
h3 a, h4 a { h3, h4 {
font-size: 32pt; } font-size: 32pt; }
h5 a, h6 a { h5 h6 {
font-size: 24pt; } font-size: 24pt; }
a { a {
@ -336,12 +271,8 @@ label::after {
h6 { h6 {
font-style: italic; } font-style: italic; }
::before {
font-family: CaskaydiaCoveMono; }
* { * {
border-width: 2pt; border-width: 2pt; }
transition: ease-in-out; }
input[type="checkbox"] { input[type="checkbox"] {
cursor: pointer; } cursor: pointer; }
@ -349,7 +280,6 @@ input[type="checkbox"] {
.toggleinput { .toggleinput {
opacity: 0; opacity: 0;
max-height: 0; max-height: 0;
max-width: 0;
overflow: hidden; } overflow: hidden; }
.togglelabel { .togglelabel {
@ -368,21 +298,21 @@ input[type="checkbox"] {
width: 20pt; width: 20pt;
border-width: 1pt; border-width: 1pt;
border-radius: 100pt; border-radius: 100pt;
transition: 1s; transition: 0.3s;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
content: ""; content: "";
border-style: solid; } border-style: solid; }
input:checked + label:after { input:checked + label:after {
left: calc(100% - 49pt); } left: calc(100% - 49pt); }
input:checked + label::after { input:checked + label::after {
content: ""; } content: ""; }
.footer-nav-item { .footer-nav-item {
border-radius: 100%; border-radius: 100%;
@ -395,30 +325,10 @@ input:checked + label::after {
.togglelabel { .togglelabel {
border: solid; } border: solid; }
h1, h1, h2, h3, h4, h5, h6 {
h2,
h3,
h4,
h5,
h6 {
border-top-right-radius: 48pt; border-top-right-radius: 48pt;
border-bottom-right-radius: 48pt; } border-bottom-right-radius: 48pt; }
h1 .hash-link:hover,
h2 .hash-link:hover,
h3 .hash-link:hover,
h4 .hash-link:hover,
h5 .hash-link:hover,
h6 .hash-link:hover {
cursor: pointer; }
h1 .hash-link:hover::before,
h2 .hash-link:hover::before,
h3 .hash-link:hover::before,
h4 .hash-link:hover::before,
h5 .hash-link:hover::before,
h6 .hash-link:hover::before {
content: ""; }
.postdescription,
#content p, #content p,
#content ul, #content ul,
#content ol, #content ol,

@ -1 +1 @@
Subproject commit abb81b7acae00184920e36f6580ab28f66fbe8ca Subproject commit e0e8cb434cdc0c6438e04f65030a10c72574a47c