header
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.d-lg-block {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
#block-colloque2024-renderedsitesettingsblock-5{
|
||||
.site_setting_entity{
|
||||
& > div{
|
||||
@@ -34,6 +38,11 @@ footer{
|
||||
}
|
||||
|
||||
#block-colloque2024-renderedsitesettingsblock-4{
|
||||
@media (min-width: 992px) {
|
||||
.d-lg-block {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
.site_setting_entity{
|
||||
& > div{
|
||||
margin: 1rem 0;
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
header{
|
||||
max-height: 100px;
|
||||
max-height: 125px;
|
||||
.row{
|
||||
background: white;
|
||||
max-height: inherit;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px solid black;
|
||||
|
||||
#block-colloque2024-branding{
|
||||
padding-left: 40px;
|
||||
#block-colloque2024-logorepublique, #block-colloque2024-logoepau{
|
||||
max-height: inherit;
|
||||
& > div{
|
||||
max-height: inherit;
|
||||
@@ -14,9 +14,11 @@ header{
|
||||
display: block;
|
||||
max-height: inherit;
|
||||
img{
|
||||
width: 100%;
|
||||
max-height: inherit;
|
||||
object-fit: contain;
|
||||
width: auto;
|
||||
height: 125px;
|
||||
// width: 100%;
|
||||
// max-height: inherit;
|
||||
// object-fit: contain;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-top: 0.5rem;
|
||||
@media screen and (min-width: 450px) {
|
||||
|
||||
@@ -79,14 +79,34 @@
|
||||
.views {
|
||||
section.wrap_head {
|
||||
// @include croix_or;
|
||||
|
||||
.head {
|
||||
display: block;
|
||||
h3{
|
||||
&:after{
|
||||
content:url(../images/path1.svg);
|
||||
max-width: fit-content;
|
||||
}
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
|
||||
.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{
|
||||
transform: scale(1.05);
|
||||
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{
|
||||
transform: scale(1.05);
|
||||
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 {
|
||||
div {
|
||||
font-family: "Marianneregular_italic";
|
||||
color: $color2;
|
||||
color: $color2024;
|
||||
font-size: 1rem;
|
||||
line-height: 1.2rem;
|
||||
text-align: center;
|
||||
|
||||
@@ -172,14 +172,14 @@ header {
|
||||
|
||||
#block-colloque2024-views-block-slide-programme-block-1 {
|
||||
h3 {
|
||||
&::after {
|
||||
display: inline-flex;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
vertical-align: middle;
|
||||
margin-left: 20px;
|
||||
@include labelOnline;
|
||||
}
|
||||
// &::after {
|
||||
// display: inline-flex;
|
||||
// width: 60px;
|
||||
// height: 60px;
|
||||
// vertical-align: middle;
|
||||
// margin-left: 20px;
|
||||
// // @include labelOnline;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#info_prat_title{
|
||||
position: relative;
|
||||
color: $color2024;
|
||||
&::after{
|
||||
display: inline-flex;
|
||||
position: absolute;
|
||||
@@ -16,7 +17,7 @@
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
vertical-align: middle;
|
||||
@include labelOnline;
|
||||
// @include labelOnline;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
&::after{
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#moments{
|
||||
h4, h2{
|
||||
color: $color2024;
|
||||
}
|
||||
.__wrapper{
|
||||
.__title{
|
||||
margin: 0.5rem 0;
|
||||
|
||||
@@ -8,3 +8,9 @@
|
||||
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">
|
||||
{{ header }}
|
||||
<hr class="custom-line">
|
||||
{% if more or view.storage.id == 'slide_programme' %}
|
||||
|
||||
<div class="wrap d-flex">
|
||||
{% if more %}
|
||||
<div class="more_link">
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
{{ title }}
|
||||
{{ title_suffix }}
|
||||
|
||||
{% if header %}
|
||||
{% if header %}
|
||||
<section class="wrap_head">
|
||||
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' %}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user