MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
imported>Unknown user 小无编辑摘要 |
>17810d2e51227dd8f221a93b9b9895fe 小无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | |||
#content { | |||
background: rgba(255,255,255,.7); | |||
} | |||
body { | |||
background-color: rgb(246, 246, 246); | |||
background-image: url('background.svg'); | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
background-position: 50% 50%; | |||
position: relative; | |||
min-height: 1480px; | |||
height: auto !important; | |||
margin: auto !important; | |||
} | |||
2018年10月28日 (日) 16:59的版本
/* 这里放置的CSS将应用于所有皮肤 */
#content {
background: rgba(255,255,255,.7);
}
body {
background-color: rgb(246, 246, 246);
background-image: url('background.svg');
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
position: relative;
min-height: 1480px;
height: auto !important;
margin: auto !important;
}