From 4edba9267dadf0ebe7a4febca3ed582d620f88ef Mon Sep 17 00:00:00 2001
From: tvluke <tvluke@chaotikum.org>
Date: Sun, 12 Mar 2023 02:27:07 +0100
Subject: [PATCH] braucht man diese serifen?

---
 _includes/media-in-list.html       |   4 +++-
 _includes/post-list-article.html   |   4 +++-
 _includes/project-list.html        |   4 +++-
 _includes/site-aside.html          |   4 ++--
 _includes/space-status-mobile.html |   2 +-
 _includes/space-status.html        |   2 +-
 _layouts/projects.html             |   4 +++-
 _sass/_normalize.scss              |  35 ++++++++++++++++++++++++++---
 images/thumbnails/historybot.jpg   | Bin 17473 -> 17469 bytes
 9 files changed, 48 insertions(+), 11 deletions(-)

diff --git a/_includes/media-in-list.html b/_includes/media-in-list.html
index bd655fc6..1814e7f3 100644
--- a/_includes/media-in-list.html
+++ b/_includes/media-in-list.html
@@ -8,7 +8,9 @@
             {% endif -%}
 		{% endif -%}  	
 		<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>	
 	<div style="border-bottom: 1px dotted #000; height:1px; margin:0 auto; margin-bottom: 20px;">
 	</div>
diff --git a/_includes/post-list-article.html b/_includes/post-list-article.html
index 2b43effe..fb047731 100644
--- a/_includes/post-list-article.html
+++ b/_includes/post-list-article.html
@@ -7,7 +7,9 @@
 
 			{% include post-meta.html -%}
 			
-			{{ page.excerpt | strip_html | markdownify | truncatewords: 60 }}
+			<div class="teaser">
+				{{ page.excerpt | strip_html | markdownify | truncatewords: 60 }}
+			</div>
 
 	</article>
 	<div style="border-bottom: 1px dotted #000; height:1px; margin:0 auto; background-color: transparent; margin-bottom: 20px;">
diff --git a/_includes/project-list.html b/_includes/project-list.html
index 2934026c..80abba32 100644
--- a/_includes/project-list.html
+++ b/_includes/project-list.html
@@ -36,7 +36,9 @@
               					{% endif -%}
 							{% endif -%}  								
 						<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>
 				{% endif -%}
 			{% endfor -%}
diff --git a/_includes/site-aside.html b/_includes/site-aside.html
index fcf9cddf..2e261d1b 100644
--- a/_includes/site-aside.html
+++ b/_includes/site-aside.html
@@ -17,8 +17,8 @@
     {% elsif page.layout == "page" or page.layout == "home" or page.layout == "blog" or page.layout == "frontpage"%}
     <section class="section  section--description blogasside">
       <p>{% include space-status.html %}</p>
-      <h3>Ãœber uns</h3>
-      <p>{{ site.description }}</p>
+      <h3 class="chaotikum-about">Ãœber uns</h3>
+      <p class="chaotikum-description">{{ site.description }}</p>
       {% 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>
     </section>
diff --git a/_includes/space-status-mobile.html b/_includes/space-status-mobile.html
index cfd1e04c..e11f8155 100644
--- a/_includes/space-status-mobile.html
+++ b/_includes/space-status-mobile.html
@@ -1,3 +1,3 @@
-<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>
 </div>
diff --git a/_includes/space-status.html b/_includes/space-status.html
index 00f01ad0..864becf4 100644
--- a/_includes/space-status.html
+++ b/_includes/space-status.html
@@ -1,3 +1,3 @@
-<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>
 </div>
diff --git a/_layouts/projects.html b/_layouts/projects.html
index 26759759..e4f74400 100644
--- a/_layouts/projects.html
+++ b/_layouts/projects.html
@@ -17,7 +17,9 @@ layout: default
 
 			{% else %}
 				<h1>Aktivitäten</h1>
-				{{ content }}
+				<div class="teaser">
+					{{ content }}
+				</div>
 
 			{% endif %}
 
diff --git a/_sass/_normalize.scss b/_sass/_normalize.scss
index 8ab6e111..1d0007e8 100644
--- a/_sass/_normalize.scss
+++ b/_sass/_normalize.scss
@@ -22,8 +22,31 @@ body {
 
 h2 a {
   text-decoration: none!important;
-  font-family: Sans-Serif;
-  font-size: 0.7em;
+  font-family: "TabletGothic","Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
+  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
@@ -76,8 +99,14 @@ figcaption {
 }
 
 .label--category {
-  font-family: monospace;
+  font-family: "TabletGothic","Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
   text-decoration: none;
+  font-size: .875rem;
+  font-weight: normal;
+  letter-spacing: .03em;
+  line-height: 1.2;
+  margin-bottom: 0.625rem;
+  vertical-align: top;
 }
 
 .byline {
diff --git a/images/thumbnails/historybot.jpg b/images/thumbnails/historybot.jpg
index 041f0cd4dec89b3efdf1d812a52c6ccb8e31b315..4780b49d670263a9f3200939dfd64e662b8ebae3 100644
GIT binary patch
delta 1817
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
HhpYeDF&AQ@

delta 1840
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

-- 
GitLab