finish building
This commit is contained in:
parent
b8d4ce9083
commit
0c9c3b4672
5 changed files with 52 additions and 55 deletions
|
@ -1,8 +1,8 @@
|
|||
:root {
|
||||
--background-color: darkslategrey;
|
||||
--text-color: antiquewhite;
|
||||
--link-color: greenyellow;
|
||||
--link-visited-color: lightsteelblue;
|
||||
--text-color: silver;
|
||||
--link-color: limegreen;
|
||||
--link-visited-color: lightskyblue;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -24,6 +24,8 @@ body {
|
|||
align-content: stretch;
|
||||
min-height: 100vh;
|
||||
background-color: var(--background-color);
|
||||
box-shadow: inset 0 0 25vh #000000;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body::after {
|
||||
|
@ -89,6 +91,7 @@ article {
|
|||
overflow: auto;
|
||||
grid-area: main;
|
||||
max-width: 80em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
article hr {
|
||||
|
@ -103,7 +106,7 @@ article ul{
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
article li:before {
|
||||
article li::before {
|
||||
display: inline-block;
|
||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMzYzIDg3N2wtNzQyIDc0MnEtMTkgMTktNDUgMTl0LTQ1LTE5bC0xNjYtMTY2cS0xOS0xOS0xOS00NXQxOS00NWw1MzEtNTMxLTUzMS01MzFxLTE5LTE5LTE5LTQ1dDE5LTQ1bDE2Ni0xNjZxMTktMTkgNDUtMTl0NDUgMTlsNzQyIDc0MnExOSAxOSAxOSA0NXQtMTkgNDV6Ii8+PC9zdmc+);
|
||||
background-repeat: no-repeat;
|
||||
|
@ -115,7 +118,6 @@ article li:before {
|
|||
|
||||
article li {
|
||||
text-indent: -2ex;
|
||||
padding-left: 1.5ex;
|
||||
}
|
||||
|
||||
.liberapay {
|
||||
|
@ -234,6 +236,7 @@ article li {
|
|||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.extras a:link, .extras a:visited {
|
||||
|
@ -245,36 +248,19 @@ article li {
|
|||
display: inline-block;
|
||||
height: 85px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.plug-container, .extras-container {
|
||||
width: 25%;
|
||||
background-color: var(--text-color);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.plug-container::after, .extras-container::after {
|
||||
/*.plug-container::after, .extras-container::after {
|
||||
content: "";
|
||||
position: relative;
|
||||
top: -125px;
|
||||
left: -20px;
|
||||
margin-top: -125px;
|
||||
margin-left: -20px;
|
||||
display: inline-block;
|
||||
height: 125px;
|
||||
width: 100%;
|
||||
background-color: var(--text-color);
|
||||
border-radius: 5px;
|
||||
opacity: 50%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
/*.extras-container::after {
|
||||
content: "";
|
||||
position: relative;
|
||||
top: -100px;
|
||||
left: -20px;
|
||||
display: inline-block;
|
||||
height: 125px;
|
||||
width: 100%;
|
||||
background-color: var(--text-color);
|
||||
border-radius: 5px;
|
||||
opacity: 50%;
|
||||
z-index: -1;
|
||||
}*/
|
||||
|
@ -282,8 +268,8 @@ article li {
|
|||
pre {
|
||||
border: dashed 1px #000000;
|
||||
border-radius: 5px;
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@ -294,7 +280,7 @@ pre code {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
pre code:before {
|
||||
pre code::before {
|
||||
content: attr(class);
|
||||
position: relative;
|
||||
float: right;
|
||||
|
@ -306,8 +292,8 @@ pre code:before {
|
|||
|
||||
code {
|
||||
font-size: 14pt;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
border: dashed 1px #000000;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
@ -339,12 +325,12 @@ h2 {
|
|||
}
|
||||
|
||||
.info {
|
||||
color: #555;
|
||||
font-size: 14pt;
|
||||
font-style: italic;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.tags a:before {
|
||||
.tags a::before {
|
||||
display: inline-block;
|
||||
width: 2ex;
|
||||
height: 2ex;
|
||||
|
@ -355,10 +341,18 @@ h2 {
|
|||
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaGVpZ2h0PSIxMDAlIgogICB3aWR0aD0iMTAwJSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnNDMwMyIKICAgdmlld0JveD0iMCAtMjU2IDE5NTAgMTk1MCI+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNDMxMyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGRlZnMKICAgICBpZD0iZGVmczQzMTEiIC8+CiAgPGcKICAgICBpZD0iZzQzMDUiCiAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMjEuNjc4Nzg2LDEzOTIuODE5KSI+CiAgICA8cGF0aAogICAgICAgc3R5bGU9ImZpbGw6Y3VycmVudENvbG9yIgogICAgICAgaWQ9InBhdGg0MzA3IgogICAgICAgZD0ibSA0NDgsMTA4OCBxIDAsNTMgLTM3LjUsOTAuNSBRIDM3MywxMjE2IDMyMCwxMjE2IDI2NywxMjE2IDIyOS41LDExNzguNSAxOTIsMTE0MSAxOTIsMTA4OCAxOTIsMTAzNSAyMjkuNSw5OTcuNSAyNjcsOTYwIDMyMCw5NjAgcSA1MywwIDkwLjUsMzcuNSBRIDQ0OCwxMDM1IDQ0OCwxMDg4IHogTSAxNTE1LDUxMiBxIDAsLTUzIC0zNywtOTAgTCA5ODcsLTcwIHEgLTM5LC0zNyAtOTEsLTM3IC01MywwIC05MCwzNyBMIDkxLDY0NiBRIDUzLDY4MyAyNi41LDc0NyAwLDgxMSAwLDg2NCB2IDQxNiBxIDAsNTIgMzgsOTAgMzgsMzggOTAsMzggaCA0MTYgcSA1MywwIDExNywtMjYuNSA2NCwtMjYuNSAxMDIsLTY0LjUgbCA3MTUsLTcxNCBxIDM3LC0zOSAzNywtOTEgeiBtIDM4NCwwIHEgMCwtNTMgLTM3LC05MCBMIDEzNzEsLTcwIHEgLTM5LC0zNyAtOTEsLTM3IC0zNiwwIC01OSwxNCAtMjMsMTQgLTUzLDQ1IGwgNDcwLDQ3MCBxIDM3LDM3IDM3LDkwIDAsNTIgLTM3LDkxIGwgLTcxNSw3MTQgcSAtMzgsMzggLTEwMiw2NC41IC02NCwyNi41IC0xMTcsMjYuNSBoIDIyNCBxIDUzLDAgMTE3LC0yNi41IDY0LC0yNi41IDEwMiwtNjQuNSBsIDcxNSwtNzE0IHEgMzcsLTM5IDM3LC05MSB6IiAvPgogIDwvZz4KPC9zdmc+Cg==);
|
||||
}
|
||||
|
||||
.feed{
|
||||
.feed a {
|
||||
display: inline-block;
|
||||
padding-bottom: -2px;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.feed a::before {
|
||||
content: "";
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: inline-block;
|
||||
background-image: url(/images/feed.svg);
|
||||
background-size: contain;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.scripture {
|
||||
|
@ -371,7 +365,7 @@ h2 {
|
|||
/* box shadow */
|
||||
box-shadow: 5px 5px 10px #a1a1a1;
|
||||
/* bg-colour */
|
||||
background-color: #faf5eb;
|
||||
background-color: blanchedalmond;
|
||||
/* adjust line height */
|
||||
line-height: 200%;
|
||||
/* margin */
|
||||
|
|
2
site/images/feed.svg
Normal file
2
site/images/feed.svg
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg class="feed" width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"></path></svg>
|
After Width: | Height: | Size: 676 B |
|
@ -2,18 +2,19 @@
|
|||
title: Impressum / Datenschutz
|
||||
---
|
||||
|
||||
# Impressum
|
||||
## Diensteanbieter
|
||||
## Impressum
|
||||
### Diensteanbieter
|
||||
|
||||
Amedeo Molnár\
|
||||
Rahnstraße 9\
|
||||
01129 Dresden
|
||||
c/o Netzbiotop e.V.\
|
||||
Rieaser Straße 32\
|
||||
01127 Dresden
|
||||
|
||||
## Kontaktmöglichkeiten
|
||||
### Kontaktmöglichkeiten
|
||||
|
||||
E-Mail-Adresse: <amedeo.molnar@nek0.eu>.
|
||||
|
||||
# Datenschutzerklärung
|
||||
## Datenschutzerklärung
|
||||
|
||||
Stand: 07. August 2022
|
||||
Eine Speicherung von personenbezogenen Daten der Nutzer dieser Website findet durch technische
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<html lang="en">
|
||||
<head>
|
||||
$if(description)$
|
||||
<meta name="description" content="$description$" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<!-- favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="/images/nek0net_lynx.ico">
|
||||
</head>
|
||||
<body itemscope itemtype="https://schema.org/Blog">
|
||||
<body itemscope="" itemtype="https://schema.org/Blog">
|
||||
<div class="inlinks">
|
||||
<ul>
|
||||
<li><a href="/about.html">About</a></li>
|
||||
|
@ -33,7 +33,7 @@
|
|||
<hr>
|
||||
</div>
|
||||
<div class="logo">
|
||||
<img src="/images/nek0arts_logo.svg" />
|
||||
<a href="/"><img src="/images/nek0arts_logo.svg" /></a>
|
||||
</div>
|
||||
<div class="outlinks">
|
||||
<ul>
|
||||
|
@ -47,14 +47,14 @@
|
|||
<hr>
|
||||
</div>
|
||||
$if(datetime)$
|
||||
<article itemprop="blogPost mainEntityOfPage" itemscope itemtype="https://schema.org/BlogPosting">
|
||||
<h1 itemprop="headline">$title$</h1>
|
||||
<article itemprop="blogPost mainEntityOfPage" itemscope itemtype="https://schema.org/BlogPosting">
|
||||
<h1 itemprop="headline">$title$</h1>
|
||||
$else$
|
||||
<article itemprop="mainEntityOfPage">
|
||||
<h1 itemprop="headline">$title$</h1>
|
||||
<article itemprop="mainEntityOfPage">
|
||||
<h1 itemprop="headline">$title$</h1>
|
||||
$endif$
|
||||
$body$
|
||||
<hr>
|
||||
<hr>
|
||||
</article>
|
||||
<ul class="plugs">
|
||||
<li class="plug-container">
|
||||
|
@ -78,8 +78,8 @@
|
|||
<li class="extras-container">
|
||||
Feeds:
|
||||
<ul>
|
||||
<li><a href="/atom.xml"> <svg class="feed" id="feed" width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/></svg>Atom</a></li>
|
||||
<li><a href="/rss.xml"> <svg class="feed" width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/></svg>RSS</a></li>
|
||||
<li class="feed"><a href="/atom.xml">Atom</a></li>
|
||||
<li class="feed"><a href="/rss.xml">RSS</a></li>
|
||||
</ul>
|
||||
<li class="extras-container">
|
||||
Site generated by:
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
|
||||
<div class="tags">
|
||||
$tags$
|
||||
$tagCloud$
|
||||
</div>
|
||||
|
||||
<!--<object id="yacs" seamless data="https://yacs.nek0.eu/comments/$enctitle$"><p>If you see this, something is wrong</p></object>
|
||||
|
|
Loading…
Reference in a new issue