Browse Source

uppercase

ouidade 1 week ago
parent
commit
f88457d797

+ 8 - 5
web/themes/custom/colloque2024/css-compiled/index.css

@@ -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,

+ 3 - 1
web/themes/custom/colloque2024/css/components/slides/slides.scss

@@ -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;
           }
         }
       }

+ 1 - 3
web/themes/custom/colloque2024/css/configs/typography.scss

@@ -263,9 +263,7 @@ form {
 // thumbnails_participants
 .thumbnails_participants {
   @include shadow_participants;
-  * {
-    // color: $color2024;
-  }
+
   .__name {
     font-family: "Marianneregular";
     font-size: 1rem;

+ 1 - 1
web/themes/custom/colloque2024/css/configs/var.scss

@@ -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;

+ 6 - 3
web/themes/custom/colloque2024/css/pages/front.scss

@@ -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;
   }

+ 2 - 2
web/themes/custom/colloque2024/images/path1.svg

@@ -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>