Meilleur footer

This commit is contained in:
Adrien Bourmault 2021-09-05 20:05:35 +02:00
parent 8dc8100912
commit 1eb24dc09c
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 8 additions and 32 deletions

View File

@ -317,42 +317,18 @@ footer {
text-align: center; text-align: center;
} }
footer a { footer a {
display: inline-block; -webkit-transition: all 0.25s ease-out;
overflow: hidden; -moz-transition: all 0.25s ease-out;
width: 40px; transition: all 0.25s ease-out;
height: 40px; text-decoration: underline dotted;
padding: 40px 0 0 0;
margin: 0 0.5em;
position: relative;
color: rgba(255, 255, 255, 0.5);
-webkit-transition: color 0.25s ease-out, box-shadow 0.25s ease-out;
-moz-transition: color 0.25s ease-out, box-shadow 0.25s ease-out;
transition: color 0.25s ease-out, box-shadow 0.25s ease-out;
} }
footer a:hover, footer a:focus { footer a:hover, footer a:focus {
color: rgba(255, 255, 255, 0.3); color: #1a4159;
text-decoration: none; text-decoration: underline;
} }
footer a:visited { footer a:visited {
color: rgba(255, 255, 255, 0.2); color: #1a4159;
} text-decoration: underline;
footer a::before {
display: block;
position: absolute;
top: 3px;
left: 0;
overflow: visible;
font-size: 36px;
text-indent: 0;
/* icomoon.io defaults */
font-family: sans-serif;
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
} }