7 Commits e45bd14b7a ... 34d706d0ca

Author SHA1 Message Date
  Tessier 34d706d0ca add media home 3 years ago
  Tessier 8c33189167 fix img 3 years ago
  Tessier 47cd70fca7 fix img 3 years ago
  Tessier 6156084abf fix thumb again 3 years ago
  Tessier 4e805776ed fix thumb 3 years ago
  Tessier 65e37927b7 fix thumbnails programme 3 years ago
  Tessier b7609524f9 modif 11_11_20 3 years ago

File diff suppressed because it is too large
+ 13 - 3
web/themes/custom/popsu_colloque/css-compiled/index.css


File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu_colloque/css-compiled/index.min.css


+ 17 - 0
web/themes/custom/popsu_colloque/css/components/components.scss

@@ -0,0 +1,17 @@
+@import "admin/edit.scss";
+@import "admin/toolbar.scss";
+@import "admin/connect.scss";
+@import "header/header.scss";
+@import "header/sub_menu.scss";
+@import "forms/filter.scss";
+@import "hero.scss";
+@import "sidebar/rs.scss";
+@import "sidebar/role_inter.scss";
+@import "slides/flickity.scss";
+@import "slides/slides.scss";
+@import "thumbnails/thumbnails.scss";
+@import "ressources.scss";
+@import "btn/all_btn.scss";
+@import "footer/footer.scss";
+@import "leaflet/custom_leaflet.scss";
+@import "paragraph/paragraphs.scss";

+ 5 - 3
web/themes/custom/popsu_colloque/css/components/header/header.scss

@@ -32,8 +32,12 @@ header{
       border-left: 1px solid $color1;
       padding: 0;
       display: none;
+      a{
+        display: flex;
+      }
       @media screen and (min-width: 1200px) {
         display: flex;
+        
       }
       .site_setting_entity{
         display: flex;
@@ -65,12 +69,10 @@ header{
               margin-bottom: 0.6rem;
             }
             &:last-child{
-              p{
                 color: $color2;
                 padding-right: 10px;
-                // width: min-content;
+                width: min-content;
                 margin-bottom: 0;
-              }
             }
           }
         }

+ 5 - 0
web/themes/custom/popsu_colloque/css/components/paragraph/_media.scss

@@ -0,0 +1,5 @@
+.media{
+    .paragraph--type--images{
+        width: 100%;
+    }
+}

+ 1 - 0
web/themes/custom/popsu_colloque/css/components/paragraph/paragraphs.scss

@@ -0,0 +1 @@
+@import "media.scss";

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

