MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
|||
| 第351行: | 第351行: | ||
/* 齿轮动画 */ | /* 齿轮动画 */ | ||
.chilun { | .chilun { | ||
width: | width: 115px; | ||
height: | height: 436px; | ||
right: 0px; | right: 0px; | ||
bottom: 0px; | bottom: 0px; | ||
| 第366行: | 第366行: | ||
} | } | ||
25% { | 25% { | ||
background-position: - | background-position: -115px 0; | ||
} | } | ||
50% { | 50% { | ||
background-position: - | background-position: -230px 0; | ||
} | } | ||
75% { | 75% { | ||
background-position: - | background-position: -345px 0; | ||
} | } | ||
100% { | 100% { | ||
background-position: - | background-position: -460px 0; | ||
} | } | ||
} | } | ||