small fixes

This commit is contained in:
teldra 2022-06-15 14:48:32 +02:00
parent f3ce347beb
commit 30004817c2
15 changed files with 5 additions and 4951 deletions

View File

@ -9,6 +9,7 @@ foundations: ["rote_hilfe", "werbung"]
covid: "Keine Masken mehr!"
---
Endlich wieder nach langer Covidauszeit sind die Kitten von Katzengejammer wieder am Start. Sie werden euch einen unvergesslichen Abend voller Katzengejammer bieten.
Rindfleischetikettierungsüberwachungsaufgabenübertragungsgesetz
Katzengejammer sind seit Jahren der Renner um alle Mäuse aus der Küche zu vertreiben und zum dancen im Gemüsebeet zu bewegen.
Bier kostet 3 Euro, jedoch ist die Katzenmilch für euch umsonst. Bringt alle eure Hunde mit es wird ein Fest.
@ -17,11 +18,12 @@ Bier kostet 3 Euro, jedoch ist die Katzenmilch für euch umsonst. Bringt alle eu
## Testüberschrift 1
![lala](de_random1)
![lala](2)
![lala](de_random3)
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Rindfleischetikettierungsüberwachungsaufgabenübertragungsgesetz
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.

View File

@ -1,123 +0,0 @@
article {
flex-grow: 1;
flex-shrink: 0;
margin-bottom: 2rem;
border-radius: 10px;
align-items: stretch;
}
.articletitle h2 {
margin-top: 0;
}
article a {
text-decoration: underline;
}
.article_list a {
text-decoration: none;
}
article p:first-child {
margin-top: 0;
}
article .readmore {
margin-top: 1rem;
}
.articlemeta {
margin-bottom: 1rem;
margin-left: .3rem;
}
.articletext img {
width: 80%;
}
.articlemeta div:first-child {
font-size: medium;
font-weight: bold;
}
.articletext {
margin-bottom: 1rem;
/* These are technically the same, but use both */
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
word-break: break-all;
/* Instead use this non-standard one: */
word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.multiple_small {
flex: 0 0 24%;
margin-right: 1rem;
}
.multiple_big {
flex: 0 1 72%;
}
.multiple_medium {
flex: 0 1 50%;
}
.solo {
flex: 0 0 100%;
}
.articleinner {
display: flex;
flex-direction: column-reverse;
}
.article_footer {
margin-left: 1rem;
margin-right: 1rem;
margin-top: 0rem;
margin-bottom: 0rem;
display: flex;
flex-direction: column;
align-items: stretch;
font-size: x-small;
color: var(--text-muted);
}
.article_footer_foundations1 {
display: flex;
height: 3rem;
}
.article_footer_foundations2 {
display: flex;
justify-content: space-between;
margin-top: 1rem;
}
.article_footer_item1 {
display: flex;
flex-grow: 0;
height: 3rem;
margin-right: 1rem;
margin-top: .1rem;
}
.article_footer_item2 {
display: flex;
flex-grow: 0;
flex-direction: column;
}
.index_section {
width: 100%;
}

View File

@ -1,49 +0,0 @@
@media only screen and (min-width: 600px) {
content {
min-height: 60vh;
}
details {
display: none;
}
#sidebar {
display: flex;
flex-direction: column;
margin-left: 2rem;
}
#main {
padding-top: 1rem;
}
footer {
padding-left: 10px;
padding-right: 10px;
flex-direction: row;
}
.infobox {
text-align: left;
}
.minmax {
width: calc(100vw - 5rem);
max-width: 800px;
}
article {
margin-left: 1rem;
}
.articlemeta {
margin-bottom: 1.5rem;
}
.articletext {
margin-top: -0.4rem;
}
.articleinner {
display: flex;
flex-direction: column;
}
.index_section {
width: 45%;
}
.height32 {
/* min-height: 30rem;*/
}
}

View File

