Skip to content

Commit b907b9e

Browse files
committed
futher changes
1 parent e820e26 commit b907b9e

14 files changed

Lines changed: 3668 additions & 2659 deletions

File tree

public_html/lib/css/anim.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
.bounceInUp {
435435
animation-name:bounceInUp;
436436
}
437-
/*----------------------------------------------------------------------------*/
437+
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
438438
@keyframes bounceOut {
439439
20% {
440440
transform:scale3d(.9,.9,.9);
@@ -451,7 +451,7 @@
451451
.bounceOut {
452452
animation-name:bounceOut;
453453
}
454-
/*----------------------------------------------------------------------------*/
454+
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
455455
@keyframes bounceOutDown {
456456
20% {
457457
transform:translate3d(0,10px,0);
@@ -468,7 +468,7 @@
468468
.bounceOutDown {
469469
animation-name:bounceOutDown;
470470
}
471-
/*----------------------------------------------------------------------------*/
471+
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
472472
@keyframes bounceOutLeft {
473473
20% {
474474
transform:translate3d(20px,0,0);
@@ -482,7 +482,7 @@
482482
.bounceOutLeft {
483483
animation-name:bounceOutLeft;
484484
}
485-
/*----------------------------------------------------------------------------*/
485+
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
486486
@keyframes bounceOutRight {
487487
20% {
488488
transform:translate3d(-20px,0,0);
@@ -496,7 +496,7 @@
496496
.bounceOutRight {
497497
animation-name:bounceOutRight;
498498
}
499-
/*----------------------------------------------------------------------------*/
499+
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
500500
@keyframes bounceOutUp {
501501
20% {
502502
transform:translate3d(0,-10px,0);
@@ -1319,7 +1319,7 @@
13191319
.slideOutUp {
13201320
animation-name: slideOutUp;
13211321
}
1322-
/*----------------------------------------------------------------------------*/
1322+
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
13231323
@keyframes pulsate {
13241324
0% {
13251325
transform:scale(.01,.01);
@@ -1333,7 +1333,7 @@
13331333
opacity: 0;
13341334
}
13351335
}
1336-
/*----------------------------------------------------------------------------*/
1336+
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
13371337
@keyframes bobbing {
13381338
0% {
13391339
transform:translate(0px,0px);

public_html/lib/css/darkmode.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
@charset "utf-8";
2+
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
3+
/* Dark mode CSS overrides */
4+
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
25
@media screen and (max-width:800px) {
36
.dm-menu-ico-logo {
47
background:url(/img/icons/menu/logo-wide-dark.png) center center/36px no-repeat!important;

0 commit comments

Comments
 (0)