MediaWiki:Common.css:修订间差异

来自DJMAX中文资料库
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第5行: 第5行:
body {
body {
   background: #0A0523 url("https://djmaxwiki.cn/djmax_wiki/images/5/5c/%E8%83%8C%E6%99%AF_64514.jpg") no-repeat fixed center center / cover;
   background: #0A0523 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: rgba(209, 248, 255, 0.67);
   background-color: rgba(255, 255, 255, 0.75);
}
}

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

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

/* WIKI背景图 */

body {
  background: #0A0523 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: rgba(255, 255, 255, 0.75);
}