Lien pour se connecter

This commit is contained in:
Vincent Calame 2022-01-15 15:56:39 +01:00 committed by root
parent f029c7787b
commit 485d6a8ac3
3 changed files with 47 additions and 2 deletions

View File

@ -155,7 +155,7 @@ img {
#layout_body_center {
background-color: #fff;
padding: 6rem 8rem;
padding: 6rem 8rem 0;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.28);
z-index: 1;
border-color: #fff;
@ -199,6 +199,45 @@ img {
vertical-align: top;
}
/* ----------------------------- */
/* .footer-
/* ----------------------------- */
.footer-Container {
margin-top: 60px;
padding-bottom: 20px;
text-align: center;
}
.footer-Link, .footer-Link:visited, .footer-Link:focus, .footer-Link:hover {
color: #2f4f4f;
display: inline-block;
}
.footer-Link:hover {
border-bottom: 2px dotted #2f4f4f;
}
.footer-List {
margin: auto;
list-style: none;
display: inline-flex;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #2f4f4f;
padding-right: 20px;
padding-top: 5px;
padding-left: 20px;
}
.footer-List li {
list-style: none;
padding-left: 10px;
padding-right: 10px;;
margin: 0;
}
/* ----------------------------- */
/* .header-
/* ----------------------------- */

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,2 +1,8 @@
<footer>
<footer class="footer-Container">
<ul class="footer-List">
<li>
[(#SESSION{id_auteur}|non) <a href="[(#URL_PAGE{login}|parametre_url{url,#SELF})]" rel="nofollow" class="footer-Link"><:lien_connecter:></a>][(#AUTORISER{ecrire}) <a href="#CONST{_DIR_RESTREINT_ABS}" class="footer-Link"><:espace_prive:></a>][ |
(#SESSION{id_auteur}|oui)<a href="#URL_LOGOUT" rel="nofollow" class="footer-Link"><:icone_deconnecter:></a>]
</li>
</ul>
</footer>