From 33310d37463975fad24429884acc308d8ec5a71a Mon Sep 17 00:00:00 2001 From: Xavier Leune Date: Sun, 3 Aug 2025 15:33:54 +0200 Subject: [PATCH] =?UTF-8?q?[Programme]=20Ajout=20de=20la=20th=C3=A9matisat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/themes/hestia-pro_child/style.css | 48 +++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/resources/themes/hestia-pro_child/style.css b/resources/themes/hestia-pro_child/style.css index 0763ca3..cd8af08 100644 --- a/resources/themes/hestia-pro_child/style.css +++ b/resources/themes/hestia-pro_child/style.css @@ -184,6 +184,54 @@ article.conferenciers, .article-body.conferencier { } /** Program Page **/ +.themes:target { + padding-top: 70px; + margin-top: -70px; +} +.themes { + font-family: "Roboto Slab", "Times New Roman", serif; +} +.themes .title{ + padding: 0 8px; + background-color: lightgray; +} +p.themes-description { + padding: 32px 0 22px; +} +.themes:not(:target):not(:first-of-type) { + margin-top: 50px; +} +.themes ul { + display: flex; + flex-wrap: wrap; + padding: 0; + margin: 0 -15px; + max-width: calc(100% + 30px); + overflow-x: hidden; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; +} +.themes ul li { + flex-grow: 1; + text-align: center; + list-style-type: none; +} +.themes ul li a { + display: inline-block; + width: 100%; + background-color: #50a0dd; + text-decoration: none; + color: white; + font-weight: bold; + padding: 0 8px; +} +.themes ul li a.current { + background-color: #045e80; +} +.themes ul li a:hover { + text-decoration: underline; +} + .session{ clear: both; }