打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

MediaWiki:Common.css:修订间差异

MediaWiki界面页面
代代勇留言 | 贡献
修改网站背景
Donnyjie留言 | 贡献
无编辑摘要
第328行: 第328行:
left:16px;
left:16px;
}
}
 
/* 舰娘模板 */
/*舰娘模版中的滚动条*/
/* 滚动条 */
.ship_detail_track::-webkit-scrollbar-track
.ship_detail_track::-webkit-scrollbar-track
{
{
第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(img/n.png) no-repeat 0 0;
-webkit-animation: chilun 0.25s steps(1, end) infinite;
}
@-webkit-keyframes chilun {
0% {
background-position: 0;
}
25% {
background-position: -115px 0;
}
50% {
background-position: -230px 0;
}
75% {
background-position: -345px 0;
}
100% {
background-position: -460px 0;
}
}
/* 移动端不显示 */
/* 移动端不显示 */
.mobileOnly{display:none}
.mobileOnly{display:none}