Difference between revisions of "Template:TokyoTech/css/main"

Line 263: Line 263:
 
}
 
}
  
 +
#aspslide{
 +
      position: relative;     
 +
      width: 150px;
 +
      height: 250px;
 +
      overflow:hidden;
 +
      padding:0!important;
 +
}
 +
 +
.slideshow{
 +
      position: absolute;
 +
      top: 0;
 +
      left: 0;
 +
      width: 100%;
 +
      height: 100%;
 +
      padding:0!important;
 +
 +
 +
 +
#slideshow1{
 +
      -moz-animation: fadeinout 15s 0s infinite;
 +
      -webkit-animation: fadeinout 15s 0s infinite;
 +
      -o-animation: fadeinout 15s 0s infinite;
 +
      animation: fadeinout 15s 0s infinite;
 +
}
 +
 +
#slideshow2{
 +
      -moz-animation: fadeinout 15s 5s infinite;
 +
      -webkit-animation: fadeinout 15s 5s infinite;
 +
      -o-animation: fadeinout 15s 5s infinite;
 +
      animation: fadeinout 15s 5s infinite;
 +
}
 +
 +
#slideshow3{
 +
      -moz-animation: fadeinout 15s 10s infinite;
 +
      -webkit-animation: fadeinout 15s 10s infinite;
 +
      -o-animation: fadeinout 15s 10s infinite;
 +
      animation: fadeinout 15s 10s infinite;
 +
}
  
 
</style>
 
</style>
  
 
</html>
 
</html>

Revision as of 17:08, 31 October 2017