forked from miraty/web
Retrait des transitions dans Firefox
This commit is contained in:
parent
4739f5baa9
commit
fa7b3970d8
3 changed files with 5 additions and 8 deletions
|
@ -20,7 +20,7 @@ head("apropos.php"); ?>
|
|||
<br>
|
||||
Merci à <strong>Zarkaa</strong> pour avoir réalisé le logo Ant et l'image de la page 404.
|
||||
</div>
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
@ -36,8 +36,7 @@ head("apropos.php"); ?>
|
|||
<span class="icon-at"> Par E-mail : <code>miraty</code><arrow-base><code>antopie</code><point><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
0
bibli/sense3/frameicon.png
Normal file → Executable file
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 474 B |
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue