MediaWiki:Common.css:修订间差异

来自哲♂学中文维基
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第5行: 第5行:
     height: 135px !important;
     height: 135px !important;
}
}
body {
body {
     background: url('/resources/assets/wikibackground.jpg') no-repeat center center fixed;
     background: url('/resources/assets/wikibackground.jpg') no-repeat center center fixed;
     background-size: cover;
     background-size: cover;
}
/* 让编辑框半透明 */
#wpTextbox1 {
    background: rgba(255, 255, 255, 0.8); /* 80% 不透明度 */
    border: 1px solid #ccc; /* 轻微边框 */
    padding: 10px;
    backdrop-filter: blur(5px); /* 模糊背景 */
}
.mw-editform {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 15px;
    backdrop-filter: blur(5px);
}
}

2025年2月25日 (二) 10:17的版本

#p-logo a {
    background-size: contain !important;
    background-position: center !important;
    width: 135px !important;
    height: 135px !important;
}


body {
    background: url('/resources/assets/wikibackground.jpg') no-repeat center center fixed;
    background-size: cover;
}

/* 让编辑框半透明 */
#wpTextbox1 {
    background: rgba(255, 255, 255, 0.8); /* 80% 不透明度 */
    border: 1px solid #ccc; /* 轻微边框 */
    padding: 10px;
    backdrop-filter: blur(5px); /* 模糊背景 */
}

.mw-editform {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 15px;
    backdrop-filter: blur(5px);
}