Retrait des transitions dans Firefox

This commit is contained in:
Miraty 2019-01-29 23:47:21 +01:00
parent 4739f5baa9
commit fa7b3970d8
3 changed files with 5 additions and 8 deletions

View File

@ -36,8 +36,7 @@ head("apropos.php"); ?>
<span class="icon-at"> Par E-mail : <code>miraty</code>&#60;arrow-base&#62;<code>antopie</code>&#60;point&#62;<code>org</code></span>
<br><br>
<span class="svg"><?php include "media/logomastodon.svg"; ?> Sur Mastodon : <a href="https://social.antopie.org/@miraty">@miraty@social.antopie.org</a></span>
<br><br>
<span class="icon-chat">Via Matrix : @miraty:matrix.antopie.org</span>
</div>

0
bibli/sense3/frameicon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 474 B

After

Width:  |  Height:  |  Size: 474 B

View File

@ -103,8 +103,6 @@ html {
a {
text-decoration: underline;
color: @couleur-lien;
transition: all 0.5s ease-out;
&:hover {
text-decoration: none;
@ -112,7 +110,6 @@ a {
transition: all 0.5s ease-out;
}
}
a:visited {
@ -195,6 +192,7 @@ nav a:link {
height: 50px;
width: 50px;
color: white;
background-color: @fond;
@ -527,7 +525,7 @@ footer {
width: 17em;
border: 3px white solid;
text-align: center;
transition: all 1s ease-in;
// transition: all 1s ease-in;
margin-bottom: 0px;
margin-right: 0px;
@ -537,7 +535,7 @@ footer {
padding: 30px;
display: block;
border-top: 2px white solid;
transition: all 0.2s ease-in;
// transition: all 0.2s ease-in;
}