MediaWiki:Common.css:修订间差异

添加44字节 、​ 2022年12月4日 (星期日)
fix bkg opacity
无编辑摘要
(fix bkg opacity)
第6行: 第6行:
/*春季主题背景---画画的纱雾酱*/
/*春季主题背景---画画的纱雾酱*/
body {
body {
   opacity: 0.92;
    background-image:url(/index.php/Special:FilePath/%E7%94%BB%E7%94%BB%E7%9A%84%E7%BA%B1%E9%9B%BE%E9%85%B1.png);
    background-image:url(/index.php/Special:FilePath/%E7%94%BB%E7%94%BB%E7%9A%84%E7%BA%B1%E9%9B%BE%E9%85%B1.png);
    background-position:right 40% bottom 45%;
    background-position:right 40% bottom 45%;
第13行: 第12行:
    background-repeat:no-repeat;
    background-repeat:no-repeat;
}
}
.mw-body {
   background-color: rgba(255, 255, 255, 0.92);
}
/*全站样式*/
/*全站样式*/
body {
body {