From e17714fbddbf738aa5f23c1251656877e8da01c7 Mon Sep 17 00:00:00 2001 From: Dany wm De Bontridder Date: Fri, 30 Jul 2021 21:50:51 +0200 Subject: [PATCH] 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 0cf159ab0..3a882bf8c 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;