User:RemixMe/common.css:修订间差异

无编辑摘要
无编辑摘要
第9行: 第9行:
    background-position: center center;
    background-position: center center;
    text-decoration: none;
    text-decoration: none;
    filter: hue-rotate(60)
    -webkit-filter: hue-rotate(60)
}
}

2019年3月11日 (一) 22:33的版本

/* 满足remixMe同学的自定义主颜色的需求 */
.ck2wiki-background { background: #004080; }
.ck2wiki-border-3 { border: solid 3px #004080; }
.mw-wiki-logo {
    display: block;
    width: 10em;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    -webkit-filter: hue-rotate(60)
}