color page programme
This commit is contained in:
@@ -721,9 +721,10 @@ header #block-colloque2024-mainnavigation ul li {
|
|||||||
.container.programme {
|
.container.programme {
|
||||||
padding-top: 0rem; } }
|
padding-top: 0rem; } }
|
||||||
.container.programme h2 {
|
.container.programme h2 {
|
||||||
position: relative; }
|
position: relative;
|
||||||
|
color: #038788; }
|
||||||
.container.programme h2::after {
|
.container.programme h2::after {
|
||||||
display: inline-flex;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
@@ -740,7 +741,8 @@ header #block-colloque2024-mainnavigation ul li {
|
|||||||
.container.programme h3 {
|
.container.programme h3 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-family: 'Mariannelight';
|
font-family: 'Mariannelight';
|
||||||
color: black; }
|
color: black;
|
||||||
|
text-transform: uppercase; }
|
||||||
.container.programme .views section .row .__wrap_side {
|
.container.programme .views section .row .__wrap_side {
|
||||||
margin: 0 0 1rem 0; }
|
margin: 0 0 1rem 0; }
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
@@ -1661,7 +1663,8 @@ https://flickity.metafizzy.co
|
|||||||
|
|
||||||
.flickity-slider {
|
.flickity-slider {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%; }
|
height: 100%;
|
||||||
|
margin-left: 10px; }
|
||||||
|
|
||||||
section article.thumbnails.programme {
|
section article.thumbnails.programme {
|
||||||
border: 1px solid #6f6d7dff;
|
border: 1px solid #6f6d7dff;
|
||||||
|
|||||||
@@ -132,6 +132,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
// width: 300px;
|
// width: 300px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin-left: 10px;
|
||||||
&:hover{
|
&:hover{
|
||||||
// border: solid 1px black;
|
// border: solid 1px black;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,8 +6,10 @@
|
|||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
color: $color2024;
|
||||||
&::after{
|
&::after{
|
||||||
display: inline-flex;
|
// display: inline-flex;
|
||||||
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
@@ -24,6 +26,7 @@
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-family: 'Mariannelight';
|
font-family: 'Mariannelight';
|
||||||
color: $col_black;
|
color: $col_black;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
.views{
|
.views{
|
||||||
section{
|
section{
|
||||||
|
|||||||
Reference in New Issue
Block a user