This commit is contained in:
2024-04-24 16:33:07 +02:00
parent 06cfc5d191
commit 856f0f5356
24 changed files with 135 additions and 64 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
.participant_full .__wrap_content {
margin: 3rem auto; }
.participant_full .__publications,
.participant_full .__bibliographie,
.participant_full .__interviews {
margin: 3rem auto; }
@@ -9,7 +9,11 @@ footer{
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }
} }
@media (min-width: 992px) {
.d-lg-block {
display: block !important;
}
}
#block-colloque2024-renderedsitesettingsblock-5{ #block-colloque2024-renderedsitesettingsblock-5{
.site_setting_entity{ .site_setting_entity{
& > div{ & > div{
@@ -34,6 +38,11 @@ footer{
} }
#block-colloque2024-renderedsitesettingsblock-4{ #block-colloque2024-renderedsitesettingsblock-4{
@media (min-width: 992px) {
.d-lg-block {
display: block !important;
}
}
.site_setting_entity{ .site_setting_entity{
& > div{ & > div{
margin: 1rem 0; margin: 1rem 0;
@@ -1,12 +1,12 @@
header{ header{
max-height: 100px; max-height: 125px;
.row{ .row{
background: white; background: white;
max-height: inherit; max-height: inherit;
justify-content: space-between; justify-content: space-between;
border-bottom: 1px solid black; border-bottom: 1px solid black;
padding-left: 40px;
#block-colloque2024-branding{ #block-colloque2024-logorepublique, #block-colloque2024-logoepau{
max-height: inherit; max-height: inherit;
& > div{ & > div{
max-height: inherit; max-height: inherit;
@@ -14,9 +14,11 @@ header{
display: block; display: block;
max-height: inherit; max-height: inherit;
img{ img{
width: 100%; width: auto;
max-height: inherit; height: 125px;
object-fit: contain; // width: 100%;
// max-height: inherit;
// object-fit: contain;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
padding-top: 0.5rem; padding-top: 0.5rem;
@media screen and (min-width: 450px) { @media screen and (min-width: 450px) {
@@ -79,14 +79,34 @@
.views { .views {
section.wrap_head { section.wrap_head {
// @include croix_or; // @include croix_or;
.head { .head {
display: block; display: flex;
h3{ flex-direction: row;
&:after{ align-items: center;
content:url(../images/path1.svg); position: relative;
max-width: fit-content;
} .custom-line {
flex: 1; /* Pour étendre le trait sur toute la largeur disponible */
border: none;
border-top: 1px solid #000; /* Couleur et style de la ligne */
margin: 10px 0; /* Marge supérieure et inférieure pour l'espacement */
} }
h3{
// &:after{
// content:url(../images/path1.svg);
// max-width: fit-content;
// }
}
}
.head::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%; /* Étendre la ligne sur toute la largeur */
border-bottom: 1px solid #000; /* Couleur et style de la ligne */
} }
} }
} }
@@ -44,7 +44,7 @@
& > div img{ & > div img{
transform: scale(1.05); transform: scale(1.05);
transition: 0.3s all ease; transition: 0.3s all ease;
box-shadow: 0px 0px 13px 0px $color2; box-shadow: 0px 0px 13px 0px $color2024;
} }
} }
} }
@@ -59,7 +59,7 @@
& > div img{ & > div img{
transform: scale(1.05); transform: scale(1.05);
transition: 0.3s all ease; transition: 0.3s all ease;
box-shadow: 0px 0px 13px 0px $color2; box-shadow: 0px 0px 13px 0px $color2024;
} }
} }
@@ -302,7 +302,7 @@ article {
.status { .status {
div { div {
font-family: "Marianneregular_italic"; font-family: "Marianneregular_italic";
color: $color2; color: $color2024;
font-size: 1rem; font-size: 1rem;
line-height: 1.2rem; line-height: 1.2rem;
text-align: center; text-align: center;
@@ -172,14 +172,14 @@ header {
#block-colloque2024-views-block-slide-programme-block-1 { #block-colloque2024-views-block-slide-programme-block-1 {
h3 { h3 {
&::after { // &::after {
display: inline-flex; // display: inline-flex;
width: 60px; // width: 60px;
height: 60px; // height: 60px;
vertical-align: middle; // vertical-align: middle;
margin-left: 20px; // margin-left: 20px;
@include labelOnline; // // @include labelOnline;
} // }
} }
} }
@@ -8,6 +8,7 @@
#info_prat_title{ #info_prat_title{
position: relative; position: relative;
color: $color2024;
&::after{ &::after{
display: inline-flex; display: inline-flex;
position: absolute; position: absolute;
@@ -16,7 +17,7 @@
width: 50px; width: 50px;
height: 50px; height: 50px;
vertical-align: middle; vertical-align: middle;
@include labelOnline; // @include labelOnline;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
&::after{ &::after{
@@ -1,4 +1,7 @@
#moments{ #moments{
h4, h2{
color: $color2024;
}
.__wrapper{ .__wrapper{
.__title{ .__title{
margin: 0.5rem 0; margin: 0.5rem 0;
@@ -8,3 +8,9 @@
margin: 3rem auto; margin: 3rem auto;
} }
} }
#block-colloque2024-views-block-slide-programme-node-intervenant-block-1, #block-colloque2024-views-block-bibliographie-node-intervenant-block-1{
h4{
color: $color2024;
}
}
@@ -1,6 +1,8 @@
<div class="head"> <div class="head">
{{ header }} {{ header }}
<hr class="custom-line">
{% if more or view.storage.id == 'slide_programme' %} {% if more or view.storage.id == 'slide_programme' %}
<div class="wrap d-flex"> <div class="wrap d-flex">
{% if more %} {% if more %}
<div class="more_link"> <div class="more_link">
@@ -40,7 +40,7 @@
{{ title }} {{ title }}
{{ title_suffix }} {{ title_suffix }}
{% if header %} {% if header %}
<section class="wrap_head"> <section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' %} {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' %}
</section> </section>