wcs: add footer

This commit is contained in:
Frédéric Péters 2014-12-18 11:50:24 +01:00
parent 9fc012b525
commit 60b98a4a97
2 changed files with 40 additions and 0 deletions

View File

@ -20,6 +20,19 @@
<div id="corps">
[body]
</div>
<div id="bas-de-page">
<p>
<img width="170" height="121" src="[theme_url]/assets/logo-boite.png" alt=""/>
<span>© AUF 2014 Tous droits réservés</span>
|
<a href="http://www.auf.org/autres-pages/mentions-legales/">Mentions légales</a>
|
<a href="http://www.auf.org/auf/contact/">Contact</a>
|
<a href="http://www.auf.org/">Site institutionnel</a>
</p>
</div>
</div>
</body>
</html>

View File

@ -189,8 +189,35 @@ div#steps + form {
width: 870px;
overflow: hidden;
padding: 15px;
margin-bottom: 15px;
}
form h3 {
margin-top: 0;
}
div#bas-de-page {
clear: both;
background: #1C1C1C;
color: white;
margin-top: 80px;
}
div#bas-de-page p {
position: relative;
left: 50px;
top: -50px;
margin: 0;
}
div#bas-de-page span {
padding-left: 50px;
padding-right: 10px;
}
div#bas-de-page a {
padding: 0 10px;
color: white;
font-weight: bold;
text-decoration: none;
}