detail css
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
parameters:
|
parameters:
|
||||||
http.response.debug_cacheability_headers: true
|
http.response.debug_cacheability_headers: true
|
||||||
twig.config:
|
twig.config:
|
||||||
debug: false
|
debug: true
|
||||||
auto_reload: true
|
auto_reload: true
|
||||||
services:
|
services:
|
||||||
cache.backend.null:
|
cache.backend.null:
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
|
|||||||
#block-popsu-colloque-submenu{
|
#block-popsu-colloque-submenu{
|
||||||
margin: 3rem auto;
|
|
||||||
ul{
|
ul{
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
li{
|
li{
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
a{
|
a{
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ header{
|
|||||||
}
|
}
|
||||||
|
|
||||||
main:not(.home){
|
main:not(.home){
|
||||||
margin-top: 0rem;
|
padding-top: 0rem;
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
margin-top: 5rem!important;
|
padding-top: 5rem!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -59,12 +59,8 @@ article{
|
|||||||
.__head{
|
.__head{
|
||||||
div{
|
div{
|
||||||
& > div{
|
& > div{
|
||||||
margin-right: 0.5rem;
|
// padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
& > div:not(:first-child){
|
|
||||||
margin-left: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -113,3 +109,14 @@ blockquote{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// page moment
|
||||||
|
.container{
|
||||||
|
.__ressources{
|
||||||
|
section{
|
||||||
|
.row{
|
||||||
|
padding: 0rem 0rem 2rem 0rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -8,9 +8,22 @@
|
|||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.__rs{
|
.__rs{
|
||||||
|
&:not(.moment){
|
||||||
|
margin: auto;
|
||||||
|
& > div{
|
||||||
|
margin: 0 auto 0.5rem auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 992px) {
|
||||||
|
.__rs{
|
||||||
|
&.moment{
|
||||||
margin: auto;
|
margin: auto;
|
||||||
& > div{
|
& > div{
|
||||||
margin: 0 auto 0.5rem auto;
|
margin: 0 auto 0.5rem auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -32,9 +32,6 @@
|
|||||||
.head{
|
.head{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.thumbnails{
|
|
||||||
margin: 1rem;
|
|
||||||
}
|
|
||||||
.flickity-slider{
|
.flickity-slider{
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,16 @@
|
|||||||
header{
|
header{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// thumbnails global
|
// thumbnails global
|
||||||
.thumbnails{
|
.thumbnails{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
background: white;
|
background: white;
|
||||||
margin: 0.5rem 0;
|
margin: $gutter1;
|
||||||
@include shadow;
|
&:not(.bibliographie){
|
||||||
|
@include shadow;
|
||||||
|
}
|
||||||
figure{
|
figure{
|
||||||
height: 150px;
|
height: 150px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -21,7 +24,18 @@ header{
|
|||||||
// thumbnails publications
|
// thumbnails publications
|
||||||
&.publications{
|
&.publications{
|
||||||
.__media{
|
.__media{
|
||||||
padding: 1rem 0 1rem 1rem;
|
padding: 0.5rem 0 0.5rem 0.5rem;
|
||||||
|
// .__img{
|
||||||
|
// height: 150px;
|
||||||
|
// width: 100%;
|
||||||
|
// img{
|
||||||
|
// width: auto;
|
||||||
|
// height: 100%;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
.__wrap{
|
||||||
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
width: calc(100% / 2 - #{$gutter1} * 2);
|
width: calc(100% / 2 - #{$gutter1} * 2);
|
||||||
@@ -39,6 +53,15 @@ header{
|
|||||||
.__slide{
|
.__slide{
|
||||||
.thumbnails{
|
.thumbnails{
|
||||||
max-width: 380px;
|
max-width: 380px;
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
width: calc(100% / 2 - #{$gutter1} * 2);
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 992px) {
|
||||||
|
width: calc(100% / 3 - #{$gutter1} * 2);
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 1200px) {
|
||||||
|
width: calc(100% / 4 - #{$gutter1} * 2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -59,6 +82,69 @@ header{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// page moment
|
||||||
|
.__ressources{
|
||||||
|
.__publications{
|
||||||
|
.publications{
|
||||||
|
.__media{
|
||||||
|
padding: 0.5rem 0 0.5rem 0.5rem;
|
||||||
|
}
|
||||||
|
.__wrap{
|
||||||
|
padding: 0.5rem;
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
width: calc(100% / 2 - #{$gutter1});
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 992px) {
|
||||||
|
width: calc(100% / 2 - #{$gutter1});
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 1200px) {
|
||||||
|
width: calc(100% / 2 - #{$gutter1});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.__bibliographie{
|
||||||
|
.thumbnails{
|
||||||
|
background: transparent;
|
||||||
|
a{
|
||||||
|
& > div{
|
||||||
|
div, span, p{
|
||||||
|
display: inline;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// thumbnails participant
|
||||||
|
.thumbnails_participants{
|
||||||
|
figure{
|
||||||
|
& > div{
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
img{
|
||||||
|
border-radius: 50%;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
figcaption{
|
||||||
|
&.__info{
|
||||||
|
padding: 4rem 0.5rem 0.5rem 0.5rem;
|
||||||
|
margin-top: -3rem;
|
||||||
|
background: white;
|
||||||
|
.__name{
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// @media screen and (min-width: 992px) {
|
// @media screen and (min-width: 992px) {
|
||||||
// .programme{
|
// .programme{
|
||||||
// .row{
|
// .row{
|
||||||
@@ -193,36 +279,7 @@ header{
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// .thumbnails_participants{
|
|
||||||
// figure{
|
|
||||||
// & > div{
|
|
||||||
// width: 100px;
|
|
||||||
// height: 100px;
|
|
||||||
// margin-left: 0.5rem;
|
|
||||||
//
|
|
||||||
// img{
|
|
||||||
// border-radius: 50%;
|
|
||||||
// width: 100%;
|
|
||||||
// height: 100%;
|
|
||||||
// object-fit: cover;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// figcaption{
|
|
||||||
// &.__info{
|
|
||||||
// padding: 4rem 0.5rem 0.5rem 0.5rem;
|
|
||||||
// margin-top: -3rem;
|
|
||||||
// background: white;
|
|
||||||
// .__name{
|
|
||||||
// text-transform: uppercase;
|
|
||||||
// }
|
|
||||||
// .__qualite{
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// article{
|
// article{
|
||||||
// .__publications{
|
// .__publications{
|
||||||
// & > div{
|
// & > div{
|
||||||
|
|||||||
@@ -33,3 +33,20 @@
|
|||||||
box-shadow: 0px 0px 13px 0px $color2;
|
box-shadow: 0px 0px 13px 0px $color2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin shadow_participants{
|
||||||
|
figure img{
|
||||||
|
box-shadow: none;
|
||||||
|
transition: 0.3s transform ease, 0.3s box-shadow ease;
|
||||||
|
}
|
||||||
|
figure{
|
||||||
|
&:hover{
|
||||||
|
& > div img{
|
||||||
|
transform: scale(1.05);
|
||||||
|
transition: 0.3s all ease;
|
||||||
|
box-shadow: 0px 0px 13px 0px $color2;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -155,23 +155,9 @@ a{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnails_participants{
|
|
||||||
*{
|
|
||||||
color: $color2;
|
|
||||||
}
|
|
||||||
.__name{
|
|
||||||
font-family: 'truenoregular';
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
.__qualite{
|
|
||||||
font-family: 'truenoregular';
|
|
||||||
font-size: 1rem;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Page programme
|
// Page programme
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
&.programme{
|
&.programme{
|
||||||
h3{
|
h3{
|
||||||
@@ -182,6 +168,37 @@ a{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// page publication
|
||||||
|
article{
|
||||||
|
&.publications{
|
||||||
|
.__wrap_content{
|
||||||
|
.__head{
|
||||||
|
& *{
|
||||||
|
color: $color2;
|
||||||
|
}
|
||||||
|
.__auteur{
|
||||||
|
div{
|
||||||
|
font-family: 'cormorantBold';
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.__titre{
|
||||||
|
span{
|
||||||
|
font-family: 'cormorantBoldItalic';
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.__info{
|
||||||
|
margin: 1rem 0;
|
||||||
|
div{
|
||||||
|
font-family: 'cormorantBold';
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.thumbnails{
|
.thumbnails{
|
||||||
time, .type_moment{
|
time, .type_moment{
|
||||||
font-family: 'truenoregular';
|
font-family: 'truenoregular';
|
||||||
@@ -208,6 +225,59 @@ a{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.bibliographie{
|
||||||
|
background: transparent;
|
||||||
|
div,p{
|
||||||
|
font-family: 'cormorantBold';
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
span{
|
||||||
|
font-family: 'cormorantBoldItalic';
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// page shadow_participants
|
||||||
|
article{
|
||||||
|
&.participant_full{
|
||||||
|
.__auteur{
|
||||||
|
h2{
|
||||||
|
font-family: 'truenoregular';
|
||||||
|
font-size: 2rem;
|
||||||
|
letter-spacing: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.status{
|
||||||
|
div{
|
||||||
|
font-family: 'truenoregular';
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
text-align: center;
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// thumbnails_participants
|
||||||
|
.thumbnails_participants{
|
||||||
|
@include shadow_participants;
|
||||||
|
*{
|
||||||
|
color: $color2;
|
||||||
|
}
|
||||||
|
.__name{
|
||||||
|
font-family: 'truenoregular';
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
.__qualite{
|
||||||
|
font-family: 'truenoregular';
|
||||||
|
font-size: 0.8rem;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.paragraph--type--role-de-l-intervenant{
|
.paragraph--type--role-de-l-intervenant{
|
||||||
@@ -226,7 +296,7 @@ a{
|
|||||||
div{
|
div{
|
||||||
font-family: 'truenoregular';
|
font-family: 'truenoregular';
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
text-transform: uppercase;
|
// text-transform: uppercase;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ $lightgrey: #6f6d7dff;
|
|||||||
$fond: #1d378e0d;
|
$fond: #1d378e0d;
|
||||||
$underline:#d2d2ebff;
|
$underline:#d2d2ebff;
|
||||||
|
|
||||||
$gutter1 : 1rem;
|
$gutter1 : 0.5rem;
|
||||||
|
|
||||||
$croix_or: '../images/croix_filetsable.svg';
|
$croix_or: '../images/croix_filetsable.svg';
|
||||||
|
|
||||||
|
|||||||
+44
@@ -0,0 +1,44 @@
|
|||||||
|
{#
|
||||||
|
/**
|
||||||
|
* @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
|
||||||
|
*/
|
||||||
|
#}
|
||||||
|
|
||||||
|
{% set id = [elements][0].content['#view_id'] %}
|
||||||
|
|
||||||
|
<div class="container {{id}}">
|
||||||
|
{% if id == 'programme' %}
|
||||||
|
{{ title_prefix }}
|
||||||
|
{% if label %}
|
||||||
|
<h2{{ title_attributes }}>{{ label }}</h2>
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
{{ title_suffix }}
|
||||||
|
{% block content %}
|
||||||
|
{{ content }}
|
||||||
|
{% endblock %}
|
||||||
|
</div>
|
||||||
@@ -29,7 +29,6 @@
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
{% set id = [elements][0].content['#view_id'] %}
|
{% set id = [elements][0].content['#view_id'] %}
|
||||||
|
|
||||||
<div class="container {{id}}">
|
<div class="container {{id}}">
|
||||||
{% if id == 'programme' %}
|
{% if id == 'programme' %}
|
||||||
{{ title_prefix }}
|
{{ title_prefix }}
|
||||||
@@ -41,4 +40,3 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
|
||||||
|
|||||||
+38
@@ -0,0 +1,38 @@
|
|||||||
|
{#
|
||||||
|
/**
|
||||||
|
* @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 class="col-sm-12 col-md-3">
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
{{ content }}
|
||||||
|
{% endblock %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
@@ -1,4 +1,10 @@
|
|||||||
<div class="__rs d-flex d-md-block">
|
{% if page == 'moments' %}
|
||||||
|
{% set class = "d-flex d-lg-block moment" %}
|
||||||
|
{% else %}
|
||||||
|
{% set class = "d-flex d-md-block" %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
<div class="__rs {{class}}">
|
||||||
<div class="__mail">
|
<div class="__mail">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="/themes/custom/popsu_colloque/images/mail.svg" alt="Mail">
|
<img src="/themes/custom/popsu_colloque/images/mail.svg" alt="Mail">
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
<h4>{{ label }}</h4>
|
<h4>{{ label }}</h4>
|
||||||
<div class="d-lg-flex d-block">
|
<div class="d-lg-flex d-block pb-4">
|
||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
{{ item.content }}
|
{{ item.content }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
<h4>{{ label }}</h4>
|
<h4>{{ label }}</h4>
|
||||||
<div class="d-lg-flex d-block">
|
<div class="row flex-wrap">
|
||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
{{ item.content }}
|
{{ item.content }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{#
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
* Default theme implementation for a select element.
|
||||||
|
*
|
||||||
|
* Available variables:
|
||||||
|
* - attributes: HTML attributes for the <select> tag.
|
||||||
|
* - options: The <option> element children.
|
||||||
|
*
|
||||||
|
* @see template_preprocess_select()
|
||||||
|
*
|
||||||
|
* @ingroup themeable
|
||||||
|
*/
|
||||||
|
#}
|
||||||
|
{% spaceless %}
|
||||||
|
<select{{ attributes }}>
|
||||||
|
{% for option in options %}
|
||||||
|
{% if option.type == 'optgroup' %}
|
||||||
|
<optgroup label="{{ option.label }}">
|
||||||
|
{% for sub_option in option.options %}
|
||||||
|
<option value="{{ sub_option.value }}"{{ sub_option.selected ? ' selected="selected"' }}>{{ sub_option.label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</optgroup>
|
||||||
|
{% elseif option.type == 'option' %}
|
||||||
|
<option value="{{ option.value }}"{{ option.selected ? ' selected="selected"' }}>{{ option.label }}</option>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
{% endspaceless %}
|
||||||
@@ -71,25 +71,29 @@
|
|||||||
*
|
*
|
||||||
* @ingroup themeable
|
* @ingroup themeable
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#}
|
#}
|
||||||
<article{{ attributes }} class="d-flex flex-wrap">
|
|
||||||
|
|
||||||
|
|
||||||
|
<article{{ attributes }} class="row">
|
||||||
<div class="__wrapper col-sm-12 col-md-9">
|
<div class="__wrapper col-sm-12 col-md-9">
|
||||||
<div class="__img-hero">
|
<div class="__img-hero">
|
||||||
{{content.field_image}}
|
{{content.field_image}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="__wrapper row mt-4">
|
<div class="__wrapper row">
|
||||||
<div class="__title col-12 mb-5">
|
<div class="__title col-12 my-3 my-lg-5">
|
||||||
<h2>{{label}}</h2>
|
<h2>{{label}}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="__wrap_side col-sm-12 col-md-1 px-0 mt-3">
|
<div class="__wrap_side col-md-12 col-lg-2 mt-3">
|
||||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
|
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' with { page : 'moments' } %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="__wrap_content col-sm-12 col-md-11 px-0 my-3">
|
<div class="__wrap_content col-12 col-lg-10 my-3">
|
||||||
<div class="__head mb-5">
|
<div class="__head mb-5">
|
||||||
<div class="d-flex">
|
<div class="d-flex flex-wrap">
|
||||||
{{ content.field_date_du_programme }} |
|
{{ content.field_date_du_programme }} |
|
||||||
{{ content.field_heure_du_moment }} |
|
{{ content.field_heure_du_moment }} |
|
||||||
{{ content.field_type_de_moment }}
|
{{ content.field_type_de_moment }}
|
||||||
@@ -102,13 +106,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="__ressources">
|
<div class="__ressources">
|
||||||
<div class="__publications">
|
<section class="__publications">
|
||||||
{{content.field_publications}}
|
{{content.field_publications}}
|
||||||
</div>
|
</section>
|
||||||
<div class="__bibliographie">
|
<section class="__bibliographie">
|
||||||
{{content.field_bibliographie}}
|
{{content.field_bibliographie}}
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="__wrap_side col-sm-12 col-md-3">
|
<div class="__wrap_side col-sm-12 col-md-3">
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="__wrap_content col-sm-12 col-md-9 mx-auto">
|
<div class="__wrap_content col-md-12 col-lg-9 mx-auto">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{content.body}}
|
{{content.body}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="__wrapper row mt-5">
|
<div class="__wrapper row mt-5">
|
||||||
<div class="__wrap_side col-sm-12 col-md-1 pr-0 mt-0 mb-3">
|
<div class="__wrap_side col-sm-12 col-md-1 pr-0 mt-0 mb-3">
|
||||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
|
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' with { page : 'presentation' } %}
|
||||||
</div>
|
</div>
|
||||||
<div class="__wrap_content col-sm-12 col-md-8">
|
<div class="__wrap_content col-sm-12 col-md-8">
|
||||||
{{content.body}}
|
{{content.body}}
|
||||||
|
|||||||
@@ -72,13 +72,13 @@
|
|||||||
* @ingroup themeable
|
* @ingroup themeable
|
||||||
*/
|
*/
|
||||||
#}
|
#}
|
||||||
<article class="d-flex">
|
<article class="d-sm-flex flex-wrap d-block publications">
|
||||||
<div class="__wrap_side col-sm-12 col-md-1 px-0 mt-3">
|
<div class="__wrap_side col-sm-12 col-md-12 col-lg-1">
|
||||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
|
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
|
||||||
{{content.field_telecharger_la_ressource}}
|
{{content.field_telecharger_la_ressource}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="__wrapper col-sm-12 col-md-11 px-0 my-3">
|
<div class="__wrapper col-sm-12 col-md-9 col-lg-8">
|
||||||
{% if content.field_ajouter_un_media[0]['#paragraph'].field_video %}
|
{% if content.field_ajouter_un_media[0]['#paragraph'].field_video %}
|
||||||
<div class="__hero">
|
<div class="__hero">
|
||||||
{{content.field_ajouter_un_media}}
|
{{content.field_ajouter_un_media}}
|
||||||
@@ -95,10 +95,10 @@
|
|||||||
<div class="__auteur">
|
<div class="__auteur">
|
||||||
{{content.field_auteur}}
|
{{content.field_auteur}}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="__titre">
|
||||||
{{label}}
|
{{label}}
|
||||||
</div>
|
</div>
|
||||||
<div class="my-3">
|
<div class="__info">
|
||||||
{{content.field_complement_d_info}}
|
{{content.field_complement_d_info}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -108,5 +108,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|||||||
+1
-1
@@ -72,7 +72,7 @@
|
|||||||
* @ingroup themeable
|
* @ingroup themeable
|
||||||
*/
|
*/
|
||||||
#}
|
#}
|
||||||
<article{{ attributes }}>
|
<article{{ attributes }} class="thumbnails bibliographie">
|
||||||
<div>
|
<div>
|
||||||
<a href="{{url}}">
|
<a href="{{url}}">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
+9
-7
@@ -72,18 +72,20 @@
|
|||||||
* @ingroup themeable
|
* @ingroup themeable
|
||||||
*/
|
*/
|
||||||
#}
|
#}
|
||||||
<article{{ attributes }}>
|
<article{{ attributes }} class=" thumbnails publications">
|
||||||
<div{{ content_attributes }}>
|
<div{{ content_attributes }}>
|
||||||
<a href="{{ url }}">
|
<a href="{{ url }}">
|
||||||
<figure class="d-flex">
|
<div class="d-flex">
|
||||||
<div class="__media">
|
<div class="__media">
|
||||||
{{content.field_ajouter_un_media}}
|
{{content.field_ajouter_un_media}}
|
||||||
</div>
|
</div>
|
||||||
<figcaption class="__info">
|
<div class="__wrap">
|
||||||
{{ label|raw }}
|
<div class="__content">
|
||||||
{{content.field_complement_d_info|raw}}
|
{{ label|raw }}
|
||||||
</figcaption>
|
{{content.field_complement_d_info|raw}}
|
||||||
</figure>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
+70
@@ -0,0 +1,70 @@
|
|||||||
|
{#
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
* Default theme implementation for main view template.
|
||||||
|
*
|
||||||
|
* Available variables:
|
||||||
|
* - attributes: Remaining HTML attributes for the element.
|
||||||
|
* - css_name: A CSS-safe version of the view name.
|
||||||
|
* - css_class: The user-specified classes names, if any.
|
||||||
|
* - header: The optional header.
|
||||||
|
* - footer: The optional footer.
|
||||||
|
* - rows: The results of the view query, if any.
|
||||||
|
* - empty: The content to display if there are no rows.
|
||||||
|
* - pager: The optional pager next/prev links to display.
|
||||||
|
* - exposed: Exposed widget form/info to display.
|
||||||
|
* - feed_icons: Optional feed icons to display.
|
||||||
|
* - more: An optional link to the next page of results.
|
||||||
|
* - title: Title of the view, only used when displaying in the admin preview.
|
||||||
|
* - title_prefix: Additional output populated by modules, intended to be
|
||||||
|
* displayed in front of the view title.
|
||||||
|
* - title_suffix: Additional output populated by modules, intended to be
|
||||||
|
* displayed after the view title.
|
||||||
|
* - attachment_before: An optional attachment view to be displayed before the
|
||||||
|
* view content.
|
||||||
|
* - attachment_after: An optional attachment view to be displayed after the
|
||||||
|
* view content.
|
||||||
|
* - dom_id: Unique id for every view being printed to give unique class for
|
||||||
|
* Javascript.
|
||||||
|
*
|
||||||
|
* @see template_preprocess_views_view()
|
||||||
|
*
|
||||||
|
* @ingroup themeable
|
||||||
|
*/
|
||||||
|
#}
|
||||||
|
|
||||||
|
|
||||||
|
<div class="views col">
|
||||||
|
|
||||||
|
{{ title_prefix }}
|
||||||
|
{{ title }}
|
||||||
|
{{ title_suffix }}
|
||||||
|
|
||||||
|
{% if header %}
|
||||||
|
<section class="wrap_head">
|
||||||
|
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
|
||||||
|
</section>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{{ exposed }}
|
||||||
|
{{ attachment_before }}
|
||||||
|
|
||||||
|
{% if rows -%}
|
||||||
|
<section>
|
||||||
|
{{ rows }}
|
||||||
|
</section>
|
||||||
|
{% elseif empty -%}
|
||||||
|
{{ empty }}
|
||||||
|
{% endif %}
|
||||||
|
{{ pager }}
|
||||||
|
|
||||||
|
{{ attachment_after }}
|
||||||
|
|
||||||
|
{% if footer %}
|
||||||
|
<footer>
|
||||||
|
{{ footer }}
|
||||||
|
</footer>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{{ feed_icons }}
|
||||||
|
</div>
|
||||||
+1
-1
@@ -34,7 +34,7 @@
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
|
|
||||||
<div class="views">
|
<div class="views col">
|
||||||
|
|
||||||
{{ title_prefix }}
|
{{ title_prefix }}
|
||||||
{{ title }}
|
{{ title }}
|
||||||
|
|||||||
Reference in New Issue
Block a user