MediaWiki:Common.css:修订间差异

添加197字节 、​ 2020年6月16日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第431行: 第431行:
padding-bottom:0;
padding-bottom:0;
         margin-top:35px;
         margin-top:35px;
}
/* 网页特效 */
.saturation0 {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: gray(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
}