petites corrections

This commit is contained in:
Pierre 2020-01-22 16:25:17 +01:00
parent 750c668c9d
commit dd8c69f28e
5 changed files with 13 additions and 12 deletions

View file

@ -65,7 +65,7 @@
<h3>Nous contacter</h3> <h3>Nous contacter</h3>
<div class="row"> <div class="row">
<div class="col-lg-6"> <div class="col-lg-6">
<BOUCLE_webmaster(AUTEURS){id_auteur=1}> <BOUCLE_webmaster(AUTEURS){nom=Pierre}{tout}>
<div class="ajax"> <div class="ajax">
#FORMULAIRE_NOUS_CONTACTER{#ID_AUTEUR} #FORMULAIRE_NOUS_CONTACTER{#ID_AUTEUR}
</div> </div>

View file

@ -302,13 +302,12 @@ a, a:hover {
/**********************************************************************/ /**********************************************************************/
#footer-infos{ #footer-infos{
background: $fond-footer;
padding: 2rem 0; padding: 2rem 0;
} }
.footer{ .footer{
background: $fond-footer;
color: $light; color: $light;
padding-bottom: 1rem;
margin-bottom:0; margin-bottom:0;
text-align: left; text-align: left;
position:relative; position:relative;
@ -323,10 +322,11 @@ a, a:hover {
} }
.colophon{ .colophon{
padding-top: 1rem; background:$fond-footer;
border-top: solid $titres-footer 1px; padding: 1rem 0;
ul{ ul{
justify-content: space-between; justify-content: space-between;
align-items: center;
} }
} }

View file

@ -12167,13 +12167,12 @@ a, a:hover {
/***************************** FOOTER *********************************/ /***************************** FOOTER *********************************/
/**********************************************************************/ /**********************************************************************/
#footer-infos { #footer-infos {
background: #464ba3;
padding: 2rem 0; padding: 2rem 0;
} }
.footer { .footer {
background: #464ba3;
color: #f8f9fa; color: #f8f9fa;
padding-bottom: 1rem;
margin-bottom: 0; margin-bottom: 0;
text-align: left; text-align: left;
position: relative; position: relative;
@ -12190,13 +12189,15 @@ a, a:hover {
} }
.footer .colophon { .footer .colophon {
padding-top: 1rem; background: #464ba3;
border-top: solid #64d4af 1px; padding: 1rem 0;
} }
.footer .colophon ul { .footer .colophon ul {
-webkit-box-pack: justify; -webkit-box-pack: justify;
justify-content: space-between; justify-content: space-between;
-webkit-box-align: center;
align-items: center;
} }
.footer .colophon .generator { .footer .colophon .generator {

View file

@ -13,8 +13,8 @@
</div> </div>
</section> </section>
<div class="colophon container"> <div class="colophon">
<ul class="nav"> <ul class="nav container">
<li class="separ"> <li class="separ">
<a rel="contents" href="#URL_PAGE{plan}"> <a rel="contents" href="#URL_PAGE{plan}">
<i class="fas fa-map"></i> <:plan_site:> <i class="fas fa-map"></i> <:plan_site:>

View file

@ -68,7 +68,7 @@
</div> </div>
<div class="resume"> <div class="resume">
<label for="resume">Résumé</label> <label for="resume">Texte</label>
<textarea class="text" type="text" name="texte">#ENV{texte}</textarea> <textarea class="text" type="text" name="texte">#ENV{texte}</textarea>
</div> </div>