2023年政策修订增补工作正在进行中,欢迎参与!
User:小祈吖/vector.css
< User:小祈吖
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
- Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
- Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
- Opera:在“工具→首选项”中清除缓存
- 如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码
?_=1
来访问最新页面。 - 添加代码后的本页地址如下:
-{R|https://moegirl.icu/User:%E5%B0%8F%E7%A5%88%E5%90%96/vector.css?_=1}-
/*韩国来的*/
/* 用户工具栏固定 */
#p-personal {
position: fixed;
}
/* 提醒和通知位置微调 */
#p-personal #pt-notifications-alert,
#p-personal #pt-notifications-notice {
margin-top: 1em;
}
/* 换图*/
body.skin-vector {
background-image: url("https://s2.loli.net/2023/02/28/RID89agPJlSL1H5.png") !important;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 65% center;
}
/* 适配iPad、手机等 */
@media only screen and (max-device-width: 1024px) {
body.skin-vector {
background-repeat: repeat;
background-size: contain;
background-position: top center;
}
}
/* 信息栏怎么可以挡住我的妹子 */
.skin-vector .infoBoxContent {
background-color: rgba(251, 251, 251, 0.6);
}
/* 缩略图和画廊的白底也好碍眼 */
.skin-vector li.gallerybox div.thumb,
.skin-vector div.thumbinner,
.skin-vector .toc,
.skin-vector .mw-warning,
.skin-vector .toccolours {
background-color: rgba(248, 249, 250, 0.6);
}
/* 表格也不能拦着我看妹子! */
.skin-vector .mw-parser-output table.wikitable {
background-color: rgba(251, 251, 251, 0.6);
}
.skin-vector table.wikitable>tr>th,
table.wikitable>*>tr>th {
background-color: rgba(234, 236, 240, 0.6);
text-align: center;
}
/* 代码块也不能拦着我看妹子! */
.skin-vector pre,
.skin-vector .mw-code {
background-color: rgba(248, 249, 250, 0.75);
}
.skin-vector li.L1,
.skin-vector li.L3,
.skin-vector li.L5,
.skin-vector li.L7,
.skin-vector li.L9 {
background: rgba(238, 238, 238, 0.75);
}
/* 专辑当然也不行! */
.skin-vector .tracklist .tlheadline,
.skin-vector .tracklist>table>tbody>tr:nth-child(2n+3),
.skin-vector .tracklist.tracklist-switch>table>tbody>tr:nth-child(2n+4) {
background-color: rgba(255, 255, 255, 0.75) !important;
}
.skin-vector .tracklist>table>tbody>tr:nth-child(2n+4),
.skin-vector .tracklist.tracklist-switch>table>tbody>tr:nth-child(2n+3) {
background-color: rgba(243, 243, 243, 0.75) !important;
}
/* 以下代码来自[[MediaWiki:Gadget-SideBarPic.css]],用于解决更换背景图片后左侧工具栏显示的问题 */
.sidebar-character {
position: fixed;
left: -3px;
z-index: -2;
}
.sidebar-character.top {
top: 0;
}
.sidebar-character.bottom {
bottom: 0;
}
#wglogo {
display: none;
}
div#mw-panel div.portal {
background-color: rgb(246 246 246 / 90%);
margin-left: -0.75em;
margin-right: 0;
padding-left: 1.5em;
padding-right: 0.95em;
}
div#mw-panel #p-logo+div.portal {
padding-top: 1.1em;
margin-top: 0;
}
.sidebar-character.active {
display: block;
}
#mw-panel #p-logo {
height: 155px;
}
#mw-panel #p-logo .mw-wiki-logo {
background-image: url("https://img.moegirl.org.cn/common/c/c9/ATRI_atri.png");
height: 168px;
}
#footer {
background-color: rgb(255 255 255 / 70%);
}
#footer #footer-moegirl .copyright {
color: #2F2F2F;
}
/*
.nomobile.sidebar-character.executed.bottom.active>img {
display: none !important;
}
*/