MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
MediaWiki:Vector.css:修订间差异
跳到导航
跳到搜索
Salt lovely(留言 | 贡献) (清空页面) 标签:清空 |
Salt lovely(留言 | 贡献) 小 (搬回来) |
||
第1行: | 第1行: | ||
/* LOGO */ |
|||
#p-logo a{ |
|||
background-size: contain; |
|||
} |
|||
#p-logo{ |
|||
margin-top: 1.5em; |
|||
} |
|||
body { |
|||
background:var(--themeimg) 0 0 no-repeat; |
|||
background-attachment:fixed; |
|||
background-size:cover; |
|||
border-top:none; |
|||
font-family:var(--fontfamily) |
|||
} |
|||
#mw-page-base { |
|||
background:none!important |
|||
} |
|||
#content:before { |
|||
content:''; |
|||
left:0; |
|||
height:var(--bgtop); |
|||
width:calc(100% - 90px); |
|||
padding:0 45px; |
|||
margin-top:-45px; |
|||
display:block; |
|||
position:absolute; |
|||
background:url(https://s2.ax1x.com/2019/11/28/QFB2X4.png)left top no-repeat,url(https://s2.ax1x.com/2019/11/28/QFBfB9.png)right top no-repeat,url(https://s2.ax1x.com/2019/11/28/QFBc1U.png)top repeat-x content-box |
|||
} |
|||
#content:after { |
|||
content:''; |
|||
left:0; |
|||
height:var(--bgtop); |
|||
width:calc(100% - 90px); |
|||
padding:0 45px; |
|||
bottom:0px; |
|||
margin-bottom:-45px; |
|||
display:block; |
|||
position:absolute; |
|||
background:url(https://s2.ax1x.com/2019/11/28/QFco4A.png)bottom repeat-x content-box,url(https://s2.ax1x.com/2019/11/28/QFcINd.png)left bottom no-repeat,url(https://s2.ax1x.com/2019/11/28/QFc5AH.png)right bottom no-repeat |
|||
} |
|||
#content { |
|||
padding:0 calc(var(--bgtop) * 1.5); |
|||
margin-right:var(--bgleft); |
|||
overflow:visible; |
|||
position:relative; |
|||
background:url(https://www.mcbbs.net/template/mcbbs/image/bg_border_left.png) left top repeat-y,url(https://www.mcbbs.net/template/mcbbs/image/bg_border_right.png) right top repeat-y; |
|||
background-color:var(--bgcolor) |
|||
} |
|||
#left-navigation { |
|||
margin-top:calc(2em + var(--bgtop)); |
|||
margin-left:calc(11em + var(--bgtop) * 1.5) |
|||
} |
|||
#right-navigation { |
|||
margin-top:calc(2em + var(--bgtop)); |
|||
margin-right:calc(var(--bgtop) + var(--bgleft)) |
|||
} |
|||
#left-navigation li,#right-navigation li { |
|||
background-image:linear-gradient(0deg,var(--linecolor) 0%,var(--bgcolor) 30%) |
|||
} |
|||
#left-navigation li.selected,#right-navigation li.selected { |
|||
background-image:linear-gradient(0deg,var(--linecolor) 0%,var(--bgcolor) 30%,white 100%) |
|||
} |
|||
#left-navigation li:first-child,#right-navigation li:first-child { |
|||
border-left:1px solid var(--linecolor) |
|||
} |
|||
#left-navigation li:last-child,#right-navigation li:last-child { |
|||
border-right:1px solid var(--linecolor) |
|||
} |
|||
#p-cactions .menu li { |
|||
border:1px solid var(--linecolor) |
|||
} |
|||
#left-navigation div,#left-navigation ul,#left-navigation span,#right-navigation div,#right-navigation ul,#right-navigation span,#p-cactions-label,#p-cactions .menu li { |
|||
background:none!important |
|||
} |
|||
#firstHeading { |
|||
margin-top:var(--bgtop) |
|||
} |
|||
#p-personal { |
|||
width:100%; |
|||
position:fixed; |
|||
top:0; |
|||
right:0; |
|||
padding:0.33em 1em; |
|||
background:url(https://www.mcbbs.net/template/mcbbs/image/top_bg.png); |
|||
background-size:contain |
|||
} |
|||
#p-personal ul { |
|||
float:right |
|||
} |
|||
#catlinks,pre,table.wikitable,li.gallerybox div.thumb,.toc,.mw-warning,.toccolours,table.navbox,#simpleSearch { |
|||
background-color:var(--lightcolor) |
|||
} |
|||
fieldset,ul,li,a,span,em,pre,h1,h2,h3,h4,h5,h6 { |
|||
border-color:var(--linecolor)!important |
|||
} |
|||
.diff-deletedline { |
|||
border-color:#ffe49c!important |
|||
} |
|||
.diff-addedline { |
|||
border-color:#a3d3ff!important |
|||
} |
|||
#catlinks { |
|||
margin-bottom:2px |
|||
} |
|||
::selection { |
|||
background:lightblue; |
|||
color:black |
|||
} |
|||
::-moz-selection { |
|||
background:lightblue; |
|||
color:black |
|||
} |
|||
input,select { |
|||
background-color:var(--lightcolor); |
|||
border:1px solid var(--linecolor) |
|||
} |
|||
h1,h2,h3,h4,h5,h6 { |
|||
font-family:var(--fontfamily2)!important |
|||
} |
|||
#footer { |
|||
padding-bottom:0 |
|||
margin-top: 1em; |
|||
} |
2020年4月19日 (日) 22:15的版本
/* LOGO */
#p-logo a{
background-size: contain;
}
#p-logo{
margin-top: 1.5em;
}
body {
background:var(--themeimg) 0 0 no-repeat;
background-attachment:fixed;
background-size:cover;
border-top:none;
font-family:var(--fontfamily)
}
#mw-page-base {
background:none!important
}
#content:before {
content:'';
left:0;
height:var(--bgtop);
width:calc(100% - 90px);
padding:0 45px;
margin-top:-45px;
display:block;
position:absolute;
background:url(https://s2.ax1x.com/2019/11/28/QFB2X4.png)left top no-repeat,url(https://s2.ax1x.com/2019/11/28/QFBfB9.png)right top no-repeat,url(https://s2.ax1x.com/2019/11/28/QFBc1U.png)top repeat-x content-box
}
#content:after {
content:'';
left:0;
height:var(--bgtop);
width:calc(100% - 90px);
padding:0 45px;
bottom:0px;
margin-bottom:-45px;
display:block;
position:absolute;
background:url(https://s2.ax1x.com/2019/11/28/QFco4A.png)bottom repeat-x content-box,url(https://s2.ax1x.com/2019/11/28/QFcINd.png)left bottom no-repeat,url(https://s2.ax1x.com/2019/11/28/QFc5AH.png)right bottom no-repeat
}
#content {
padding:0 calc(var(--bgtop) * 1.5);
margin-right:var(--bgleft);
overflow:visible;
position:relative;
background:url(https://www.mcbbs.net/template/mcbbs/image/bg_border_left.png) left top repeat-y,url(https://www.mcbbs.net/template/mcbbs/image/bg_border_right.png) right top repeat-y;
background-color:var(--bgcolor)
}
#left-navigation {
margin-top:calc(2em + var(--bgtop));
margin-left:calc(11em + var(--bgtop) * 1.5)
}
#right-navigation {
margin-top:calc(2em + var(--bgtop));
margin-right:calc(var(--bgtop) + var(--bgleft))
}
#left-navigation li,#right-navigation li {
background-image:linear-gradient(0deg,var(--linecolor) 0%,var(--bgcolor) 30%)
}
#left-navigation li.selected,#right-navigation li.selected {
background-image:linear-gradient(0deg,var(--linecolor) 0%,var(--bgcolor) 30%,white 100%)
}
#left-navigation li:first-child,#right-navigation li:first-child {
border-left:1px solid var(--linecolor)
}
#left-navigation li:last-child,#right-navigation li:last-child {
border-right:1px solid var(--linecolor)
}
#p-cactions .menu li {
border:1px solid var(--linecolor)
}
#left-navigation div,#left-navigation ul,#left-navigation span,#right-navigation div,#right-navigation ul,#right-navigation span,#p-cactions-label,#p-cactions .menu li {
background:none!important
}
#firstHeading {
margin-top:var(--bgtop)
}
#p-personal {
width:100%;
position:fixed;
top:0;
right:0;
padding:0.33em 1em;
background:url(https://www.mcbbs.net/template/mcbbs/image/top_bg.png);
background-size:contain
}
#p-personal ul {
float:right
}
#catlinks,pre,table.wikitable,li.gallerybox div.thumb,.toc,.mw-warning,.toccolours,table.navbox,#simpleSearch {
background-color:var(--lightcolor)
}
fieldset,ul,li,a,span,em,pre,h1,h2,h3,h4,h5,h6 {
border-color:var(--linecolor)!important
}
.diff-deletedline {
border-color:#ffe49c!important
}
.diff-addedline {
border-color:#a3d3ff!important
}
#catlinks {
margin-bottom:2px
}
::selection {
background:lightblue;
color:black
}
::-moz-selection {
background:lightblue;
color:black
}
input,select {
background-color:var(--lightcolor);
border:1px solid var(--linecolor)
}
h1,h2,h3,h4,h5,h6 {
font-family:var(--fontfamily2)!important
}
#footer {
padding-bottom:0
margin-top: 1em;
}