uppercase
This commit is contained in:
@@ -560,6 +560,8 @@ header #block-colloque2024-mainnavigation ul li {
|
||||
|
||||
#txt_present {
|
||||
margin: 3rem 0; }
|
||||
#txt_present .medias {
|
||||
display: none; }
|
||||
@media screen and (min-width: 992px) {
|
||||
#txt_present {
|
||||
margin: 5rem 0; } }
|
||||
@@ -668,10 +670,9 @@ header #block-colloque2024-mainnavigation ul li {
|
||||
#block-colloque2024-views-block-slide-programme-block-1 h3,
|
||||
#block-colloque2024-views-block-dernieres-publications-block-1 h3,
|
||||
#block-colloque2024-views-block-slide-interviews-block-1 h3 {
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
font-family: "Marianne";
|
||||
font-size: 2rem;
|
||||
font-family: "Mariannebold";
|
||||
font-size: 2.5rem;
|
||||
letter-spacing: 0.1rem;
|
||||
color: #038788; }
|
||||
|
||||
@@ -1597,7 +1598,8 @@ https://flickity.metafizzy.co
|
||||
top: -2.5rem;
|
||||
width: max-content;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.2; }
|
||||
line-height: 1.2;
|
||||
text-transform: uppercase; }
|
||||
#block-colloque2024-views-block-slide-programme-block-1 .__slide article.first:not(:first-child)::before,
|
||||
#block-colloque2024-views-block-slide-programme-node-intervenant-block-1 .__slide article.first:not(:first-child)::before {
|
||||
position: absolute;
|
||||
@@ -1628,7 +1630,8 @@ https://flickity.metafizzy.co
|
||||
#block-colloque2024-views-block-slide-programme-node-intervenant-block-1 .views section.wrap_head .head h3:after,
|
||||
#block-colloque2024-views-block-dernieres-publications-block-1 .views section.wrap_head .head h3:after,
|
||||
#block-colloque2024-views-block-slide-interviews-block-1 .views section.wrap_head .head h3:after {
|
||||
content: '-'; }
|
||||
content: url(../images/path1.svg);
|
||||
max-width: fit-content; }
|
||||
|
||||
@media screen and (min-width: 576px) {
|
||||
#block-colloque2024-views-block-gallerie-block-1 .views section .head,
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
width: max-content;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.2;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
&:not(:first-child) {
|
||||
&::before {
|
||||
@@ -82,7 +83,8 @@
|
||||
display: block;
|
||||
h3{
|
||||
&:after{
|
||||
content:'-';
|
||||
content:url(../images/path1.svg);
|
||||
max-width: fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -263,9 +263,7 @@ form {
|
||||
// thumbnails_participants
|
||||
.thumbnails_participants {
|
||||
@include shadow_participants;
|
||||
* {
|
||||
// color: $color2024;
|
||||
}
|
||||
|
||||
.__name {
|
||||
font-family: "Marianneregular";
|
||||
font-size: 1rem;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$color1: #b9a47eff;
|
||||
$color2: #1d378eff;
|
||||
$color2024: rgb(3,135,136);
|
||||
$color2024: #038788;
|
||||
$col_black: black;
|
||||
$color_orange: rgb(255, 128, 77);
|
||||
$lightgrey: #6f6d7dff;
|
||||
|
||||
@@ -24,6 +24,9 @@ header {
|
||||
|
||||
#txt_present {
|
||||
margin: 3rem 0;
|
||||
.medias{
|
||||
display: none;
|
||||
}
|
||||
@media screen and (min-width: 992px) {
|
||||
margin: 5rem 0;
|
||||
}
|
||||
@@ -158,10 +161,10 @@ header {
|
||||
margin: 5rem 0;
|
||||
}
|
||||
h3 {
|
||||
text-transform: uppercase;
|
||||
// text-transform: uppercase;
|
||||
margin: 0;
|
||||
font-family: "Marianne";
|
||||
font-size: 2rem;
|
||||
font-family: "Mariannebold";
|
||||
font-size: 2.5rem;
|
||||
letter-spacing: $letter_spacingH;
|
||||
color: $color2024;
|
||||
}
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
id="layer1"
|
||||
transform="translate(-35.113301,-103.37879)">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 35.113301,103.51108 H 139.72167"
|
||||
style="fill:#038788;stroke:#038788;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 35.113301,103.51108 H 100"
|
||||
id="path1" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 626 B |
Reference in New Issue
Block a user