diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index a6bd00f..825cd13 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -43,8 +43,8 @@ b, strong, label, th { #body { background: #fff; - padding-top: 8rem; - padding-bottom: 11rem; } + padding-top: 5rem; + padding-bottom: 0; } .left { float: left; } @@ -805,7 +805,6 @@ ul.pagination { background: none !important; } #sb-site #body { background: none !important; - padding-bottom: 2rem !important; font-family: "Sarabun", sans-serif !important; } #sb-site #body p:empty { display: none; } @@ -888,6 +887,13 @@ body#top.modular.fullwidth.title-center.title-h1h2 { #header #navbar { padding-right: 2rem; } } +.parallax-window { + background: transparent; + width: 100%; } + +.parallax-mirror { + top: -80px; } + .callout { filter: opacity(0.75); position: relative; @@ -902,6 +908,10 @@ body#top.modular.fullwidth.title-center.title-h1h2 { font-weight: 300; font-size: 1rem; } +.ressources { + background-color: white; + padding-top: 1rem; } + .titre_nsb { display: block; margin-right: 52%; } @@ -958,12 +968,6 @@ body#top.modular.fullwidth.title-center.title-h1h2 { padding-top: 8rem; padding-bottom: 8rem; } -.parallax-window { - background: transparent; } - -.parallax-mirror { - top: -80px; } - .programme { z-index: 1; max-width: 35%; @@ -1053,7 +1057,6 @@ body#top.modular.fullwidth.title-center.title-h1h2 { .gouvernance { background-color: #000; - filter: opacity(0.75); color: #ffffff; text-transform: uppercase; padding-bottom: 6rem; @@ -1232,7 +1235,9 @@ body#top.modular.fullwidth.title-center.title-h1h2 { #new-footer { display: flex; - flex-direction: column; } + flex-direction: column; + background-color: white; + padding-bottom: 3rem; } #new-footer .tothetop { position: relative; height: 1rem; diff --git a/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_36.jpg b/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_36.jpg index f71ef4f..624dd01 100644 Binary files a/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_36.jpg and b/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_36.jpg differ diff --git a/user/themes/epau-antimatter/images/ARM161205-001.jpg b/user/themes/epau-antimatter/images/ARM161205-001.jpg index 591e920..5ca36ac 100644 Binary files a/user/themes/epau-antimatter/images/ARM161205-001.jpg and b/user/themes/epau-antimatter/images/ARM161205-001.jpg differ diff --git a/user/themes/epau-antimatter/images/Solideo_110221_Village_Olympique_Web_copyright_Sennse-cbadet_082.jpg b/user/themes/epau-antimatter/images/Solideo_110221_Village_Olympique_Web_copyright_Sennse-cbadet_082.jpg new file mode 100644 index 0000000..051a178 Binary files /dev/null and b/user/themes/epau-antimatter/images/Solideo_110221_Village_Olympique_Web_copyright_Sennse-cbadet_082.jpg differ diff --git a/user/themes/epau-antimatter/images/Thizy_Les_Bourgs_copyright_Communaute_de_l_Ouest_Rhodanien.jpg b/user/themes/epau-antimatter/images/Thizy_Les_Bourgs_copyright_Communaute_de_l_Ouest_Rhodanien.jpg index 23df27d..7f1e5e9 100644 Binary files a/user/themes/epau-antimatter/images/Thizy_Les_Bourgs_copyright_Communaute_de_l_Ouest_Rhodanien.jpg and b/user/themes/epau-antimatter/images/Thizy_Les_Bourgs_copyright_Communaute_de_l_Ouest_Rhodanien.jpg differ diff --git a/user/themes/epau-antimatter/images/copyright_Grenoble-Alpes_Metropole-Lucas_Frangella_1.jpg b/user/themes/epau-antimatter/images/copyright_Grenoble-Alpes_Metropole-Lucas_Frangella_1.jpg index 55799aa..1cee1bd 100644 Binary files a/user/themes/epau-antimatter/images/copyright_Grenoble-Alpes_Metropole-Lucas_Frangella_1.jpg and b/user/themes/epau-antimatter/images/copyright_Grenoble-Alpes_Metropole-Lucas_Frangella_1.jpg differ diff --git a/user/themes/epau-antimatter/scss/template/_core.scss b/user/themes/epau-antimatter/scss/template/_core.scss index 458ef46..5160177 100644 --- a/user/themes/epau-antimatter/scss/template/_core.scss +++ b/user/themes/epau-antimatter/scss/template/_core.scss @@ -45,9 +45,10 @@ b, strong { @extend .padding-horiz; background: $page-bg; - // padding-top: $header-height; - padding-top: $header-height + $padding-vert; - padding-bottom: $footer-height + $padding-vert + 2rem; + padding-top: $header-height; + // padding-top: $header-height + $padding-vert; + // padding-bottom: $footer-height + $padding-vert + 2rem; + padding-bottom: 0; } // Alignment diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index 2629217..f03487b 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -26,7 +26,7 @@ #body{ background: none !important; - padding-bottom: 2rem !important; + // padding-bottom: 2rem !important; font-family: "Sarabun", sans-serif !important; p:empty { display:none; } @media (max-width: 442px) { @@ -35,6 +35,7 @@ } } + body#top.modular.fullwidth.title-center.title-h1h2 { overflow-y:hidden; } @@ -137,6 +138,21 @@ body#top.modular.fullwidth.title-center.title-h1h2 { } } +.parallax-window { + background: transparent; + // background-position: center; + // background-size: cover; + // position: relative; + // top: -500px; + width: 100%; +} + +.parallax-mirror { + top: -80px; + + // height: auto; +} + .callout { filter:opacity(0.75); position: relative; @@ -154,13 +170,17 @@ body#top.modular.fullwidth.title-center.title-h1h2 { } } - +.ressources { + background-color: white; + padding-top: 1rem; +} .titre_nsb { // position: relative; // top: -440px; display: block; margin-right: 52%; + h1 { margin-bottom: 0rem !important; text-align: right; @@ -239,22 +259,6 @@ body#top.modular.fullwidth.title-center.title-h1h2 { padding-bottom: 8rem; } -.parallax-window { - background: transparent; - // background-size: cover; - // height: 300vh; - // width: 100%; - -} - -.parallax-mirror { - top: -80px; - // height: auto; - - -} - - .programme { // position: relative; // top: 440px; @@ -369,7 +373,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 { .gouvernance { background-color: #000; - filter:opacity(0.75); + // filter:opacity(0.75); color: #ffffff; text-transform: uppercase; padding-bottom: 6rem; @@ -653,6 +657,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 { // position:absolute; display: flex; flex-direction: column; + background-color: white; + padding-bottom: 3rem; .tothetop { position: relative; diff --git a/user/themes/epau-antimatter/templates/modular/programmes.html.twig b/user/themes/epau-antimatter/templates/modular/programmes.html.twig index 60244ee..d2fadc0 100644 --- a/user/themes/epau-antimatter/templates/modular/programmes.html.twig +++ b/user/themes/epau-antimatter/templates/modular/programmes.html.twig @@ -1,9 +1,7 @@
- + class="programmes{{ page.header.class}}"> + {{ content|raw }} diff --git a/user/themes/epau-antimatter/templates/modular/ressources.html.twig b/user/themes/epau-antimatter/templates/modular/ressources.html.twig index cac4715..b33b7fa 100644 --- a/user/themes/epau-antimatter/templates/modular/ressources.html.twig +++ b/user/themes/epau-antimatter/templates/modular/ressources.html.twig @@ -1,54 +1,56 @@ -
+
+
-

Ressources

+

Ressources

-
- - - -
- - -
- - {{ content|raw }} - -
- -
- +
+ + +
+ +
+ + {{ content|raw }} + + + + + + +
- - - - - diff --git a/user/themes/epau-antimatter/templates/partials/base.html.twig b/user/themes/epau-antimatter/templates/partials/base.html.twig index bedf12f..c6733e9 100644 --- a/user/themes/epau-antimatter/templates/partials/base.html.twig +++ b/user/themes/epau-antimatter/templates/partials/base.html.twig @@ -67,7 +67,9 @@ {% block showcase %}{% endblock %} {% block body %} -
+
{% block content %}{% endblock %}
{% endblock %}