MediaWiki:Common.css:修订间差异

来自DJMAX中文资料库
跳转到导航 跳转到搜索
无编辑摘要
标签已被回退
无编辑摘要
标签已被回退
第2行: 第2行:
/* 背景图 */
/* 背景图 */
body {
body {
   background: {
   background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),  
    linear-gradient(rgba(255, 255, 255, 0.67), rgba(255, 255, 255, 0.67)),
              url("https://djmaxwiki.cn/djmax_wiki/images/5/5c/%E8%83%8C%E6%99%AF_64514.jpg") no-repeat fixed center center/cover;
    url("https://djmaxwiki.cn/djmax_wiki/images/5/5c/%E8%83%8C%E6%99%AF_64514.jpg") no-repeat fixed center center/cover;};
  background-color: #0A0523;
}
}

2025年7月17日 (四) 02:39的版本

/* 这里放置的CSS将应用于所有皮肤 */
/* 背景图 */
body {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), 
              url("https://djmaxwiki.cn/djmax_wiki/images/5/5c/%E8%83%8C%E6%99%AF_64514.jpg") no-repeat fixed center center/cover;
}