@@ -41,7 +41,7 @@
         }
       }
       &.first{
-        span{
+        & > span{
           font-family: 'truenolight';
           position: absolute;
           top: -2.5rem;

+ 16 - 0
web/themes/custom/popsu_colloque/css/components/thumbnails/thumbnails.scss

@@ -1,5 +1,18 @@
 // thumbnails global
 section{
+  article.thumbnails.programme{
+    .__content{
+      span{
+        color: $color2;
+        font-size: 0.8rem;
+        font-family: 'truenoregular_italic';
+        text-transform: none!important;
+        strong{
+        font-family: 'truenobold_italic';
+        }
+      }
+    }
+  }
   & > div:not(.__slide){
     article.thumbnails.programme{
       a{
@@ -53,6 +66,9 @@ section{
     }
     .__media{
       padding: 0.5rem 0 0.5rem 0.5rem;
+      .__img{
+        width: 100px;
+      }
     }
     .__wrap{
       padding: 0.5rem;

+ 0 - 2
web/themes/custom/popsu_colloque/css/configs/typography.scss

@@ -88,12 +88,10 @@
           font-size: 0.9rem;
         }
         &:last-child{
-          p{
             font-family: 'truenoregular';
             font-weight: bold;
             font-size: 0.7rem;
             line-height: 1;
-          }
         }
       }
     }

+ 2 - 17
web/themes/custom/popsu_colloque/css/index.scss

@@ -27,23 +27,8 @@
 @import "pages/publications.scss";
 
 // components
-@import "components/admin/edit.scss";
-@import "components/admin/toolbar.scss";
-@import "components/admin/connect.scss";
-@import "components/header/header.scss";
-@import "components/header/sub_menu.scss";
-@import "components/forms/filter.scss";
-@import "components/hero.scss";
-@import "components/sidebar/rs.scss";
-@import "components/sidebar/role_inter.scss";
-@import "components/slides/flickity.scss";
-@import "components/slides/slides.scss";
-@import "components/thumbnails/thumbnails.scss";
-@import "components/ressources.scss";
-@import "components/btn/all_btn.scss";
-@import "components/footer/footer.scss";
-@import "components/leaflet/custom_leaflet.scss";
-
+@import "components/components.scss";
+ 
 
 .no-flexbox .box { color: red; }
 .flexbox .box { color: green; }

+ 43 - 0
web/themes/custom/popsu_colloque/template/block/block--renderedsitesettingsblock-2.html.twig

@@ -0,0 +1,43 @@
+{#
+/**
+ * @file
+ * Default theme implementation to display a block.
+ *
+ * Available variables:
+ * - plugin_id: The ID of the block implementation.
+ * - label: The configured label of the block if visible.
+ * - configuration: A list of the block's configuration values.
+ *   - label: The configured label for the block.
+ *   - label_display: The display settings for the label.
+ *   - provider: The module or other provider that provided this block plugin.
+ *   - Block plugin specific settings will also be stored here.
+ * - content: The content of this block.
+ * - attributes: array of HTML attributes populated by modules, intended to
+ *   be added to the main container tag of this template.
+ *   - id: A valid HTML ID and guaranteed unique.
+ * - title_attributes: Same as attributes, except applied to the main title
+ *   tag that appears in the template.
+ * - title_prefix: Additional output populated by modules, intended to be
+ *   displayed in front of the main title tag that appears in the template.
+ * - title_suffix: Additional output populated by modules, intended to be
+ *   displayed after the main title tag that appears in the template.
+ *
+ * @see template_preprocess_block()
+ *
+ * @ingroup themeable
+ */
+#}
+
+
+<div id="block-renderedsitesettingsblock-2">
+  <a href="/" >
+    {{ title_prefix }}
+    {% if label %}
+      <h2{{ title_attributes }}>{{ label }}</h2>
+    {% endif %}
+    {{ title_suffix }}
+    {% block content %}
+      {{ content }}
+    {% endblock %}
+  </a>
+</div>

+ 2 - 1
web/themes/custom/popsu_colloque/template/components/site-setting-entity--information-global.html.twig

@@ -20,7 +20,8 @@
     {{- content.field_title_colloque -}}
     <div class="__info_colloque">
       {{content.field_date_du_colloque}}
-      {{content.field_field_sub_title_wysiwyg}}
+      {# {{content.field_field_sub_title_wysiwyg}} #}
+      {{content.field_sub_title_du_colloque}}
     </div>
   {% endif %}
 </div>

+ 72 - 0
web/themes/custom/popsu_colloque/template/fields/field--node--field-media.html.twig

@@ -0,0 +1,72 @@
+{#
+/**
+ * @file
+ * Default theme implementation for a field.
+ *
+ * To override output, copy the "field.html.twig" from the templates directory
+ * to your theme's directory and customize it, just like customizing other
+ * Drupal templates such as page.html.twig or node.html.twig.
+ *
+ * Instead of overriding the theming for all fields, you can also just override
+ * theming for a subset of fields using
+ * @link themeable Theme hook suggestions. @endlink For example,
+ * here are some theme hook suggestions that can be used for a field_foo field
+ * on an article node type:
+ * - field--node--field-foo--article.html.twig
+ * - field--node--field-foo.html.twig
+ * - field--node--article.html.twig
+ * - field--field-foo.html.twig
+ * - field--text-with-summary.html.twig
+ * - field.html.twig
+ *
+ * Available variables:
+ * - attributes: HTML attributes for the containing element.
+ * - label_hidden: Whether to show the field label or not.
+ * - title_attributes: HTML attributes for the title.
+ * - label: The label for the field.
+ * - multiple: TRUE if a field can contain multiple items.
+ * - items: List of all the field items. Each item contains:
+ *   - attributes: List of HTML attributes for each item.
+ *   - content: The field item's content.
+ * - entity_type: The entity type to which the field belongs.
+ * - field_name: The name of the field.
+ * - field_type: The type of the field.
+ * - label_display: The display settings for the label.
+ *
+ * @see template_preprocess_field()
+ *
+ * @ingroup themeable
+ */
+#}
+{%
+  set title_classes = [
+    label_display == 'visually_hidden' ? 'visually-hidden',
+  ]
+%}
+
+{% if label_hidden %}
+  {% if multiple %}
+    <div class="medias">
+      {% for item in items %}
+        <div{{ item.attributes }}>{{ item.content }}</div>
+      {% endfor %}
+    </div>
+  {% else %}
+    {% for item in items %}
+      {{ item.content }}
+    {% endfor %}
+  {% endif %}
+{% else %}
+  <div{{ attributes }}>
+    <div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div>
+    {% if multiple %}
+      <div>
+    {% endif %}
+    {% for item in items %}
+      <div{{ item.attributes }}>{{ item.content }}</div>
+    {% endfor %}
+    {% if multiple %}
+      </div>
+    {% endif %}
+  </div>
+{% endif %}

+ 10 - 3
web/themes/custom/popsu_colloque/template/node/node--page-d-accueil.html.twig

@@ -96,17 +96,24 @@
 
   </div>
 
+  {% if content.field_media %}
+    
     <div class="col-12 px-0 col-md-12 col-lg-8">
-      <div class="video">
-        {{content.field_le_direct}}
-      </div>
+        {{content.field_media}}
     </div>
 
+  {% endif %}
+
+  {% if content.field_lien_live %}
+
     <div class="col-12 px-0 col-md-12 col-lg-8">
       <div class="link_live btn">
         {{content.field_lien_live}}
       </div>
     </div>
+
+  {% endif %}
+
   </article>
 
 </article>

+ 8 - 2
web/themes/custom/popsu_colloque/template/views/fields/views-view-fields--slide_programme.html.twig

@@ -41,7 +41,7 @@
     {{fields.field_image.content}}
   </figure>
   <div class="__wrap">
-    <div class="d-flex">
+    <div class="d-flex flex-wrap">
       <time datetime="{{fields.field_heure_du_moment.content}}" class="__date mr-1">
         {{fields.field_heure_du_moment.content}}
       </time>
@@ -51,8 +51,14 @@
         </div>
       {% endif %}
     </div>
-    <div class="__content">
+
+    <div class="__content {{fields.field_accessible.content}}">
       {{fields.title.content}}
+      {% if fields.field_accessible.content == "1" %}
+        {% else %}
+          {{fields.field_role_de_l_intervenant.content}}
+      {% endif %}
+
     </div>
   </div>
 {% if fields.field_accessible.content %}

Some files were not shown because too many files changed in this diff