From bef0351cf33819c7e3d533e0537e6c71a08eb999 Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 26 Dec 2020 21:18:45 +0100 Subject: [PATCH] Add lounge schedule placeholder --- assets/style.scss | 24 ++++++++++++++++++ content/lounge.de.md | 48 +++++++++++++++++++++++++++--------- content/lounge.md | 48 +++++++++++++++++++++++++++--------- layouts/shortcodes/wrap.html | 1 + 4 files changed, 97 insertions(+), 24 deletions(-) create mode 100644 layouts/shortcodes/wrap.html diff --git a/assets/style.scss b/assets/style.scss index f7892ff..e8939bb 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -125,6 +125,26 @@ iframe { } } +table { + border-collapse: collapse; + margin: 1rem 0; + + thead th { + @include heading; + font-weight: bold; + } + + thead tr, tr:not(:last-child) { + @include hline(10em, 1px, $primary-1, $primary-2, $primary-3) + } + + td, th { + padding: 0.2em 0.5em; + text-align: left; + white-space: nowrap; + } +} + .nav { display: flex; flex-flow: column wrap; @@ -185,3 +205,7 @@ iframe { .date { font-style: italic; } + +.overflow-x-auto { + overflow-x: auto; +} diff --git a/content/lounge.de.md b/content/lounge.de.md index af3b313..23af09f 100644 --- a/content/lounge.de.md +++ b/content/lounge.de.md @@ -5,18 +5,42 @@ menu: weight: 3 --- -| Zeit | Künstler\*in | -| ---- | ---------------------------------------------------------------- | -| 2342 | | +{{