aboutsummaryrefslogtreecommitdiff
path: root/assets/_sass/base
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-17 14:26:52 +0200
committerEugen Wissner <belka@caraus.de>2026-07-17 14:26:52 +0200
commite844a70479915d1fba0336800b35c8c1022b61c6 (patch)
treecc9402a686380d5b14a43146c10cc3a57a55fd14 /assets/_sass/base
parent8f954ab7c662e0c507c2328d5b2683fbd4c3a391 (diff)
downloadflevum-e844a70479915d1fba0336800b35c8c1022b61c6.tar.gz
Convert preprocesser files to plain CSSHEADmaster
Diffstat (limited to 'assets/_sass/base')
-rw-r--r--assets/_sass/base/_animations.scss46
-rw-r--r--assets/_sass/base/_fonts.scss306
-rw-r--r--assets/_sass/base/_reset.scss34
-rw-r--r--assets/_sass/base/_syntax.scss259
-rw-r--r--assets/_sass/base/_vars.scss41
5 files changed, 0 insertions, 686 deletions
diff --git a/assets/_sass/base/_animations.scss b/assets/_sass/base/_animations.scss
deleted file mode 100644
index 9bbe938..0000000
--- a/assets/_sass/base/_animations.scss
+++ /dev/null
@@ -1,46 +0,0 @@
-@keyframes headerShine {
- 100% {
- left: 150%;
- }
-}
-
-@keyframes fadeIn {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
-}
-
-@keyframes fadeOut {
- from {
- opacity: 1;
- }
- to {
- opacity: 0;
- }
-}
-
-@keyframes zoomIn {
- from {
- opacity: 0;
- transform: scale3d(0.3, 0.3, 0.3);
- }
- to {
- opacity: 1;
- }
-}
-
-@keyframes zoomOut {
- from {
- opacity: 1;
- }
- 50% {
- opacity: 0;
- transform: scale3d(0.3, 0.3, 0.3);
- }
- to {
- opacity: 0;
- }
-}
diff --git a/assets/_sass/base/_fonts.scss b/assets/_sass/base/_fonts.scss
deleted file mode 100644
index 56be318..0000000
--- a/assets/_sass/base/_fonts.scss
+++ /dev/null
@@ -1,306 +0,0 @@
-/* latin-ext */
-@font-face {
- font-family: 'Bebas Neue';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/BebasNeue-Regular.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: 'Bebas Neue';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/BebasNeue-Regular.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* cyrillic-ext */
-@font-face {
- font-family: 'PT Sans';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptsansitalic.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
-}
-/* cyrillic */
-@font-face {
- font-family: 'PT Sans';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptsansitalic.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-/* latin-ext */
-@font-face {
- font-family: 'PT Sans';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptsansitalic.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: 'PT Sans';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptsansitalic.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* cyrillic-ext */
-@font-face {
- font-family: 'PT Sans';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptsansbolditalic.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
-}
-/* cyrillic */
-@font-face {
- font-family: 'PT Sans';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptsansbolditalic.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-/* latin-ext */
-@font-face {
- font-family: 'PT Sans';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptsansbolditalic.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: 'PT Sans';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptsansbolditalic.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* cyrillic-ext */
-@font-face {
- font-family: 'PT Sans';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptsans.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
-}
-/* cyrillic */
-@font-face {
- font-family: 'PT Sans';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptsans.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-/* latin-ext */
-@font-face {
- font-family: 'PT Sans';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptsans.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: 'PT Sans';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptsans.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* cyrillic-ext */
-@font-face {
- font-family: 'PT Sans';
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptsansbold.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
-}
-/* cyrillic */
-@font-face {
- font-family: 'PT Sans';
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptsansbold.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-/* latin-ext */
-@font-face {
- font-family: 'PT Sans';
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptsansbold.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: 'PT Sans';
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptsansbold.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* cyrillic-ext */
-@font-face {
- font-family: 'PT Serif';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptserifitalic.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
-}
-/* cyrillic */
-@font-face {
- font-family: 'PT Serif';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptserifitalic.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-/* latin-ext */
-@font-face {
- font-family: 'PT Serif';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptserifitalic.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: 'PT Serif';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptserifitalic.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* cyrillic-ext */
-@font-face {
- font-family: 'PT Serif';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptserifbolditalic.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
-}
-/* cyrillic */
-@font-face {
- font-family: 'PT Serif';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptserifitalic.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-/* latin-ext */
-@font-face {
- font-family: 'PT Serif';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptserifitalic.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: 'PT Serif';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptserifitalic.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* cyrillic-ext */
-@font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptserif.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
-}
-/* cyrillic */
-@font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptserif.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-/* latin-ext */
-@font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptserif.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url(/assets/fonts/ptserif.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
-/* cyrillic-ext */
-@font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptserifbold.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
-}
-/* cyrillic */
-@font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptserifbold.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-/* latin-ext */
-@font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptserifbold.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
-}
-/* latin */
-@font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- src: url(/assets/fonts/ptserifbold.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
diff --git a/assets/_sass/base/_reset.scss b/assets/_sass/base/_reset.scss
deleted file mode 100644
index 8e0f0f3..0000000
--- a/assets/_sass/base/_reset.scss
+++ /dev/null
@@ -1,34 +0,0 @@
-* {
- box-sizing: border-box;
-}
-
-body {
- margin: 0;
- padding: 0;
- font-family: 'PT Serif', serif;
- font-size: 18px;
- line-height: 30px;
- color: var(--grey-555);
- background: var(--body-bg);
-}
-
-header,
-nav,
-section,
-main,
-article,
-aside,
-figure,
-footer,
-iframe,
-object,
-svg {
- display: block;
- margin: 0;
-}
-
-@media screen and (max-width: 800px) {
- body {
- padding: 80px 0 0;
- }
-}
diff --git a/assets/_sass/base/_syntax.scss b/assets/_sass/base/_syntax.scss
deleted file mode 100644
index 00d491f..0000000
--- a/assets/_sass/base/_syntax.scss
+++ /dev/null
@@ -1,259 +0,0 @@
-.highlight {
- background: var(--grey-fa);
- border: 1px solid var(--grey-ccc);
- padding: 30px;
-}
-.highlight .lineno {
- padding: 0 15px 0 0;
-}
-/* Comment */
-.highlight .c {
- color: #998;
- font-style: italic
-}
-/* Error */
-.highlight .err {
- color: #a61717;
- background-color: #e3d2d2
-}
-/* Keyword */
-.highlight .k {
- font-weight: bold
-}
-/* Operator */
-.highlight .o {
- font-weight: bold
-}
-/* Comment.Multiline */
-.highlight .cm {
- color: #998;
- font-style: italic
-}
-/* Comment.Preproc */
-.highlight .cp {
- color: #999;
- font-weight: bold
-}
-/* Comment.Single */
-.highlight .c1 {
- color: #998;
- font-style: italic
-}
-/* Comment.Special */
-.highlight .cs {
- color: #999;
- font-weight: bold;
- font-style: italic
-}
-/* Generic.Deleted */
-.highlight .gd {
- color: #000;
- background-color: #fdd
-}
-/* Generic.Deleted.Specific */
-.highlight .gd .x {
- color: #000;
- background-color: #faa
-}
-/* Generic.Emph */
-.highlight .ge {
- font-style: italic
-}
-/* Generic.Error */
-.highlight .gr {
- color: #a00
-}
-/* Generic.Heading */
-.highlight .gh {
- color: #999
-}
-/* Generic.Inserted */
-.highlight .gi {
- color: #000;
- background-color: #dfd
-}
-/* Generic.Inserted.Specific */
-.highlight .gi .x {
- color: #000;
- background-color: #afa
-}
-/* Generic.Output */
-.highlight .go {
- color: #888
-}
-/* Generic.Prompt */
-.highlight .gp {
- color: #555
-}
-/* Generic.Strong */
-.highlight .gs {
- font-weight: bold
-}
-/* Generic.Subheading */
-.highlight .gu {
- color: #aaa
-}
-/* Generic.Traceback */
-.highlight .gt {
- color: #a00
-}
-/* Keyword.Constant */
-.highlight .kc {
- font-weight: bold
-}
-/* Keyword.Declaration */
-.highlight .kd {
- font-weight: bold
-}
-/* Keyword.Pseudo */
-.highlight .kp {
- font-weight: bold
-}
-/* Keyword.Reserved */
-.highlight .kr {
- font-weight: bold
-}
-/* Keyword.Type */
-.highlight .kt {
- color: #458;
- font-weight: bold
-}
-/* Literal.Number */
-.highlight .m {
- color: #099
-}
-/* Literal.String */
-.highlight .s {
- color: #d14
-}
-/* Name.Attribute */
-.highlight .na {
- color: #008080
-}
-/* Name.Builtin */
-.highlight .nb {
- color: #0086B3
-}
-/* Name.Class */
-.highlight .nc {
- color: #458;
- font-weight: bold
-}
-/* Name.Constant */
-.highlight .no {
- color: #008080
-}
-/* Name.Entity */
-.highlight .ni {
- color: #800080
-}
-/* Name.Exception */
-.highlight .ne {
- color: #900;
- font-weight: bold
-}
-/* Name.Function */
-.highlight .nf {
- color: #900;
- font-weight: bold
-}
-/* Name.Namespace */
-.highlight .nn {
- color: #555
-}
-/* Name.Tag */
-.highlight .nt {
- color: #000080
-}
-/* Name.Variable */
-.highlight .nv {
- color: #008080
-}
-/* Operator.Word */
-.highlight .ow {
- font-weight: bold
-}
-/* Text.Whitespace */
-.highlight .w {
- color: #bbb
-}
-/* Literal.Number.Float */
-.highlight .mf {
- color: #099
-}
-/* Literal.Number.Hex */
-.highlight .mh {
- color: #099
-}
-/* Literal.Number.Integer */
-.highlight .mi {
- color: #099
-}
-/* Literal.Number.Oct */
-.highlight .mo {
- color: #099
-}
-/* Literal.String.Backtick */
-.highlight .sb {
- color: #d14
-}
-/* Literal.String.Char */
-.highlight .sc {
- color: #d14
-}
-/* Literal.String.Doc */
-.highlight .sd {
- color: #d14
-}
-/* Literal.String.Double */
-.highlight .s2 {
- color: #d14
-}
-/* Literal.String.Escape */
-.highlight .se {
- color: #d14
-}
-/* Literal.String.Heredoc */
-.highlight .sh {
- color: #d14
-}
-/* Literal.String.Interpol */
-.highlight .si {
- color: #d14
-}
-/* Literal.String.Other */
-.highlight .sx {
- color: #d14
-}
-/* Literal.String.Regex */
-.highlight .sr {
- color: #009926
-}
-/* Literal.String.Single */
-.highlight .s1 {
- color: #d14
-}
-/* Literal.String.Symbol */
-.highlight .ss {
- color: #990073
-}
-/* Name.Builtin.Pseudo */
-.highlight .bp {
- color: #999
-}
-/* Name.Variable.Class */
-.highlight .vc {
- color: #008080
-}
-/* Name.Variable.Global */
-.highlight .vg {
- color: #008080
-}
-/* Name.Variable.Instance */
-.highlight .vi {
- color: #008080
-}
-/* Literal.Number.Integer.Long */
-.highlight .il {
- color: #099
-}
diff --git a/assets/_sass/base/_vars.scss b/assets/_sass/base/_vars.scss
deleted file mode 100644
index 06d5b8d..0000000
--- a/assets/_sass/base/_vars.scss
+++ /dev/null
@@ -1,41 +0,0 @@
-:root, [data-theme="light"] {
- --body-bg: #fafafa;
-
- --main-color: #639f93;
- --main-color-hover: #5b9287;
-
- --form-success-bg: #d0f1cc;
- --form-success-text: #597755;
- --form-error-bg: #f1cccc;
- --form-error-text: #775555;
-
- --grey-222: #222;
- --grey-555: #555;
- --grey-aaa: #aaa;
- --grey-ccc: #ccc;
- --grey-ddd: #ddd;
- --grey-eee: #eee;
- --grey-fc: #fcfcfc;
- --grey-fa: #fafafa;
-}
-
-[data-theme="dark"] {
- --body-bg: #050505;
-
- --main-color: #639f93;
- --main-color-hover: #5b9287;
-
- --form-success-bg: #d0f1cc;
- --form-success-text: #597755;
- --form-error-bg: #f1cccc;
- --form-error-text: #775555;
-
- --grey-222: #ddd;
- --grey-555: #ddd;
- --grey-aaa: #777;
- --grey-ccc: #666;
- --grey-ddd: #666;
- --grey-eee: #222;
- --grey-fc: #fcfcfc;
- --grey-fa: #151515;
-}