Difference between revisions of "Template:Hamilton McMaster Footer"
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | * | + | /* footer ---------------------------------------------------------------*/ |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | @import url('http://weloveiconfonts.com/api/?family=entypo'); | ||
− | + | a{ | |
− | + | color: inherit; | |
+ | text-decoration: none; | ||
+ | border-bottom:3px solid #22A7F0; | ||
+ | padding-bottom: 1px; | ||
+ | cursor: pointer; | ||
+ | |||
+ | } | ||
− | + | a:hover{ | |
+ | border-bottom:2px dotted #22A7F0; | ||
+ | } | ||
− | + | footer{ | |
− | + | clear: both; | |
− | + | height: 5px; | |
− | + | background-color: #22A7F0; | |
+ | padding: 1%; | ||
+ | padding-left:0; | ||
+ | padding-right:0; | ||
+ | position: relative; | ||
+ | margin-top:200px; | ||
+ | position:absolute; | ||
+ | bottom:0; | ||
+ | width:100%; | ||
+ | margin:0 auto; | ||
} | } | ||
+ | .text-footer{ | ||
+ | margin: 1% auto; | ||
+ | width: 183px; | ||
+ | color: white; | ||
+ | } | ||
− | + | footer ul li a{ | |
+ | border: none; | ||
+ | } | ||
− | + | .social-ul{ | |
− | + | margin: 0 auto; | |
− | + | width: 317px; | |
− | + | margin-top: -39px; | |
− | + | ||
− | + | ||
} | } | ||
− | + | .social { | |
− | display: block; | + | display: inline-block; |
− | height: | + | width: 40px; |
− | + | height: 40px; | |
+ | margin: 0 10px; | ||
+ | line-height: 40px; | ||
+ | font-family: Entypo; | ||
+ | font-size: 20px; | ||
+ | text-align: center; | ||
+ | color: #555; | ||
+ | border-radius: 50%; | ||
+ | background: #fff; | ||
+ | overflow: hidden; | ||
+ | transition: color .3s; | ||
} | } | ||
− | . | + | .social:hover { |
− | + | color: #22A7F0; | |
− | + | cursor: pointer; | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | /* end footer ---------------------------------------------------------------*/ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</style> | </style> | ||
<footer> | <footer> | ||
− | + | <ul class="social-ul"> | |
− | + | <li class="social" title="moi"><a href="moi.html">✉</a></li> | |
− | + | <li class="social" title="Twitter"><a href="http://twitter.com/julienw5"></a></li> | |
− | + | <li class="social" title="Google+"><a href="https://plus.google.com/u/0/+JulienWatelet/about"></a></li> | |
− | + | <li class="social" title="Linkedin"><a href="https://www.linkedin.com/pub/julien-watelet/44/3a6/830"></a></li> | |
− | + | <li class="social" title="Pinterest"><a href="http://www.pinterest.com/julienw5/"></a></li> | |
− | + | </ul> | |
− | + | ||
− | + | <!-- <p class="text-footer"> | |
− | + | © Julien Watelet - 2013-2014 | |
− | + | </p> --> | |
− | + | ||
− | + | </footer> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </footer> | + | |
</html> | </html> |
Revision as of 01:18, 18 September 2015