MediaWiki:Wikia.css
来自小鱼君和他的朋友们
注意:在保存以后,您必须绕过浏览器缓存才能看到所作出的改变。
- 谷歌浏览器(Google Chrome)- Windows:按下“Ctrl”键然后按 F5。OS X系统:同时按⌘ Cmd和⇧ Shift键之后按R键。
- Safari - 按住⇧ Shift键然后点击工具栏中重新载入键。
- 火狐(Firefox)- Windows:按住Ctrl键然后按F5。OS X系统:同时按⌘ Cmd和⇧ Shift键之后按R键。
- Internet Explorer:按住Ctrl键然后按F5(或者点击“刷新”按钮)。
/* * 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; }