noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 16/26: cosmetic : flashing color for h2.error


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 16/26: cosmetic : flashing color for h2.error
Date: Wed, 11 Aug 2021 11:08:14 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit e17714fbddbf738aa5f23c1251656877e8da01c7
Author: Dany wm De Bontridder <danydb@noalyss.eu>
AuthorDate: Fri Jul 30 21:50:51 2021 +0200

    cosmetic : flashing color for h2.error
---
 html/css/style-classic7.css | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 0cf159a..3a882bf 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -123,11 +123,18 @@ h3.info {
     text-align:center;
 }
 
+ @keyframes error_h2 {
+     from {background-color:  hsl(358,60%,44%);}
+     to {background-color: hsl(359,100%,44%);}
+ }
+ h2.error {
+     background:#FF0000;
+     color:#FFFFFF;
+     animation-name: error_h2;
+     animation-duration: 4s;
+     animation-iteration-count: infinite;
+ }
 
-h2.error {
-    background:#FF0000;
-    color:#FFFFFF;
-}
 
 td.tool a.mtitle {
     text-decoration:none;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]