From 3726814e11efe1741ebd31911198ccc5b7d1168c Mon Sep 17 00:00:00 2001 From: mco-system Date: Sun, 9 Apr 2023 19:04:35 +1100 Subject: [PATCH] wip: programme --- build/lib/thsf/static/css/style.css | 4 ++-- build/lib/thsf/templates/slot.html | 9 +++++++-- src/thsf/static/css/style.css | 4 ++-- src/thsf/templates/slot.html | 9 +++++++-- thsf.pid | 2 +- 5 files changed, 19 insertions(+), 9 deletions(-) diff --git a/build/lib/thsf/static/css/style.css b/build/lib/thsf/static/css/style.css index 5a0f82b..24f0bcf 100644 --- a/build/lib/thsf/static/css/style.css +++ b/build/lib/thsf/static/css/style.css @@ -25,6 +25,7 @@ body { background-color: var(--main-bg-color); font-family: pfdintextcomppromedium; + text-align: center; } .white { @@ -127,8 +128,7 @@ a:hover { justify-content: center; align-items: center; gap: 2em; - /* background-color: var(--main-bg-color); */ - background-color: green; + background-color: var(--main-bg-color); width: 100vw; } diff --git a/build/lib/thsf/templates/slot.html b/build/lib/thsf/templates/slot.html index 1ad8023..ba0b287 100644 --- a/build/lib/thsf/templates/slot.html +++ b/build/lib/thsf/templates/slot.html @@ -8,7 +8,9 @@ {% if speaker.avatar or speaker.biography %}
{% if speaker.avatar %} - + {% endif %} {% if speaker['biography'] %}

{{speaker.biography}}

@@ -29,7 +31,10 @@
{% if slot['image'] %} - + {% endif %}

{{slot.abstract}}

diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 5a0f82b..24f0bcf 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -25,6 +25,7 @@ body { background-color: var(--main-bg-color); font-family: pfdintextcomppromedium; + text-align: center; } .white { @@ -127,8 +128,7 @@ a:hover { justify-content: center; align-items: center; gap: 2em; - /* background-color: var(--main-bg-color); */ - background-color: green; + background-color: var(--main-bg-color); width: 100vw; } diff --git a/src/thsf/templates/slot.html b/src/thsf/templates/slot.html index 1ad8023..ba0b287 100644 --- a/src/thsf/templates/slot.html +++ b/src/thsf/templates/slot.html @@ -8,7 +8,9 @@ {% if speaker.avatar or speaker.biography %}
{% if speaker.avatar %} - + {% endif %} {% if speaker['biography'] %}

{{speaker.biography}}

@@ -29,7 +31,10 @@
{% if slot['image'] %} - + {% endif %}

{{slot.abstract}}

diff --git a/thsf.pid b/thsf.pid index 0083530..8e05b9f 100644 --- a/thsf.pid +++ b/thsf.pid @@ -1 +1 @@ -92070 +92535