MediaWiki:Common.css
来自仁王 wiki
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/* 这里放置的CSS将应用于所有皮肤 * /* 设置图片的宽度为0,让它左靠 */ /*.thumbinner{ width:0; }*/ /* 设置仁王按键与介绍 */ img[alt="cont_ps4.png"]{ background-color:black; } /* 设置仁王按键与介绍里的图标大小 img[alt*="Ps4"]{ width:16%; height:16%; } */ img[alt*=nioh2chenghao]{ width:100%; } /* 取消各标题的编辑菜单 */ .mw-editsection{display:none} /* 添加背景图 */ html{ background: url(https://image.api.playstation.com/vulcan/ap/rnd/202010/3008/ewEpL20xYhPU0WMLlOyMYB9f.jpg) no-repeat !important; background-size: cover !important; background-attachment: fixed !important; } /* 原来背景并使其透明 */ html > body.mediawiki,#mw-content-container{ background: transparent !important; } /* 各页面块变为半透明 */ #mw-content,#page-tools,#site-navigation,#mw-header-container,#site-tools,.editOptions,#toc{ background: rgba(255,255,255,.9) !important; } /* 主内容 */ #mw-content-wrapper{ margin-top:1em; } #mw-content,.sidebar-chunk{ border-radius:8px 8px; } /* 用户弹出页 */ #personal-inner{ background:rgba(255,255,255,0.8) !important; } /* 局部变为半透明 */ pre,.wikitable{ background: rgba(255,255,255,.5); } /* 表格字体颜色 */ table.wikitable{ /*color:#fff;*/ background: rgba(255, 153, 221,0.05); } /* 表格半透明 */ table.wikitable > * > tr > th{ background: #888; } /* 一般超链接 */ a:link{ color:#fe6673; } a:visited{ color:#fe6673; } /* 目录 a标签颜色 */ #toc a{ color:brown; } /* 目录标签颜色 */ a .tocnumber{ color:cadetblue; } /* 移动端背景 */ #mw-content-block { background: transparent !important; } /* 表格自适应 */ .wikitable > * > tr > td{ word-break: break-word; } /* 手机 侧边栏滑动 */ #site-navigation > sidebar-inner { display: block; height: 80vh; overflow: auto; }