From 473f95d0bce67e81973abb87536fe36b03dca5e5 Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 1 Feb 2018 13:42:09 +0100 Subject: [PATCH 1/2] added opacity for old posts --- themes/cetcat/static/css/main.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/themes/cetcat/static/css/main.css b/themes/cetcat/static/css/main.css index 91a6cf3448..cdbbaad0b7 100644 --- a/themes/cetcat/static/css/main.css +++ b/themes/cetcat/static/css/main.css @@ -189,7 +189,7 @@ pre{ } .hentry .article-info .entry-title a{ text-decoration: none; - } + 8} /* ascii art styling */ .hentry pre{ font-size: 14.4px; @@ -272,4 +272,9 @@ pre{ display: none; } - +/* add a monochrome filter over past events */ +.past-event{ + filter:opacity(0.1); + /*filter: url("/images/filter.svg#monochrome"); + -webkit-filter: url("/images/filter.svg#monochrome");*/ +} From 04c8d25ac294a4ce849e97559e645c2a1bebc3dd Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 1 Feb 2018 13:55:35 +0100 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffa91c33fc..ea0da8c6b3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# CET/CAT Website +# Varia website ## Cloning The folder 'plugins' is linked to the Pelican project '[pelican-plugins](https://github.com/getpelican/pelican-plugins/commit/443739890a96125f4cfa796972a7b53119df89ff)' repository. To clone both the varia.website and pelican-plugins repository, add the --recurse-submodules option in your git clone command: -`git clone https://git.vvvvvvaria.org/varia/varia.manual.git --recurse-submodules` +`git clone https://git.vvvvvvaria.org/varia/varia.website.git --recurse-submodules` ## Update submodules