@ -1,64 +0,0 @@
.minmax {
width: auto;
max-width: auto;
}
.dfjcc {
display: flex;
justify-content: center;
}
.stretch {
display: flex;
flex-direction: column;
align-items: stretch;
}
.grow {
flex-grow: 1;
}
.column {
display: flex;
flex-direction: column;
}
.style_less {
list-style: none;
}
.font_size_smaller {
font-size: smaller;
}
.margin_right_1rem {
margin-right: 1rem;
}
.margin_top_1rem {
margin-top: 1.1rem;
}
.underline {
text-decoration: underline;
}
.align_menu {
list-style: none;
text-align: right;
margin-bottom: .3rem;
}
.notgrow {
display: flex; flex-grow: 0;
}
.min_height {
min-height: 50vh;
min-width: auto;
}
.no_underline {
text-decoration: none;
}

File diff suppressed because it is too large Load Diff

View File

@ -1,21 +0,0 @@
footer {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 1rem;
margin-left: 1rem;
margin-right: 1rem;
flex-direction: column-reverse;
}
.footer_color {
color: var(--links);
}
.infobox {
text-align: center;
}
footer div {
margin-top: 1rem;
}

View File

@ -1,16 +0,0 @@
fieldset {
display: flex; flex-wrap: wrap; flex-direction: row; padding: 0; border: none; margin: 0 0 .3rem .5rem;
}
input, textarea {
background-color: var(--background-body);
color: var(--text-link)
}
#result {
white-space: pre; display: none; background: var(--background-body);
padding: 1rem 0 1rem 1rem;
margin-top: 1rem;
-webkit-user-select: all;
user-select: all;
}

View File

@ -1,34 +0,0 @@
#headerinner {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
background-color: #741e94;
padding: .2rem;
padding-right: .7rem;
}
#headerinner a {
margin-left: .8rem;
margin-top: .5rem;
}
details {
margin-top: 0;
margin-bottom: 0;
}
summary {
background-color: var(--background-alt);
padding-bottom: .2rem;
padding-top: .2rem;
list-style: none;
text-align: right;
}
.sticky {
position: fixed;
width: 100%;
max-width: 1024px;
background-color: var(--background-alt);
}

View File

