From ef4dd72359352588709a0bdf4bf58c24031e1275 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 16 Nov 2021 15:15:03 +0100 Subject: [PATCH] Playing with styles --- devblog/2012.html | 823 ++++++++++++++++--------------- devblog/2013.html | 823 ++++++++++++++++--------------- devblog/2014.html | 823 ++++++++++++++++--------------- devblog/2015.html | 823 ++++++++++++++++--------------- devblog/2016.html | 823 ++++++++++++++++--------------- devblog/2017.html | 823 ++++++++++++++++--------------- devblog/2018.html | 823 ++++++++++++++++--------------- devblog/2019.html | 823 ++++++++++++++++--------------- devblog/2020.html | 823 ++++++++++++++++--------------- devblog/2021.html | 823 ++++++++++++++++--------------- devblog/_src/templates/blog.html | 43 +- stylesheets/styles.css | 22 +- 12 files changed, 4263 insertions(+), 4032 deletions(-) diff --git a/devblog/2012.html b/devblog/2012.html index 5d2005c6c0..039cd8cf54 100644 --- a/devblog/2012.html +++ b/devblog/2012.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - -
-
+
+
+ + + + +

diff --git a/devblog/2013.html b/devblog/2013.html index 99efcf0350..2d98a3808a 100644 --- a/devblog/2013.html +++ b/devblog/2013.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - - +
+
+ + + + +

diff --git a/devblog/2014.html b/devblog/2014.html index 49dbf86c92..fbebd689af 100644 --- a/devblog/2014.html +++ b/devblog/2014.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - - +
+
+ + + + +

diff --git a/devblog/2015.html b/devblog/2015.html index f1388b55f6..f00b44bcfa 100644 --- a/devblog/2015.html +++ b/devblog/2015.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - - +
+
+ + + + +

diff --git a/devblog/2016.html b/devblog/2016.html index 705a49c473..c1a093e1cb 100644 --- a/devblog/2016.html +++ b/devblog/2016.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - - +
+
+ + + + +

diff --git a/devblog/2017.html b/devblog/2017.html index 9d039605e8..3ff908cea1 100644 --- a/devblog/2017.html +++ b/devblog/2017.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - - +
+
+ + + + +

diff --git a/devblog/2018.html b/devblog/2018.html index 9fc97404cd..81621a5659 100644 --- a/devblog/2018.html +++ b/devblog/2018.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - - +
+
+ + + + +

diff --git a/devblog/2019.html b/devblog/2019.html index a7f437a01d..567c1618ec 100644 --- a/devblog/2019.html +++ b/devblog/2019.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - - +
+
+ + + + +

diff --git a/devblog/2020.html b/devblog/2020.html index 221452abcc..70e1ce17a9 100644 --- a/devblog/2020.html +++ b/devblog/2020.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - - +
+
+ + + + +

diff --git a/devblog/2021.html b/devblog/2021.html index 620f535737..c4c87eca30 100644 --- a/devblog/2021.html +++ b/devblog/2021.html @@ -34,495 +34,516 @@ Discuss (GitHub) + - - +
+
+ + + + +

diff --git a/devblog/_src/templates/blog.html b/devblog/_src/templates/blog.html index 7975ccdbe8..70aefbdebe 100644 --- a/devblog/_src/templates/blog.html +++ b/devblog/_src/templates/blog.html @@ -34,29 +34,32 @@ Discuss (GitHub) + - - + + + + {% endfor %} + +

diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 1e8bb9fb26..c3366955a4 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -527,7 +527,7 @@ a[href="devblog-posts"]:focus { float: none; } .blog_post > .highlight > pre { - line-height: 0.1em!important; + line-height: 0.5em!important; } @@ -538,7 +538,7 @@ a[href="devblog-posts"]:focus { div.wrapper { width:auto; - margin:0; + margin: 0; } header, section { @@ -597,6 +597,24 @@ a[href="devblog-posts"]:focus { display: none; } + .devblog-calendar > ul { + overflow: hidden; + max-width: 50%; + } + + .devblog-calendar > ul > li { + float: left; + padding: 2px; + } + + .devblog-calendar-open { + max-height: 0; + } + /*.devblog-calendar-open > a { + position: fixed; + margin-left: 50%; + margin-top: -38%; + }*/ }