MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
|||
| 第349行: | 第349行: | ||
background-color: rgba(208,205,199,1); | background-color: rgba(208,205,199,1); | ||
} | } | ||
/* 齿轮动画 */ | /* 齿轮动画 */ | ||
.chilun { | |||
width: 115px; | |||
height: 436px; | |||
right: 0px; | |||
bottom: 0px; | |||
z-index: -1; | |||
position: absolute; | |||
background:url(http://www.zjsnrwiki.com/MediaWiki/images/c/c0/Gear_anime.png) no-repeat 0 0; | |||
-webkit-animation: chilun 0.25s steps(1, end) infinite; | |||
} | |||
@-webkit-keyframes chilun { | @-webkit-keyframes chilun { | ||
0% { | 0% { | ||