|
|
| (未显示4个用户的48个中间版本) |
| 第1行: |
第1行: |
| :root{--themecolor:#A8CDFF;--themeimg:url(https://www.mcbbs.net/template/mcbbs/image/body_bg.jpg);--bgtop:46px;--bgleft:40px;--bgcolor:#fbf2dc;--linecolor:#CFB78E;}body{background:var(--themeimg) 0 0 no-repeat;background-attachment:fixed;background-size:cover;border-top:none;}#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;}fieldset,div,ul,li,a,span,em,h1,h2,h3,h4,h5,h6{border-color:var(--linecolor)}#catlinks{margin-bottom:2px;}
| | @charset "UTF-8"; |
| | /* 初版源代码:用户:Salt_lovely/Vector.scss */ |
| | /* 今版源代码:https://github.com/mcbbs-wiki/mcbbs-wiki-widget-repo */ |
| | :root { |
| | --bgtop: 46px; |
| | --bgleft: 20px; |
| | --lightcolor: #fdf6e6; |
| | --bgcolor: #fbf2dc; |
| | --bgcolor1: #e9d3ad; |
| | --bgcolor2: #e7d3b1; |
| | --bgcolor3: #e9cb97; |
| | --linecolor: #cfb78e; |
| | --fontfamily: sans-serif, 'Microsoft Yahei', apple color emoji, segoe ui emoji, |
| | segoe ui symbol; |
| | --fontfamily2: 'Linux Libertine', 'Georgia', 'Times', serif, sans-serif, |
| | Tahoma; |
| | --articlefont: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', |
| | 'DejaVu serif', 'Source Han Serif', 'Source Han Serif SC'; |
| | --delete-linecolor: #ffe49c; |
| | --add-linecolor: #a3d3ff; |
| | --selection-color: lightblue; |
| | --selection-font-color: #000; } |
| | #catlinks, pre, table.wikitable, li.gallerybox div.thumb, .toc, .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-warning, .toccolours, table.navbox { |
| | background-color: var(--lightcolor); |
| | } |
| | |
| | .skin-vector-legacy .ve-ui-toolbar-floating > .oo-ui-toolbar-bar { |
| | top: 2.5rem; |
| | } |
| | |
| | .mw-category-group li { |
| | border-color: unset !important; |
| | } |