置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

User:BearBin/vector.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • 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.uk/User:BearBin/vector.css?_=1}-
/* 用户状态图标边距调整,使其和提醒图标看上去对齐 */
li#pt-userstatus {
    margin-top: 0.4em !important;
}

.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,
.skin-vector #mw-content-text table.wikitable {
    background-color: rgba(251, 251, 251, 0.6);
}

.skin-vector table.wikitable>tr>th,
.skin-vector 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;
}

.skin-vector .template-documentation {
    background-color: rgba(240, 248, 255, .6) !important;
}

.ajaxpoll {
    background: rgb(250 250 250 / 70%);
}
 
.mw-special-Newpages .not-patrolled {
    background: rgb(255 255 170 / 70%);
}
 
/* 月报 */
#mw-content-text .moegirlMonthlyReport-v202112-root {
    background: rgba(255, 255, 255, .5);
}

#mw-panel #p-logo {
    height: 160px;
}

.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined,
.oo-ui-tagMultiselectWidget-handle {
    background-color: rgba(248, 249, 250, .4) !important;
}

.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input,
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background-color: rgba(255, 255, 255, .6);
}

#footer {
    background-color: rgb(255 255 255 / 70%);
    padding-bottom: 3.7em;
}

#bearbin-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99999;
    background-image: url("https://imgvb.com/images/2023/08/19/3bb4ce89598066fac3da13be436b6eee.jpg");
    background-size: cover;
    background-attachment: local;
    background-position: 60% 40%;
}
 
@media screen and (orientation: portrait) and (max-width: 1440px) {
    #bearbin-background {
        background-image: url("https://imgvb.com/images/2023/09/14/726e153f9f03fedf54b3caadbe31bab6.jpg");
        background-position: 40% 30%;
    }
}