• 正在查找将来过去时的官方设定集?不如看看万界大百科吧!
  • 《将来过去时》第一部分 现在 魔科纪元的少年少女 即将正式发布!
  • 让我偷偷看一眼小鱼君的博客……
  • 服务器已成功迁移到 阿里云(杭州)

“MediaWiki:Wikia.css”的版本间的差异

来自小鱼君和他的朋友们
 
(导入1个版本)
 
(没有差异)

2019年9月4日 (三) 23:54的最新版本

/*
* Siligame staff
* This style is for [[Project:Siligame/staff]]
* Author : 机智的小鱼君
*/
@keyframes siligamestaff-content-animation{
    from{margin-top:450px;}
    to  {margin-top:-100em;}
}
.siligamestaff{
    margin:0 auto;
    overflow:hidden !important;
    height:400px;
    width:100%;
    white-space:pre;
    background:url(/index.php/special:filepath/星空1.jpeg)  no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    opacity:1;
}
.siligamestaff-content{
    margin:0 auto;
    width:70%;
    background:rgba(255,255,255,0.4);
    opacity:1.0 !important;
    animation:siligamestaff-content-animation 50s linear infinite;
}
.siligamestaff-content:hover{
    animation-play-state:paused;
}