|
|
| 第1行: |
第1行: |
| :root {
| | |
| --themecolor:#A8CDFF;
| |
| --themeimg:url(https://www.mcbbs.net/template/mcbbs/image/body_bg.jpg);
| |
| --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
| |
| }
| |
| 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
| |
| }
| |
| /*a[href] {
| |
| color:#36b!important
| |
| }
| |
| a[href]:visited {
| |
| color:#609!important
| |
| }
| |
| a[href]:hover {
| |
| color:#58c!important
| |
| }
| |
| a[href] span {
| |
| background:none!important
| |
| }*/
| |
| ::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;
| |
| }
| |
| a.new[href] {
| |
| color:#c66!important
| |
| }
| |