Compare commits

..

No commits in common. "a211cb10522da9925e11acfd10b793b15c0e20fc" and "1885e8c8198937355572234a0de387096a9390b1" have entirely different histories.

3 changed files with 48 additions and 158 deletions

View file

@ -9,5 +9,3 @@ sectionPagesMenu = "main"
identifier = "home" identifier = "home"
name = '' name = ''
url = '/' url = '/'
title = 'home'

View file

@ -1,138 +1,82 @@
@charset "UTF-8"; @charset "UTF-8";
body { body {
background-color: #27234c; background-color: #4b3d44;
color: #e88dc3; color: #d2c9a5;
transition: 1s; } transition: 1s; }
body.light { body.light {
background-color: #dde4ff; background-color: #d2c9a5;
color: #4b3d44; } color: #4b3d44; }
a { a {
background-color: #f2504b; background-color: #c77b58;
color: #27234c; color: #4b3d44;
transition: 1s; } transition: 1s; }
a.light { a.light {
background-color: #733c7c; background-color: #79444a;
color: #dde4ff; } color: #d2c9a5; }
a.footer-nav-item.active, a.footer-nav-item.active,
a.footer-nav-item:hover { a.footer-nav-item:hover {
color: #f2504b; color: #8caba1;
background-color: #27234c; background-color: #4b3d44;
border-color: #27234c; border-color: #4b3d44;
transition: 0.24s; } 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: #733c7c; color: #4b726e;
background-color: #dde4ff; background-color: #d2c9a5;
border-color: #dde4ff; } border-color: #d2c9a5; }
footer { footer {
background-color: #f2504b; background-color: #8caba1;
color: #27234c; color: #4b3d44;
transition: 1s; } transition: 1s; }
footer.light { footer.light {
background-color: #733c7c; background-color: #4b726e;
color: #dde4ff; } color: #d2c9a5; }
footer a { footer a {
color: #27234c; color: #4b3d44;
background-color: #f2504b; background-color: #8caba1;
transition: 1s; } transition: 1s; }
footer a.light { footer a.light {
color: #dde4ff; color: #d2c9a5;
background-color: #733c7c; } background-color: #4b726e; }
.togglelabel { .togglelabel {
background-color: #f2504b; background-color: #8caba1;
border-color: #27234c; border-color: #4b3d44;
transition: 1s; } transition: 1s; }
.togglelabel.light { .togglelabel.light {
background-color: #733c7c; background-color: #4b726e;
border-color: #dde4ff; } border-color: #d2c9a5; }
.togglelabel.light::after { .togglelabel.light::after {
background-color: #dde4ff; background-color: #d2c9a5;
color: #733c7c; color: #4b726e;
transition: 1s; } transition: 1s; }
.togglelabel::after { .togglelabel::after {
background-color: #27234c; background-color: #4b3d44;
color: #f2504b; color: #8caba1;
transition: 1s; } transition: 1s; }
body.light #title { body.light #title {
color: #dde4ff; color: #d2c9a5;
background-color: #733c7c; background-color: #4b726e;
transition: 1s; } transition: 1s; }
body #title { body #title {
color: #27234c; color: #4b3d44;
background-color: #f2504b; background-color: #8caba1;
transition: 1s; } transition: 1s; }
article { article {
background-color: #27234c; background-color: #4b3d44;
border-color: #f2504b; border-color: #8caba1; }
transition: 1s; }
article.light { article.light {
background-color: #dde4ff; background-color: #d2c9a5;
border-color: #733c7c; } border-color: #4b726e; }
article h2 {
background-color: #b296ff;
color: #27234c;
transition: 1s; }
article h3 {
background-color: #39b8a3;
color: #27234c;
transition: 1s; }
article.light h3 {
background-color: #225091;
color: #dde4ff;
transition: 1s; }
article h4 {
background-color: #dde4ff;
color: #27234c;
transition: 1s; }
article.light h4 {
background-color: #27234c;
color: #dde4ff;
transition: 1s; }
article.light h2 {
background-color: #007582;
color: #dde4ff;
transition: 1s; }
article h5,
article h6,
article a {
background-color: #f2504b;
color: #27234c;
transition: 1s; }
article.light h5,
article.light h6,
article.light a {
background-color: #733c7c;
color: #dde4ff;
transition: 1s; }
a:hover {
color: #f2504b;
background-color: transparent; }
a:hover.light {
color: #733c7c;
background-color: transparent; }
article.light a:hover {
color: #733c7c;
background-color: transparent; }
html, html,
body { body {
@ -150,14 +94,7 @@ footer {
#content { #content {
min-height: calc(100% - 42pt * 3); min-height: calc(100% - 42pt * 3);
right: auto; right: auto;
margin-bottom: 84pt; } padding: 42pt; }
#content p,
#content ul,
#content ol,
#content table {
margin-right: 24%;
margin-left: 24%; }
#footer-left { #footer-left {
margin-top: auto; margin-top: auto;
@ -203,34 +140,10 @@ footer {
justify-content: center; justify-content: center;
align-items: center; } align-items: center; }
h1,
h2,
h3,
h4,
h5,
h6 {
padding-right: 6%;
padding-top: 12pt;
padding-bottom: 12pt;
margin-right: 6%;
justify-content: right;
display: flex;
align-items: center; }
h2,
h3,
h4,
h5,
h6 {
margin-top: 1em;
margin-bottom: 1em; }
article { article {
margin-inline: auto; } margin-top: 42pt;
margin-inline: auto;
.titlecontainer { padding: 4em; }
width: 100%;
padding-top: 42pt; }
@font-face { @font-face {
font-family: CaskaydiaCove; font-family: CaskaydiaCove;
@ -247,16 +160,6 @@ article {
h1 { h1 {
font-size: 42pt; } font-size: 42pt; }
h2 {
font-size: 42pt;
font-style: bold; }
h3, h4 {
font-size: 32pt; }
h5 h6 {
font-size: 24pt; }
a { a {
text-decoration: none; } text-decoration: none; }
@ -266,10 +169,7 @@ footer * {
label::after { label::after {
font-family: CaskaydiaCoveMono; font-family: CaskaydiaCoveMono;
font-size: 24pt; } font-size: 20pt; }
h6 {
font-style: italic; }
* { * {
border-width: 2pt; } border-width: 2pt; }
@ -285,7 +185,7 @@ input[type="checkbox"] {
.togglelabel { .togglelabel {
width: 42pt; width: 42pt;
height: 24pt; height: 24pt;
border-radius: 48pt; border-radius: 24pt;
cursor: pointer; cursor: pointer;
align-items: center; align-items: center;
display: flex; } display: flex; }
@ -322,17 +222,9 @@ input:checked + label::after {
align-items: center; align-items: center;
border-style: solid; } border-style: solid; }
article {
border-style: solid;
border-radius: 24pt; }
.togglelabel { .togglelabel {
border: solid; } border: solid; }
h1, h2, h3, h4, h5, h6 {
border-top-right-radius: 48pt;
border-bottom-right-radius: 48pt; }
#content p,
#content ul,
#content ol,
#content table {
border-left-style: solid;
border-width: 0.24em;
padding-left: 2em; }

@ -1 +1 @@
Subproject commit e0e8cb434cdc0c6438e04f65030a10c72574a47c Subproject commit f62a00c10fd2690c3cc6f9792a382d8a7438484c