User:BearBin/common.css

来自萌娘共享
BearBin讨论 | 贡献2024年3月15日 (五) 20:07的版本
跳转至: 导航搜索

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
.mw-tag-markers>span {
    text-decoration: underline dotted;
}

.mw-changeslist-separator {
    display: none;
}

#mw-panel .portal .body li {
    font-size: 0.85em;
}

body.skin-vector div#mw-panel #p-tb {
    padding-bottom: 1em;
}

body.skin-vector div#mw-panel {
    width: 10.5em;
}

body.skin-vector #mw-head-base {
    height: 7em;
}

body.skin-vector div#content,
body.skin-vector div#p-cactions li a:hover,
body.skin-vector div#p-cactions li.selected a {
    background-color: rgb(247 251 255 / 80%);
}

body.skin-vector #p-personal #pt-notifications-alert,
body.skin-vector #p-personal #pt-notifications-notice {
    margin-top: 1em;
}

body.skin-vector #p-personal {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4px 12px 4px 0;
    box-shadow: #666 0 1px 5px;
    position: fixed;
    top: .1em;
    right: .1em;
}

body.skin-vector #p-personal ul {
    padding-left: 0;
}

body.skin-vector #left-navigation,
body.skin-vector #right-navigation {
    margin-top: 4.45em;
}

body.skin-vector #mw-page-base {
    background: none;
}

.skin-vector pre,
.skin-vector .mw-code {
    background-color: rgba(248 249 250 / 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 div.vectorTabs {
    background-image: none;
}

.skin-vector div.vectorTabs ul {
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 30%) 30%, rgb(255 255 255 / 50%)) !important
}

.skin-vector div.vectorTabs ul li {
    background-image: none;
}

.skin-vector div.vectorTabs span {
    background-image: none;
}

.skin-vector div.vectorTabs ul li.selected {
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 30%) 30%, rgb(255 255 255 / 50%)) !important
}

body.skin-vector.mediawiki,
#bearbin-background {
    background-image: url("https://imgvb.com/images/2024/03/15/d385d3aeab2683b2bc405eaa9b33aede.jpg"), url("https://s2.loli.net/2024/03/15/W7Owk3ofCz2HiRn.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: 60% 30%;
}

#bearbin-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99999;
    background-attachment: local;
}

@media screen and (orientation: portrait) and (max-width: 1440px) {
    #bearbin-background {
        background-image: url("https://s2.loli.net/2023/07/20/CgW3mfSx8uDHa6h.jpg");
        background-position: 55% 30%;
    }
}

textarea {
    background: rgba(255, 255, 255, .7);
}

.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: 160px;
}

#mw-panel #p-logo .mw-wiki-logo {
    background-image: url("https://img.moegirl.org.cn/logo/zhMoegirl15.2.png");
    height: 160px;
}

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

#footer #footer-moegirl .copyright {
    color: #2F2F2F;
}