“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; }