fond
This commit is contained in:
@@ -119,7 +119,7 @@ header {
|
||||
padding: 0.5rem 1rem;
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
font-family: "truenobold";
|
||||
font-family: "Mariannebold";
|
||||
color: $color2;
|
||||
}
|
||||
}
|
||||
@@ -179,3 +179,7 @@ header {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#block-colloque2024-mainpagecontent{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@@ -15,30 +15,30 @@ body {
|
||||
content: " ";
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// background-image: url("../images/croix_fond.svg");
|
||||
// background-size: content;
|
||||
background-image: url("../images/fond-ronds.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: content;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
&::after {
|
||||
z-index: -1;
|
||||
content: " ";
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(
|
||||
to top,
|
||||
rgba(255, 255, 255, 0.8),
|
||||
white,
|
||||
rgba(255, 255, 255, 0.8)
|
||||
);
|
||||
display: block;
|
||||
position: absolute;
|
||||
transform: translateY(-50%);
|
||||
top: 50%;
|
||||
left: 0;
|
||||
}
|
||||
// &::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 {
|
||||
|
||||
Reference in New Issue
Block a user