MediaWiki:Common.css:修订间差异

来自哲♂学中文维基
跳转到导航 跳转到搜索
创建页面,内容为“#p-logo a { background-size: contain !important; background-position: center !important; width: 135px !important; height: 135px !important; }”
 
无编辑摘要
第4行: 第4行:
     width: 135px !important;
     width: 135px !important;
     height: 135px !important;
     height: 135px !important;
}
body {
    background: url('/resources/assets/wikibackground.jpg') no-repeat center center fixed;
    background-size: cover;
}
}

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

#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;
}