header
This commit is contained in:
@@ -24,9 +24,7 @@ header {
|
||||
|
||||
#txt_present {
|
||||
margin: 3rem 0;
|
||||
.medias{
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 992px) {
|
||||
margin: 5rem 0;
|
||||
}
|
||||
@@ -172,27 +170,24 @@ 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#block-colloque2024-mainpagecontent{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
///changement 2024
|
||||
|
||||
#block-colloque2024-mainpagecontent{
|
||||
#txt_present{
|
||||
.medias{
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,59 +10,18 @@ main:not(.home) {
|
||||
//
|
||||
body {
|
||||
#content-ontop{
|
||||
z-index: 3000;
|
||||
position: relative;
|
||||
top: -1200px;
|
||||
}
|
||||
|
||||
|
||||
#background-animated{
|
||||
z-index: 2000;
|
||||
z-index: -1;
|
||||
position: relative;
|
||||
left: -350px;
|
||||
|
||||
}
|
||||
position: relative;
|
||||
&::before {
|
||||
z-index: -1;
|
||||
content: " ";
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// background-image: url("../images/fond-ronds-trace.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: content;
|
||||
display: block;
|
||||
position: absolute;
|
||||
opacity: 0.5;
|
||||
top: 100px;
|
||||
left: +53px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// &::after {
|
||||
// z-index: -1;
|
||||
// content: " ";
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
// background: linear-gradient(
|
||||
// to top,
|
||||
// white,
|
||||
// rgba(255, 255, 255, 0.8)
|
||||
// );
|
||||
// display: block;
|
||||
// position: absolute;
|
||||
// transform: translateY(-100%);
|
||||
// top: 100%;
|
||||
// left: 0;
|
||||
// }
|
||||
}
|
||||
|
||||
article {
|
||||
.__title {
|
||||
// @include croix_or;
|
||||
}
|
||||
&.publications,
|
||||
&.interviews {
|
||||
margin-top: 1rem;
|
||||
@@ -78,7 +37,5 @@ article {
|
||||
}
|
||||
}
|
||||
}
|
||||
h4 {
|
||||
// @include croix_or;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -8,14 +8,13 @@
|
||||
position: relative;
|
||||
color: $color2024;
|
||||
&::after{
|
||||
// display: inline-flex;
|
||||
display: none;
|
||||
display: inline-flex;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
vertical-align: middle;
|
||||
@include labelOnline;
|
||||
// @include labelOnline;
|
||||
@media screen and (min-width: 768px) {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
|
||||
Reference in New Issue
Block a user