modif css
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
title: submodular
|
||||||
|
'@extends': default
|
||||||
|
|
||||||
|
form:
|
||||||
|
fields:
|
||||||
|
tabs:
|
||||||
|
fields:
|
||||||
|
content:
|
||||||
|
fields:
|
||||||
|
header.sous_title:
|
||||||
|
ordering@: -3
|
||||||
|
type: text
|
||||||
|
label : sous-titre
|
||||||
|
style: vertical
|
||||||
|
|
||||||
|
header.media_order:
|
||||||
|
label: Page Media (first one will be displayed next to your content)
|
||||||
|
header.image_align:
|
||||||
|
type: select
|
||||||
|
label: Image position
|
||||||
|
classes: fancy
|
||||||
|
default: left
|
||||||
|
options:
|
||||||
|
'left': 'Left'
|
||||||
|
'right': 'Right'
|
||||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -80,7 +80,7 @@ body{
|
|||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#presse{
|
#presse, #press, #imprensa{
|
||||||
.red{
|
.red{
|
||||||
.citation{
|
.citation{
|
||||||
p{
|
p{
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ a{
|
|||||||
height: 2px;
|
height: 2px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #4f100B;
|
background-color: #ab1226;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
-webkit-transform: scaleX(0);
|
-webkit-transform: scaleX(0);
|
||||||
transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
|
|||||||
@@ -229,12 +229,6 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateX(-50%) translateY(-50%);
|
transform: translateX(-50%) translateY(-50%);
|
||||||
left:50%;
|
left:50%;
|
||||||
.other{
|
|
||||||
p:nth-child(1){
|
|
||||||
font-size: 1.5rem;
|
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,17 +9,19 @@
|
|||||||
|
|
||||||
<div class="chap">
|
<div class="chap">
|
||||||
<h2>{{page.title|upper}}</h2>
|
<h2>{{page.title|upper}}</h2>
|
||||||
|
{% if header.sous_title %}
|
||||||
|
<p>{{header.sous_title}}</p>
|
||||||
|
{% endif %}
|
||||||
{% for module in page.collection() %}
|
{% for module in page.collection() %}
|
||||||
<!-- <a href="#{{module.title}}">{{module.title|upper}}</a> -->
|
<!-- <a href="#{{module.title}}">{{module.title|upper}}</a> -->
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<div class="reso">
|
<div class="reso">
|
||||||
<a href="https://www.facebook.com/entreicietailleurs?ref=br_rs" target="_blank">
|
<a href="https://www.facebook.com/anissabensalah.officiel/" target="_blank">
|
||||||
<img src="user/themes/anissabensalah/images/fb.svg" alt="">
|
<img src="/user/themes/anissabensalah/images/fb.svg" alt="">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.youtube.com/watch?v=atTcasPy3JY" target="_blank">
|
<a href="https://www.youtube.com/channel/UCVKInDwZs0LdeJ-4srpUFuQ" target="_blank">
|
||||||
<img src="user/themes/anissabensalah/images/yt.svg" alt="" >
|
<img src="/user/themes/anissabensalah/images/yt.svg" alt="" >
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -28,10 +30,7 @@
|
|||||||
|
|
||||||
<div class="column content" data-midnight=black>
|
<div class="column content" data-midnight=black>
|
||||||
{% for module in page.collection() %}
|
{% for module in page.collection() %}
|
||||||
|
|
||||||
|
|
||||||
{{ module.content }}
|
{{ module.content }}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user