Difference between revisions of "MediaWiki:Common.css"

From Cognitive Liberty MediaWiki 1.27.4
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
@import url("http://cognitive-liberty.online/wiki/animate.css");
 
@import url("http://cognitive-liberty.online/wiki/animate.css");
 +
  
 
.mw-wiki-logo{
 
.mw-wiki-logo{
   animation: animationFrames ease-out 0.8s;
+
   animation: animationFrames ease 2s;
 
   animation-iteration-count: 1;
 
   animation-iteration-count: 1;
 
   transform-origin: 50% 50%;
 
   transform-origin: 50% 50%;
 
   animation-fill-mode:forwards; /*when the spec is finished*/
 
   animation-fill-mode:forwards; /*when the spec is finished*/
   -webkit-animation: animationFrames ease-out 0.8s;
+
   -webkit-animation: animationFrames ease 2s;
 
   -webkit-animation-iteration-count: 1;
 
   -webkit-animation-iteration-count: 1;
 
   -webkit-transform-origin: 50% 50%;
 
   -webkit-transform-origin: 50% 50%;
 
   -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/  
 
   -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/  
   -moz-animation: animationFrames ease-out 0.8s;
+
   -moz-animation: animationFrames ease 2s;
 
   -moz-animation-iteration-count: 1;
 
   -moz-animation-iteration-count: 1;
 
   -moz-transform-origin: 50% 50%;
 
   -moz-transform-origin: 50% 50%;
 
   -moz-animation-fill-mode:forwards; /*FF 5+*/
 
   -moz-animation-fill-mode:forwards; /*FF 5+*/
   -o-animation: animationFrames ease-out 0.8s;
+
   -o-animation: animationFrames ease 2s;
 
   -o-animation-iteration-count: 1;
 
   -o-animation-iteration-count: 1;
 
   -o-transform-origin: 50% 50%;
 
   -o-transform-origin: 50% 50%;
 
   -o-animation-fill-mode:forwards; /*Not implemented yet*/
 
   -o-animation-fill-mode:forwards; /*Not implemented yet*/
   -ms-animation: animationFrames ease-out 0.8s;
+
   -ms-animation: animationFrames ease 2s;
 
   -ms-animation-iteration-count: 1;
 
   -ms-animation-iteration-count: 1;
 
   -ms-transform-origin: 50% 50%;
 
   -ms-transform-origin: 50% 50%;
Line 28: Line 29:
 
   0% {
 
   0% {
 
     opacity:0;
 
     opacity:0;
     transform:  translate(300px,0px)  skewX(-30deg) ;
+
     transform:  translate(600px,0px)  ;
  }
 
  60% {
 
    opacity:1;
 
    transform:  translate(-40px,0px)  skewX(30deg) ;
 
 
   }
 
   }
   80% {
+
   86% {
 
     opacity:1;
 
     opacity:1;
     transform:  translate(0px,0px)  skewX(-15deg) ;
+
     transform:  translate(0px,0px)  ;
 
   }
 
   }
 
   100% {
 
   100% {
 
     opacity:1;
 
     opacity:1;
     transform:  translate(0px,0px)  skewX(0deg) ;
+
     transform:  translate(0px,0px)  ;
 
   }
 
   }
 
}
 
}
Line 47: Line 44:
 
   0% {
 
   0% {
 
     opacity:0;
 
     opacity:0;
     -moz-transform:  translate(300px,0px)  skewX(-30deg) ;
+
     -moz-transform:  translate(600px,0px)  ;
  }
 
  60% {
 
    opacity:1;
 
    -moz-transform:  translate(-40px,0px)  skewX(30deg) ;
 
 
   }
 
   }
   80% {
+
   86% {
 
     opacity:1;
 
     opacity:1;
     -moz-transform:  translate(0px,0px)  skewX(-15deg) ;
+
     -moz-transform:  translate(0px,0px)  ;
 
   }
 
   }
 
   100% {
 
   100% {
 
     opacity:1;
 
     opacity:1;
     -moz-transform:  translate(0px,0px)  skewX(0deg) ;
+
     -moz-transform:  translate(0px,0px)  ;
 
   }
 
   }
 
}
 
}
Line 66: Line 59:
 
   0% {
 
   0% {
 
     opacity:0;
 
     opacity:0;
     -webkit-transform:  translate(300px,0px)  skewX(-30deg) ;
+
     -webkit-transform:  translate(600px,0px)  ;
 
   }
 
   }
   60% {
+
   86% {
 
     opacity:1;
 
     opacity:1;
    -webkit-transform:  translate(-40px,0px)  skewX(30deg) ;
+
     -webkit-transform:  translate(0px,0px)  ;
  }
 
  80% {
 
    opacity:1;
 
     -webkit-transform:  translate(0px,0px)  skewX(-15deg) ;
 
 
   }
 
   }
 
   100% {
 
   100% {
 
     opacity:1;
 
     opacity:1;
     -webkit-transform:  translate(0px,0px)  skewX(0deg) ;
+
     -webkit-transform:  translate(0px,0px)  ;
 
   }
 
   }
 
}
 
}
Line 85: Line 74:
 
   0% {
 
   0% {
 
     opacity:0;
 
     opacity:0;
     -o-transform:  translate(300px,0px)  skewX(-30deg) ;
+
     -o-transform:  translate(600px,0px)  ;
 
   }
 
   }
   60% {
+
   86% {
 
     opacity:1;
 
     opacity:1;
    -o-transform:  translate(-40px,0px)  skewX(30deg) ;
+
     -o-transform:  translate(0px,0px)  ;
  }
 
  80% {
 
    opacity:1;
 
     -o-transform:  translate(0px,0px)  skewX(-15deg) ;
 
 
   }
 
   }
 
   100% {
 
   100% {
 
     opacity:1;
 
     opacity:1;
     -o-transform:  translate(0px,0px)  skewX(0deg) ;
+
     -o-transform:  translate(0px,0px)  ;
 
   }
 
   }
 
}
 
}
Line 104: Line 89:
 
   0% {
 
   0% {
 
     opacity:0;
 
     opacity:0;
     -ms-transform:  translate(300px,0px)  skewX(-30deg) ;
+
     -ms-transform:  translate(600px,0px)  ;
  }
 
  60% {
 
    opacity:1;
 
    -ms-transform:  translate(-40px,0px)  skewX(30deg) ;
 
 
   }
 
   }
   80% {
+
   86% {
 
     opacity:1;
 
     opacity:1;
     -ms-transform:  translate(0px,0px)  skewX(-15deg) ;
+
     -ms-transform:  translate(0px,0px)  ;
 
   }
 
   }
 
   100% {
 
   100% {
 
     opacity:1;
 
     opacity:1;
     -ms-transform:  translate(0px,0px)  skewX(0deg) ;
+
     -ms-transform:  translate(0px,0px)  ;
 
   }
 
   }
 
}
 
}

Revision as of 04:33, 11 November 2018

/* CSS placed here will be applied to all skins */
@import url("http://cognitive-liberty.online/wiki/animate.css");


.mw-wiki-logo{
  animation: animationFrames ease 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(600px,0px)  ;
  }
  86% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(600px,0px)  ;
  }
  86% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(600px,0px)  ;
  }
  86% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(600px,0px)  ;
  }
  86% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(600px,0px)  ;
  }
  86% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}