From fa7b3970d8d8ced24d6fc95c9148c587dd387c4a Mon Sep 17 00:00:00 2001 From: Miraty Date: Tue, 29 Jan 2019 23:47:21 +0100 Subject: [PATCH] Retrait des transitions dans Firefox --- apropos.php | 5 ++--- bibli/sense3/frameicon.png | Bin css/base.less | 8 +++----- 3 files changed, 5 insertions(+), 8 deletions(-) mode change 100644 => 100755 bibli/sense3/frameicon.png diff --git a/apropos.php b/apropos.php index 0bbb477..0012e3e 100755 --- a/apropos.php +++ b/apropos.php @@ -20,7 +20,7 @@ head("apropos.php"); ?>
Merci à Zarkaa pour avoir réalisé le logo Ant et l'image de la page 404. - +

@@ -36,8 +36,7 @@ head("apropos.php"); ?> Par E-mail : miraty<arrow-base>antopie<point>org

Sur Mastodon : @miraty@social.antopie.org -

- Via Matrix : @miraty:matrix.antopie.org + diff --git a/bibli/sense3/frameicon.png b/bibli/sense3/frameicon.png old mode 100644 new mode 100755 diff --git a/css/base.less b/css/base.less index dc64c3d..99ea071 100755 --- a/css/base.less +++ b/css/base.less @@ -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; }