MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针

如果在编辑的过程中遇到了什么问题,可以去讨论板提问。

为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证

MCBBS Wiki GitHub群组已上线!

您可以在回声洞中发表吐槽!

服务器状态监控。点击进入

本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>

用户:Eicy/沙盒:修订间差异

来自MCBBS Wiki
跳到导航 跳到搜索
(// Edit via Wikiplus)
(delete)
标签清空
第1行: 第1行:
{{CSS|1=
:root {
  --themecolor: #a8cdff;
  --themeimg: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg);
  --lightcolor: #a8cdff;
  --bgcolor: #a8cdff;
  --bgcolor1: #a8cdff;
  --bgcolor2: #a8cdff;
  --bgcolor3: #a8cdff;
  --linecolor: #a8cdff;
}
#content {
  top: calc(
46px + 3rem);
  min-height: 400px;
  padding: 1px 69px;
  margin-left: 11rem;
  margin-right: 0.5rem;
  margin-bottom: calc(92px + 5rem);
  overflow: visible;
  position: relative;
  background: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) left top repeat-y, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) right top repeat-y;
  background-color: var(--bgcolor);
  border: none;
  border-width: 0;
}
#content::before {
  top: -46px;
  background: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) left top no-repeat, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) right top no-repeat, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) top repeat-x content-box;
}


#content::after {
  bottom: -46px;
  background: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) left bottom no-repeat, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) right bottom no-repeat, url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg) bottom repeat-x content-box;
}
body{
    background-image:url('https://s1.ax1x.com/2022/07/23/jXCo1e.jpg');
}
#p-personal {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 1.5rem;
  padding: 0.5rem 1rem;
  background: url(https://s1.ax1x.com/2022/07/23/jXCo1e.jpg);
  background-size: contain;
  opacity: 0.5;
  font-size: 1rem;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.5s;
}
#siteNotice{
    display:none;
}
}}
写一些内容

2022年8月1日 (一) 18:55的版本