Difference between revisions of "Team:TEC-Costa Rica/Template:Stylesheet"

Line 3: Line 3:
 
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600" rel="stylesheet">
 
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600" rel="stylesheet">
 
<style type="text/css">
 
<style type="text/css">
 
 
/* Setting the WIKI config to default. START */
 
/* Setting the WIKI config to default. START */
 
* {
 
* {
Line 112: Line 111:
 
position: relative;
 
position: relative;
 
padding-bottom: 200px;
 
padding-bottom: 200px;
 +
}
 +
 +
.slideanim { visibility: hidden; }
 +
.slide {
 +
    animation-name: slide;
 +
    -webkit-animation-name: slide;
 +
    animation-duration: 1s;
 +
    -webkit-animation-duration: 1s;
 +
    visibility: visible;
 +
}
 +
@keyframes slide {
 +
  0% {
 +
    opacity: 0;
 +
    transform: translateY(70%);
 +
  }
 +
  100% {
 +
    opacity: 1;
 +
    transform: translateY(0%);
 +
  }
 
}
 
}
 
 

Revision as of 16:05, 12 October 2016