3,389
个编辑
MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
Salt lovely(留言 | 贡献) 小 (.) |
Salt lovely(留言 | 贡献) 小 (修改代码结构,适配vector的变化) |
||
| 第1行: | 第1行: | ||
$topbar-height: 1.5rem; // 顶栏高度 | |||
$topbar-padding: 0.5rem; // 顶栏高度 | $topbar-padding: 0.5rem; // 顶栏高度 | ||
$top-gap: 0.5rem; // 主体与顶栏的间隙 | $top-gap: 0.5rem; // 主体与顶栏的间隙 | ||
| 第32行: | 第32行: | ||
"DejaVu serif", "Source Han Serif", "Source Han Serif SC"; | "DejaVu serif", "Source Han Serif", "Source Han Serif SC"; | ||
} | } | ||
// 左侧栏 | /* 背景 */ | ||
body { | |||
background: var(--themeimg) 0 0 no-repeat; | |||
background-position: center; | |||
background-attachment: fixed; | |||
background-size: cover; | |||
border-top: none; | |||
font-family: var(--fontfamily); | |||
* { | |||
border-color: var(--linecolor); | |||
} | |||
} | |||
/* 左侧栏 */ | |||
#mw-panel { | #mw-panel { | ||
position: fixed; | position: fixed; | ||
| 第72行: | 第84行: | ||
padding: 0; | padding: 0; | ||
position: relative; | position: relative; | ||
background-image: none; | |||
font-size: 1rem; | font-size: 1rem; | ||
line-height: 1.3rem; | line-height: 1.3rem; | ||
| 第137行: | 第150行: | ||
} | } | ||
} | } | ||
// | /* 最顶部的信息栏 */ | ||
#p-personal { | |||
background: | width: 100%; | ||
position: fixed; | |||
top: 0; | |||
right: 0; | |||
border- | height: $topbar-height; | ||
padding: $topbar-padding $topbar-padding * 2; | |||
background: url(https://www.mcbbs.net/template/mcbbs/image/top_bg.png); | |||
border-color: var(-- | background-size: contain; | ||
opacity: 0.5; | |||
font-size: 1rem; | |||
// transition: opacity 0.5s ease; | |||
transition-duration: 0.3s; | |||
transition-timing-function: ease; | |||
transition-delay: 0.5s; | |||
&:hover { | |||
opacity: 1; | |||
transition-delay: 0s; | |||
} | |||
ul { | |||
// right: 0; | |||
float: right; | |||
li { | |||
height: 1rem; | |||
margin-top: 0; | |||
margin-bottom: 0; | |||
font-size: 0.9rem; | |||
line-height: 1rem; | |||
} | |||
} | |||
} | |||
/* 顶部栏 */ | |||
$head-right-offet: 12px; // 右侧导航栏偏移量 | |||
#mw-head { | |||
top: $content-top; | |||
padding: 0 $content-bookborder * 1.5 - $head-right-offet 0 | |||
$content-bookborder * 1.5; | |||
width: calc(100% - #{$content-bookborder * 3 - $head-right-offet}); | |||
#left-navigation, | |||
#right-navigation { | |||
margin-top: 0rem; | |||
nav, | |||
div, | |||
ul, | |||
span, | |||
a { | |||
background-image: none; | |||
background-color: transparent; | |||
} | |||
li { | |||
border-left: none; | |||
border-right: none; | |||
&:first-child { | |||
border-left: 1px solid var(--linecolor); | |||
} | |||
&:last-child { | |||
border-right: 1px solid var(--linecolor); | |||
} | |||
} | |||
ul { | |||
li { | |||
height: 2.7rem; | |||
background-image: linear-gradient( | |||
0deg, | |||
var(--linecolor) 0%, | |||
var(--bgcolor) 20% | |||
); | |||
&:hover { | |||
background-image: linear-gradient( | |||
0deg, | |||
var(--linecolor) 0%, | |||
var(--bgcolor) 12% | |||
); | |||
} | |||
a { | |||
font-size: 0.875rem; | |||
padding-top: 1rem; | |||
text-align: center; | |||
} | |||
&.icon a { | |||
padding-top: 2.5rem; | |||
} | |||
} | |||
&.menu li { | |||
background-image: linear-gradient( | |||
0deg, | |||
var(--linecolor) 0%, | |||
var(--bgcolor) 12% | |||
); | |||
&:hover { | |||
background-image: linear-gradient( | |||
0deg, | |||
var(--linecolor) 0%, | |||
var(--bgcolor) 6% | |||
); | |||
} | |||
} | |||
} | |||
} | |||
#p-cactions .menu li { | |||
border: 1px solid var(--linecolor); | |||
background-color: var(--lightcolor); | |||
} | } | ||
} | } | ||
// | #p-personal #pt-notifications-alert, | ||
#p-personal #pt-notifications-notice { | |||
margin-right: 0; | |||
} | |||
/* 主体 */ | |||
$bookborder-lefttop: url(https://s2.ax1x.com/2019/11/28/QFB2X4.png); | $bookborder-lefttop: url(https://s2.ax1x.com/2019/11/28/QFB2X4.png); | ||
| 第164行: | 第274行: | ||
#content { | #content { | ||
top: $content-top; | top: $content-top; | ||
min-height: 400px; | |||
padding: 1px $content-bookborder * 1.5; | padding: 1px $content-bookborder * 1.5; | ||
margin-left: 11rem; | |||
margin-right: 0.5rem; | margin-right: 0.5rem; | ||
margin-bottom: calc(#{$content-bookborder * 2} + | margin-bottom: calc(#{$content-bookborder * 2} + 5rem); | ||
overflow: visible; | overflow: visible; | ||
position: relative; | position: relative; | ||
| 第172行: | 第284行: | ||
$bookborder-right right top repeat-y; | $bookborder-right right top repeat-y; | ||
background-color: var(--bgcolor); | background-color: var(--bgcolor); | ||
@include noboder(); | @include noboder(); | ||
&::after, | &::after, | ||
| 第199行: | 第310行: | ||
} | } | ||
} | } | ||
// | /* 页脚 */ | ||
#footer { | |||
# | padding-bottom: 0; | ||
margin-top: $content-bookborder; | |||
padding | clear: both; | ||
transition: all 0.3s; | |||
margin- | |||
transition | |||
&:hover { | &:hover { | ||
/*鼠标滑过,背景变白*/ | |||
background: rgba(255, 255, 255, 0.7); | |||
// | |||
} | } | ||
} | } | ||
// | /* 滚动公告 */ | ||
.topsign { | .topsign { | ||
position: relative; | position: relative; | ||
| 第312行: | 第339行: | ||
} | } | ||
} | } | ||
// | /* 适配 */ | ||
@media screen and (max-width: 982px) { | |||
#mw-panel { | |||
left: 0; | |||
} | |||
#content { | |||
margin-left: 10rem; | |||
margin-right: 0; | |||
} | } | ||
} | } | ||
| 第389行: | 第417行: | ||
border: 1px solid var(--linecolor); | border: 1px solid var(--linecolor); | ||
} | } | ||