@ -1,79 +0,0 @@
img {
border-radius: 4px;
margin-bottom: .5rem;
}
#container {
background-color: var(--background);
background-image: linear-gradient(var(--background), var(--background-alt));
}
main {
min-height: 80vh;
}
h1 {
margin-left: .4rem;
font-size: 180%;
margin-top: 0rem;
}
#main {
padding-right: 1rem;
padding-bottom: 1rem;
display: flex;
}
#content {
display: flex;
flex-direction: column;
flex-grow: 1;
padding: 1rem;
}
#underline_links a {
text-decoration: underline;
}
aside {
display: none;
}
section {
flex-grow: 0;
flex-shrink: 0;
border-radius: 10px;
padding-left: 1rem;
padding-right: 1rem;
}
@keyframes color {
0% { background: #21001f; }
20% { background: #240027; }
40% { background: #1f001d; }
60% { background: #1c0018; }
80% { background: #220022; }
100% { background: #21001f; }
}
body {
background: #12011e; /* Fallback */
animation: color 300s infinite linear;
}
img.light-shadow{
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
}
img.dark-shadow{
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
}
a.light-shadow{
text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
a.dark-shadow{
text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
color: white;
}

View File

@ -1,9 +0,0 @@
#pagination {
display: flex;
justify-content: center;
margin: 1rem;
}
#pagination a {
padding-right: 1rem;
}

File diff suppressed because it is too large Load Diff

View File

@ -1,48 +0,0 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

View File

@ -1,217 +0,0 @@
:root {
--align: center;
}
.container {
display: flex;
flex-direction: column;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
height: 100%;
height: 100vh;
margin-left: auto;
margin-right: auto;
a {
color: var(--text-color);
}
}
.header {
flex-grow: 1;
min-height: 5rem;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
padding-left: 1rem;
padding-right: 1rem;
}
.minheight {
min-height: 33vh;
}
.content {
flex-grow: 1;
overflow: auto;
}
.footer {
flex-grow: 0;
min-height: 4rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 1rem;
margin-left: 1rem;
margin-right: 1rem;
flex-direction: column-reverse;
div {
margin-top: 1rem;
}
.infobox {
text-align: var(--align);
}
}
.banner {
display: flex;
align-items: center;
background-repeat: no-repeat;
background-attachment: fixed;
font-size: 115%;
background-size: cover;
background-position: top;
h1 {
margin-left: auto;
margin-right: auto;
text-align: center;
}
}
.banner-shadow {
box-shadow:
inset 0px -11px 8px -10px #444;
}
.page-intro {
text-align: var(--align);
a { text-decoration: underline; }
margin-top: 3rem;
margin-bottom: 1rem;
padding-right: 1.1rem;
font-size: 150%;
}
section, article, .article_footer, .sidebar {
//padding: 1rem;
}
.list {
display: flex;
flex-direction: column;
}
.twolists {
}
.gen_list {
a { text-decoration: none;
margin-bottom: 5rem;
&:hover {
.img {
height: 240px;
}
.img-only {
height: 360px;
background-size: 110% auto;
background-position: top;
}
}
}
img {
width: 100%;
}
h3 {
margin-top: 0rem;
}
section {
margin-right: 1rem;
margin-left: 1rem;
}
.img {
width: 100%;
height: 140px;
transition: all .3s ease-in-out;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.img-only {
width: 100%;
height: 360px;
transition: all .2s ease-in-out;
background-size: 100% auto;
background-position: top;
background-repeat: no-repeat;
}
}
article {
.article-image {
margin-top: 3rem;
margin-bottom: 3rem;
img, div {
display: flex;
justify-content: center;
width: 80%;
margin-left: auto;
margin-right: auto;
}
}
a {
&:hover {
text-decoration: none;
}
}
h3 {
font-size: 1.4em;
}
.article_content {
background: var(--background-alt); padding-left: 2rem; padding-right: 2rem; padding-bottom: 1rem; filter: alpha(opacity=987); -moz-opacity: 0.987; -khtml-opacity: 0.987; opacity: 0.987;
}
}
.articlemeta {
margin-bottom: .5rem;
&:first-child {
font-weight: bold;
}
}
#pagination {
display: flex;
justify-content: center;
margin: 1rem;
a {
padding: .5rem;
margin: .5rem;
}
}
img.dark-shadow{
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
}
.dark-shadow{
text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
color: white;
}
.funny-text-shadow {
color: #fff;
text-shadow: 0px 4px 4px #282828;
}
fieldset {
display: flex; flex-wrap: wrap; flex-direction: row; padding: 0; border: none; margin: 0 0 .3rem .5rem;
}
.w100 {
width: 100%;
}
.column {
flex-direction: column;
}
#result {
white-space: pre; display: none; background: var(--background-body);
padding: 1rem 0 1rem 1rem;
margin-top: 1rem;
-webkit-user-select: all;
user-select: all;
}

View File

@ -16,9 +16,9 @@
{{ $pagination := resources.Get "scss/pagination.scss" | resources.ToCSS }}
{{ $footer := resources.Get "scss/footer.scss" | resources.ToCSS }}
{{ $generator := resources.Get "scss/generator.scss" | resources.ToCSS }}
{{ $allcss := slice $water $font $init $container $header $banner $index $gen_list $main $article $pagination $footer $generator | resources.Concat "/css/vendor.css" | minify | fingerprint "sha512" }}
{{ $visibleIf := resources.Get "css/visibleIf.css" | resources.ToCSS }}
{{ $allcss := slice $water $font $init $container $header $banner $index $gen_list $main $article $pagination $footer $generator $visibleIf | resources.Concat "/css/vendor.css" | minify | fingerprint "sha512" }}
<link rel="stylesheet" href="{{ $allcss.RelPermalink }}" integrity="{{ $allcss.Data.Integrity }}">
<link rel="stylesheet" href="/css/visibleIf.css" type="text/css" />
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}