Skip to content
Snippets Groups Projects
Commit 4edba926 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

braucht man diese serifen?

parent 6c2a6209
No related branches found
No related tags found
No related merge requests found
Pipeline #7573 passed
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
{% endif -%} {% endif -%}
{% endif -%} {% endif -%}
<h2><a href="{{ site.baseurl }}{{ video.url }}">{{ title | markdownify | remove: '<p>' | remove: '</p>' | strip_newlines }}</a></h2> <h2><a href="{{ site.baseurl }}{{ video.url }}">{{ title | markdownify | remove: '<p>' | remove: '</p>' | strip_newlines }}</a></h2>
{{ video.excerpt | strip_html | markdownify | truncatewords: 60 }} <div class="teaser">
{{ video.excerpt | strip_html | markdownify | truncatewords: 60 }}
</div>
</article> </article>
<div style="border-bottom: 1px dotted #000; height:1px; margin:0 auto; margin-bottom: 20px;"> <div style="border-bottom: 1px dotted #000; height:1px; margin:0 auto; margin-bottom: 20px;">
</div> </div>
......
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
{% include post-meta.html -%} {% include post-meta.html -%}
{{ page.excerpt | strip_html | markdownify | truncatewords: 60 }} <div class="teaser">
{{ page.excerpt | strip_html | markdownify | truncatewords: 60 }}
</div>
</article> </article>
<div style="border-bottom: 1px dotted #000; height:1px; margin:0 auto; background-color: transparent; margin-bottom: 20px;"> <div style="border-bottom: 1px dotted #000; height:1px; margin:0 auto; background-color: transparent; margin-bottom: 20px;">
......
...@@ -36,7 +36,9 @@ ...@@ -36,7 +36,9 @@
{% endif -%} {% endif -%}
{% endif -%} {% endif -%}
<small class="small post-meta">Letztes Update: <time datetime="{{ page.date | date_to_xmlschema }}" class="time">{{lastUpdate}}</time></small> <small class="small post-meta">Letztes Update: <time datetime="{{ page.date | date_to_xmlschema }}" class="time">{{lastUpdate}}</time></small>
{{ project.excerpt | strip_html | markdownify | truncatewords: 60 }} <div class="teaser">
{{ project.excerpt | strip_html | markdownify | truncatewords: 60 }}
</div>
</article> </article>
{% endif -%} {% endif -%}
{% endfor -%} {% endfor -%}
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
{% elsif page.layout == "page" or page.layout == "home" or page.layout == "blog" or page.layout == "frontpage"%} {% elsif page.layout == "page" or page.layout == "home" or page.layout == "blog" or page.layout == "frontpage"%}
<section class="section section--description blogasside"> <section class="section section--description blogasside">
<p>{% include space-status.html %}</p> <p>{% include space-status.html %}</p>
<h3>Über uns</h3> <h3 class="chaotikum-about">Über uns</h3>
<p>{{ site.description }}</p> <p class="chaotikum-description">{{ site.description }}</p>
{% include nav-social.html %} {% include nav-social.html %}
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts" width="100%" height="800" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fsocial.chaotikum.org%2Fusers%2Fchaotikumev&theme=light&size=100&header=false&replies=false&boosts=false"></iframe> <iframe allowfullscreen sandbox="allow-top-navigation allow-scripts" width="100%" height="800" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fsocial.chaotikum.org%2Fusers%2Fchaotikumev&theme=light&size=100&header=false&replies=false&boosts=false"></iframe>
</section> </section>
......
<div id="spaceopenmobile"> <div id="spaceopenmobile" class="chaotikum-about">
Ob der Nobreakspace offen ist siehst du <a href='https://status.nobreakspace.org' target='_blank'>hier</a><p>Oder aktiviere Javascript</p> Ob der Nobreakspace offen ist siehst du <a href='https://status.nobreakspace.org' target='_blank'>hier</a><p>Oder aktiviere Javascript</p>
</div> </div>
<div id="spaceopen"> <div id="spaceopen" class="chaotikum-about">
Ob der Nobreakspace offen ist siehst du <a href='https://status.nobreakspace.org' target='_blank'>hier</a><p>Oder aktiviere Javascript</p> Ob der Nobreakspace offen ist siehst du <a href='https://status.nobreakspace.org' target='_blank'>hier</a><p>Oder aktiviere Javascript</p>
</div> </div>
...@@ -17,7 +17,9 @@ layout: default ...@@ -17,7 +17,9 @@ layout: default
{% else %} {% else %}
<h1>Aktivitäten</h1> <h1>Aktivitäten</h1>
{{ content }} <div class="teaser">
{{ content }}
</div>
{% endif %} {% endif %}
......
...@@ -22,8 +22,31 @@ body { ...@@ -22,8 +22,31 @@ body {
h2 a { h2 a {
text-decoration: none!important; text-decoration: none!important;
font-family: Sans-Serif; font-family: "TabletGothic","Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
font-size: 0.7em; font-size: 1em;
line-height: 1.5;
}
.chaotikum-about {
font-family: "TabletGothic","Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
}
.teaser {
font-size: 1rem;
letter-spacing: .03em;
line-height: 1.5;
font-family: "TabletGothic","Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
}
.chaotikum-description {
font-size: 1rem;
letter-spacing: .03em;
line-height: 1.5;
font-family: "TabletGothic","Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
}
.list--nav {
font-family: "TabletGothic","Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
} }
/* HTML5 display definitions /* HTML5 display definitions
...@@ -76,8 +99,14 @@ figcaption { ...@@ -76,8 +99,14 @@ figcaption {
} }
.label--category { .label--category {
font-family: monospace; font-family: "TabletGothic","Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
text-decoration: none; text-decoration: none;
font-size: .875rem;
font-weight: normal;
letter-spacing: .03em;
line-height: 1.2;
margin-bottom: 0.625rem;
vertical-align: top;
} }
.byline { .byline {
......
images/thumbnails/historybot.jpg

17.1 KiB | W: | H:

images/thumbnails/historybot.jpg

17.1 KiB | W: | H:

images/thumbnails/historybot.jpg
images/thumbnails/historybot.jpg
images/thumbnails/historybot.jpg
images/thumbnails/historybot.jpg
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment