Lien pour se connecter
This commit is contained in:
parent
f029c7787b
commit
485d6a8ac3
@ -155,7 +155,7 @@ img {
|
|||||||
|
|
||||||
#layout_body_center {
|
#layout_body_center {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 6rem 8rem;
|
padding: 6rem 8rem 0;
|
||||||
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.28);
|
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.28);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
@ -199,6 +199,45 @@ img {
|
|||||||
vertical-align: top;
|
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-
|
/* .header-
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -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>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user