“MediaWiki:Common.css”的版本间的差异

来自Assault Lily Project 中文维基
跳到导航 跳到搜索
(建立内容为“→‎这里放置的CSS将应用于所有皮肤 body { background: #ffe1e7; } /* Changes the background color behind the top half of the logo and at top of e…”的新页面
 
第2行: 第2行:
  
 
body {
 
body {
   background: #ffe1e7;
+
   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: #ffe1e7;
+
   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%);
}