用户:Txrtanzi/common.css
跳转到导航
跳转到搜索
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/*******************************************************************************/
/*spine背景图*/
.spine-background{
background:url(http://ak.mooncell.wiki/images/7/72/Spine_background4.png) no-repeat;
background-size:cover;
}
/*******************************************************************************/
/*** 全站灰阶 ***/
html {
filter: grayscale(0);
}
/**** InPageEdit ****/
.fa-pencil::before {
content: "\f303";
}
.fa-sign-in::before {
content: "\f2f6";
}
.fa-sign-out::before {
content: "\f2f5";
}
/***********************************RC列表屏蔽***************************************/
/*** 黑话 ***/
/*table[class*="明日方舟黑话·梗·成句"] {
display:none;
}*/
/*干掉VisualEditor的编辑通道*/
#ca-ve-edit{
display:none;
}
a.mw-editsection-visualeditor,a.mw-editsection-visualeditor+span{
display:none!important;
}