Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/sections/about.css')
-rw-r--r--static/css/sections/about.css180
1 files changed, 12 insertions, 168 deletions
diff --git a/static/css/sections/about.css b/static/css/sections/about.css
index f384f96..1cb12f6 100644
--- a/static/css/sections/about.css
+++ b/static/css/sections/about.css
@@ -76,8 +76,7 @@
border-bottom-left-radius: 80px;
border-right: 0;
transform-origin: center right;
- -webkit-animation: circular-loading-1 1.8s linear forwards;
- animation: circular-loading-1 1.8s linear forwards;
+ animation: circular-loading-1 1.8s linear forwards;
}
.circular-progress .circular-progress-value {
@@ -123,67 +122,47 @@
}
.circular-progress-percentage-50 {
- -webkit-animation: circular-loading-50 0s linear forwards 1.8s;
- animation: circular-loading-50 0s linear forwards 1.8s;
+ animation: circular-loading-50 0s linear forwards 1.8s;
}
.circular-progress-percentage-55 {
- -webkit-animation: circular-loading-55 0.18s linear forwards 1.8s;
- animation: circular-loading-55 0.18s linear forwards 1.8s;
+ animation: circular-loading-55 0.18s linear forwards 1.8s;
}
.circular-progress-percentage-60 {
- -webkit-animation: circular-loading-60 0.36s linear forwards 1.8s;
- animation: circular-loading-60 0.36s linear forwards 1.8s;
+ animation: circular-loading-60 0.36s linear forwards 1.8s;
}
.circular-progress-percentage-65 {
- -webkit-animation: circular-loading-65 0.54s linear forwards 1.8s;
- animation: circular-loading-65 0.54s linear forwards 1.8s;
+ animation: circular-loading-65 0.54s linear forwards 1.8s;
}
.circular-progress-percentage-70 {
- -webkit-animation: circular-loading-70 0.72s linear forwards 1.8s;
- animation: circular-loading-70 0.72s linear forwards 1.8s;
+ animation: circular-loading-70 0.72s linear forwards 1.8s;
}
.circular-progress-percentage-75 {
- -webkit-animation: circular-loading-75 0.9s linear forwards 1.8s;
- animation: circular-loading-75 0.9s linear forwards 1.8s;
+ animation: circular-loading-75 0.9s linear forwards 1.8s;
}
.circular-progress-percentage-80 {
- -webkit-animation: circular-loading-80 1.08s linear forwards 1.8s;
- animation: circular-loading-80 1.08s linear forwards 1.8s;
+ animation: circular-loading-80 1.08s linear forwards 1.8s;
}
.circular-progress-percentage-85 {
- -webkit-animation: circular-loading-85 1.26s linear forwards 1.8s;
- animation: circular-loading-85 1.26s linear forwards 1.8s;
+ animation: circular-loading-85 1.26s linear forwards 1.8s;
}
.circular-progress-percentage-90 {
- -webkit-animation: circular-loading-90 1.44s linear forwards 1.8s;
- animation: circular-loading-90 1.44s linear forwards 1.8s;
+ animation: circular-loading-90 1.44s linear forwards 1.8s;
}
.circular-progress-percentage-95 {
- -webkit-animation: circular-loading-95 1.62s linear forwards 1.8s;
- animation: circular-loading-95 1.62s linear forwards 1.8s;
+ animation: circular-loading-95 1.62s linear forwards 1.8s;
}
.circular-progress-percentage-100 {
- -webkit-animation: circular-loading-100 1.8s linear forwards 1.8s;
- animation: circular-loading-100 1.8s linear forwards 1.8s;
-}
-
-@-webkit-keyframes circular-loading-50 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(0deg);
- }
+ animation: circular-loading-100 1.8s linear forwards 1.8s;
}
@keyframes circular-loading-50 {
@@ -195,15 +174,6 @@
}
}
-@-webkit-keyframes circular-loading-55 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(18deg);
- }
-}
-
@keyframes circular-loading-55 {
0% {
transform: rotate(0deg);
@@ -213,15 +183,6 @@
}
}
-@-webkit-keyframes circular-loading-60 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(36deg);
- }
-}
-
@keyframes circular-loading-60 {
0% {
transform: rotate(0deg);
@@ -231,15 +192,6 @@
}
}
-@-webkit-keyframes circular-loading-65 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(54deg);
- }
-}
-
@keyframes circular-loading-65 {
0% {
transform: rotate(0deg);
@@ -249,15 +201,6 @@
}
}
-@-webkit-keyframes circular-loading-70 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(72deg);
- }
-}
-
@keyframes circular-loading-70 {
0% {
transform: rotate(0deg);
@@ -267,15 +210,6 @@
}
}
-@-webkit-keyframes circular-loading-75 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(90deg);
- }
-}
-
@keyframes circular-loading-75 {
0% {
transform: rotate(0deg);
@@ -285,15 +219,6 @@
}
}
-@-webkit-keyframes circular-loading-80 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(108deg);
- }
-}
-
@keyframes circular-loading-80 {
0% {
transform: rotate(0deg);
@@ -303,15 +228,6 @@
}
}
-@-webkit-keyframes circular-loading-85 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(126deg);
- }
-}
-
@keyframes circular-loading-85 {
0% {
transform: rotate(0deg);
@@ -321,15 +237,6 @@
}
}
-@-webkit-keyframes circular-loading-90 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(144deg);
- }
-}
-
@keyframes circular-loading-90 {
0% {
transform: rotate(0deg);
@@ -339,15 +246,6 @@
}
}
-@-webkit-keyframes circular-loading-95 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(162deg);
- }
-}
-
@keyframes circular-loading-95 {
0% {
transform: rotate(0deg);
@@ -357,15 +255,6 @@
}
}
-@-webkit-keyframes circular-loading-100 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(180deg);
- }
-}
-
@keyframes circular-loading-100 {
0% {
transform: rotate(0deg);
@@ -375,15 +264,6 @@
}
}
-@-webkit-keyframes circular-loading-1 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(180deg);
- }
-}
-
@keyframes circular-loading-1 {
0% {
transform: rotate(0deg);
@@ -393,15 +273,6 @@
}
}
-@-webkit-keyframes circular-loading-2 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(144deg);
- }
-}
-
@keyframes circular-loading-2 {
0% {
transform: rotate(0deg);
@@ -411,15 +282,6 @@
}
}
-@-webkit-keyframes circular-loading-3 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(90deg);
- }
-}
-
@keyframes circular-loading-3 {
0% {
transform: rotate(0deg);
@@ -429,15 +291,6 @@
}
}
-@-webkit-keyframes circular-loading-4 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(36deg);
- }
-}
-
@keyframes circular-loading-4 {
0% {
transform: rotate(0deg);
@@ -447,15 +300,6 @@
}
}
-@-webkit-keyframes circular-loading-5 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(126deg);
- }
-}
-
@keyframes circular-loading-5 {
0% {
transform: rotate(0deg);