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

来自Assault Lily Project 中文维基
跳到导航 跳到搜索
第2行: 第2行:
  
 
body {
 
body {
   background: linear-gradient(#7f90dc 30%, #ff9dae 70%);
+
   background: #fff0f3;
 
}
 
}
  
 
/* 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: linear-gradient(#7f90dc 30%, #ff9dae 70%);
+
   background: #fff0f3;
 
}
 
}

2021年3月18日 (四) 17:56的版本

/* 这里放置的CSS将应用于所有皮肤 */

body {
  background: #fff0f3;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: #fff0f3;
}