noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 14/23: Waiting box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 14/23: Waiting box
Date: Sun, 26 Feb 2023 14:47:30 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 445b4c69c002cb983fc5de8ad5d49862c63bd17c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Feb 12 10:27:29 2023 +0100

    Waiting box
---
 html/css/style-classic7.css | 33 +++++++++++++++------------------
 1 file changed, 15 insertions(+), 18 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index f32964387..9fca748da 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -265,13 +265,10 @@ table.document th{
 
  @keyframes error_h2 {
      from {
-        background-color: hsl(0, 100%, 50%);
-        color: hsl(0, 100%, 81%);
+       background-color:  hsl(358,60%,44%);
 }
      to {
-        background-color: hsl(0, 100%, 81%);
-        color: hsl(0, 100%, 50%);
-         transform: rotate3d(1,1,1,45deg);
+       background-color: hsl(361,100%,44%);
 }
  }
  .error {
@@ -2306,7 +2303,7 @@ width: 85%;
     color: black;
     font-weight:700;
     font-size:110%;
-    border: 1px edge blue;
+    border: 1px solid blue;
     border-bottom: groove 2px white;
     color:#665757;
 }
@@ -3308,19 +3305,19 @@ li.li-active {
  }
 
  @keyframes turn-color{
-     0% { transform : rotate(0deg);opacity:0.1;transform:scale( 
0.3);background-color:navy}
-     50% { transform : rotate(90deg);opacity:0.9; background-color:navy }
-     100% { transform : rotate(180deg);opacity:0.1;transform:scale( 1.3)}
+     0% { transform : rotate(0deg);opacity:0.1;transform:scale( 
0.3);background-color:red;margin-left:0px;}
+     50% { transform : rotate(90deg);opacity:0.9; 
background-color:orangered;margin-left:2px; }
+     100% { transform : rotate(180deg);opacity:0.1;transform:scale( 
1.5);margin-left:30px;}
  }
  @keyframes turn-color2{
-     0% { transform : rotate(0deg);opacity:0.1;transform:scale( 
0.3);background-color:orangered}
-     50% { transform : rotate(90deg);opacity:0.9; background-color:orange }
-     100% { transform : rotate(180deg);opacity:0.1;transform:scale( 1.3)}
+     0% { transform : rotate(0deg);opacity:0.1;transform:scale( 
0.3);background-color:orangered;margin-left:0px;}
+     50% { transform : rotate(90deg);opacity:0.9; 
background-color:orange;margin-left:2px; }
+     100% { transform : rotate(180deg);opacity:0.1;transform:scale( 
0.9);margin-left:30px;}
  }
  @keyframes turn-color3{
-     0% { transform : rotate(0deg);opacity:0.1;transform:scale( 
0.3);background-color:darkgreen;}
-     50% { transform : rotate(90deg);opacity:0.9; background-color:lightgreen; 
}
-     100% { transform : rotate(180deg);opacity:0.1;transform:scale( 1.2)}
+     0% { transform : rotate(0deg);opacity:0.1;transform:scale( 
0.3);background-color:darkgreen;margin-left:0px;}
+     50% { transform : rotate(90deg);opacity:0.9; 
background-color:lightgreen;margin-left:2px; }
+     100% { transform : rotate(180deg);opacity:0.1;transform:scale( 
0.9);margin-left:30px;}
  }
 
 
@@ -3371,7 +3368,7 @@ li.li-active {
      padding: 0px;
      font-style: normal;
      margin-bottom: .5rem;
-     font-size: 1.5 rem !important;
+     font-size: 1.5rem !important;
      background-color: transparent;
      color: navy;
      text-decoration: underline dashed;
@@ -3382,9 +3379,9 @@ li.li-active {
      padding: 0px;
      font-style: normal;
      margin-bottom: .5rem;
-     font-size: 1.1 rem !important;
+     font-size: 1.1rem !important;
      background-color: transparent;
      color: navy;
      text-decoration: underline wavy;
      margin-left:4rem;
- }
\ No newline at end of file
+ }



reply via email to

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