“MediaWiki:Common.css”的版本间的差异
跳到导航
跳到搜索
Futagawa Fumi(讨论 | 贡献) (建立内容为“→这里放置的CSS将应用于所有皮肤: body { background: #ffe1e7; } /* Changes the background color behind the top half of the logo and at top of e…”的新页面) |
Futagawa Fumi(讨论 | 贡献) |
||
第2行: | 第2行: | ||
body { | body { | ||
− | background: # | + | background: linear-gradient(#7f90dc 30%, #ff9dae 70%); |
} | } | ||
/* Changes the background color behind the top half of the logo and at top of each page: */ | /* Changes the background color behind the top half of the logo and at top of each page: */ | ||
#mw-page-base { | #mw-page-base { | ||
− | background: # | + | background: linear-gradient(#7f90dc 30%, #ff9dae 70%); |
} | } |
2021年3月18日 (四) 17:55的版本
/* 这里放置的CSS将应用于所有皮肤 */
body {
background: linear-gradient(#7f90dc 30%, #ff9dae 70%);
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: linear-gradient(#7f90dc 30%, #ff9dae 70%);
}