基础主题
@charset "utf-8"; @import url("http://wanderers-library.wikidot.com/component:dustjacket-theme-typefaces/code/1"); @import url("https://use.typekit.net/tqr1skr.css"); @import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); @import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css'); @import url('http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css'); @import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC|Noto+Serif+SC|Noto+Sans+TC|Noto+Serif+TC&display=swap'); @import url("https://fonts.googleapis.com/css?family=Poppins:600,800|Space+Mono:400,400i,700,700i&display=swap&subset=latin-ext"); @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:400"); @import url("https://fonts.font.im/css?family=Cinzel|Cinzel+Decorative|Julius+Sans+One"); :root { /* 色卡 */ /* BASIC */ --trans: 255, 255, 255, 0; --ti-color: 255, 255, 255, 1; --te-shadow: 255, 255, 255, 1; --ti-shadow: 0, 0, 0, 1; --ho-shadow: 0, 0, 0, 0.13; --scroll-back: 0, 0, 0, 0.11; --rhodes: 255, 202, 42, 0.9; --rhodes-light: 244, 196, 48, 1; --rhodes-light-trans: 244, 196, 48, 0.65; --rhodes-light-lite: 255, 205, 42, 1; --link: 79, 91, 117, 1; --link-deep: 59, 68, 86, 1; --link-lite:120, 132, 156, 1; --link-click: 64, 75, 95, 1; /* BG & HEAD */ --content-bg: 255, 255, 255, 0.26; --bg-shadow: 0, 0, 0, 0.25; --frame-shadow: 0, 0, 0, 0.58; --head-gradient: 255, 255, 255, 1; /* SEARCH */ --input-text: 255, 255, 255, 1; --input-box: 58, 69, 76, 1; --input-border: 59, 64, 72, 1; --input-shadow: 0, 0, 0, 0.5; --hover-border: 97, 117, 142, 1; --box-text: 255, 255, 255, 1; --box-bg: 77, 97, 111, 1; --box-border: 153, 153, 153, 1; --box-top: 59, 69, 82, 1; --box-mid: 53, 69, 88, 1; --box-bottom: 51, 63, 90, 1; --button: 240, 252, 255, 1; --button-bg: 255, 255, 255, 1; --button-top: 98, 108, 121, 1; --button-mid: 55, 60, 68, 1; --button-bottom: 52, 52, 60, 1; --button-shadow: 0, 0, 0, 0.8; --button-text-shadow: 255, 255, 255, 0.25; /* LG */ --lg-bg: 48, 48, 48, 0.72; --lg-a: 228, 236, 255, 1; --lg-border: 93, 100, 115, 1; --lg-ul: 41, 73, 87, 1; /* SIDEBAR */ --si-a: 255, 255, 255, 1; --si-a-deep: 59, 68, 86, 1; --si-a-bg: 244, 196, 48, 1; --si-a-text: 255, 255, 255, 1; --si-bg: 54, 58, 72, 0.77; --si-shadow: 54, 58, 72, 0.77; --si-mo-shadow: 171, 171, 171, 1; --diamond-outshadow: 22, 34, 45, 0.44; --diamond-inshadow: 255, 255, 255, 1; --diamond-inborder: 255, 255, 255, 0.37; --Priestess: 251, 251, 251, 0.45; --Priestess-lite: 255, 255, 255, 1; --target-frame: 255, 255, 255, 0.22; /* SCREEN */ --lk-bg: 255, 255, 255, 0.06; --lk-border: 0, 0, 0, 0.27; --lk-shadow: 162, 162, 162, 1; --bu-button-shadow: 0, 0, 0, 0.32; --bu-button-bg: 0, 0, 0, 0.41; --bu-button-ho-shadow: 0, 0, 0, 1; --source-border: 170, 170, 170, 1; --source-wn: 47, 54, 76, 0.94; --source-es: 58, 47, 85, 0.94; --code-border: 221, 221, 221, 1; --code-bg: 245, 245, 245, 0.3; } /* 通用元素 */ body { color: #000 !important; font-weight: 500 !important; font-size: 0.8em !important; font-family: 'zuijinregular', "Noto Sans SC", 'Lato', sans-serif !important; } #page-content { font-size: 1.1em !important; } ::selection { background-color: rgba(var(--rhodes)) !important; } ::-webkit-scrollbar, #side-bar:hover::-webkit-scrollbar { background-color: transaprent; width: .81em; height: .81em; box-shadow: 0 0 4px rgba(var(--scroll-back)); } ::-webkit-scrollbar-thumb, #side-bar:hover::-webkit-scrollbar-thumb { background-color: rgba(var(--rhodes-light-lite)); } #action-area-top { display: none; } @media (max-width: 767px) { #main-content { max-width: 90%; margin: 0 5%; padding: 1em !important; margin-left: 1rem !important; margin-right: 1rem !important; display: block; background-color: rgba(var(--content-bg)); box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.25); } #content-wrap { position: relative; margin: 2em auto 0; max-width: 1030px; min-height: 1300px; height: auto !important; height: 1500px; } } @media (min-width: 767px) { #content-wrap { position: relative; margin: 2em auto 0; max-width: 1800px; min-height: 1300px; height: auto !important; height: 1500px; } #main-content { padding: 1em; margin-left: 28em; margin-right: 2em; display: block; background-color: rgba(var(--content-bg)); box-shadow: 0 0 9px 1px rgba(var(--bg-shadow)); max-width: 1080px; } } h1, #page-title { color: rgba(var(--ti-color)); padding: 0 0 0.25em; margin: 0 0 0.6em; font-weight: normal; text-shadow: 0 0 5px #000, 0 0 10px #000; } #page-title { margin-top: -1em !important; } h1, h2 { margin-top: 0.7em; font-family: 'zuijinregular', "Source Han Serif", "Source Han Serif CN", Songti SC, serif !important; color: rgba(var(--ti-color)); font-weight: 900; text-shadow: 0 0 5px rgba(var(--ti-shadow)), 0 0 10px rgba(var(--ti-shadow)); letter-spacing: -.25rem !important; font-size: xx-large; } h3 { font-family: 'Noto Serif SC', 'Noto Serif TC'; font-weight: 900; font-size: 130%; } #page-title { font-family: 'zuijinregular', "Source Han Serif", "Source Han Serif CN", Songti SC, serif !important; color: rgba(var(--ti-color)); font-weight: 900; text-shadow: 0 0 5px rgba(var(--ti-shadow)), 0 0 10px rgba(var(--ti-shadow)); letter-spacing: -.4rem !important; font-size: xx-large; border-bottom: none; text-align: center; } ul { list-style: square; } #top-bar ul { list-style-image: none; } #top-bar a:hover { background-color: rgba(var(--ti-color)); text-decoration: underline; background-color: rgba(var(--ho-shadow)) !important; } @media (min-width: 767px) { #top-bar { visibility: hidden !important; } } blockquote > p { text-shadow: none !important; } blockquote > li { text-shadow: none !important; } main-content > li, p { line-height: 135%; text-shadow: rgba(var(--te-shadow)) 0px 0px 1em, rgba(var(--te-shadow)) 0px 0px 1em; } a { color: rgba(var(--link)); text-decoration: none; background: transparent; transition: color .4 ease-in-out; -moz-transition: color .4s ease-in-out; -webkit-transition: color .4s ease-in-out; -o-transition: color .4s ease-in-out; text-shadow: rgba(var(--te-shadow)) 0px 0px 1em, rgba(var(--te-shadow)) 0px 0px 1em; } a:visited { color: rgba(var(--link-deep)); text-shadow: rgba(var(--te-shadow)) 0px 0px 1em, rgba(var(--te-shadow)) 0px 0px 1em; } a.newpage { color: rgba(var(--link-lite)); text-decoration: none; background: transparent; text-shadow: rgba(var(--te-shadow)) 0px 0px 1em, rgba(var(--te-shadow)) 0px 0px 1em; } a:hover { color: rgba(var(--link-click)); text-decoration: underline; background-color: transparent; text-shadow: rgba(var(--te-shadow)) 0px 0px 1em, rgba(var(--te-shadow)) 0px 0px 1em; } /* 版头 */ #header { height: 160px; position: relative; z-index: 10; padding-bottom: 22px; background: url("http://arknights.wdfiles.com/local--files/files/Rhodes%20Island") 15em 4em no-repeat; } #header h1 { margin-left: 120px; padding: 0; float: left; max-height: 95px; letter-spacing: -0.2em !important; color: transparent; } #header h2 { margin-left: 120px; padding: 1em 0 0 0; clear: left; float: left; font-size: 141%; max-height: 38px; line-height: 3rem; letter-spacing: -0.2em !important; } #header h1 a { display: block; margin: 2em; padding: 110px 10px 25px; line-height: 0px; max-height: 0px; color: rgba(var(--trans)); text-decoration: none; font-size: 120%; background: url(http://arknights.wikidot.com/local--files/files/TITLE) 0px 43px no-repeat; background-size: 100%; text-shadow: none; } @media (min-width: 767px) { #header h1 { margin: 0em 0 0 4em !important; color: transparent; } #header h1 a { margin: 1em 0 0 5.525em !important; } #header h2 { margin: 2em 0 0 19.35em; } } @media (max-width: 767px) { #header h1 a { display: block !important; padding: 38px 10px 33px 0px !important; color: rgba(var(--trans)); text-decoration: none !important; background: url(http://arknights.wikidot.com/local--files/files/TITLE) 2px 15px no-repeat !important; background-size: 85% !important; text-shadow: none !important; margin-left: 0em !important; } #header { height: 160px; position: relative; z-index: 1; padding-bottom: 22px; background: url(http://arknights.wdfiles.com/local--files/files/Rhodes%20Island) 2em 7em no-repeat; background-size: 100px; } #header h2 { margin-left: 129px; padding: 3em 0px 0px 4px; clear: left; float: left; font-size: 110%; max-height: 38px; line-height: 3rem; font-family: 华文中宋 !important; letter-spacing: -0.2em !important; } } @-webkit-keyframes sc { from { background-position:0% -4.5% } to { background-position: 0% 600% } } @keyframes sc { from { background-position:0% -4.5% } to { background-position: 0% 600% } } div#extra-div-1 { height: 38px; width: 100%; top: 0px; background: url("http://prts.wiki/images/b/b5/Garanheadleft.png") left top no-repeat, url("http://prts.wiki/images/1/18/Garanheadright.png") right top repeat-x; z-index: 8; box-shadow: 0 1px 4px 0.5px rgba(var(--frame-shadow)); position: fixed; overflow: visible; } @media (max-width: 767px) { div#extra-div-1 { height: 38px; width: 100%; top: 0px; background: url("http://prts.wiki/images/b/b5/Garanheadleft.png") left top no-repeat, url("http://prts.wiki/images/1/18/Garanheadright.png") right top repeat-x; z-index: 0 !important; box-shadow: 0 1px 4px 0.5px rgba(var(--frame-shadow)); position: fixed; overflow: visible; } } div#extra-div-2 { height: 282px; width: 100%; top: 38px; position: absolute; background: url("http://arknights.wdfiles.com/local--files/files/header"); background-size: cover; background-position: 50%; z-index: -1; box-shadow: inset 0px -20px 12px 0px rgba(var(--head-gradient)); } /* div#extra-div-3 { height: 100rem; width: 100%; top: 40px; background: white url(http://arknights.wikidot.com/local--files/files/Background) repeat 1% 0%; position: fixed; background-repeat-x: no-repeat; background-repeat-y: repeat; background-size: cover; -webkit-animation: sc 5600s linear infinite; -moz-animation: sc 5600s linear infinite; -ms-animation: sc 5600s linear infinite; animation: sc 5600s linear infinite; z-index: -25; box-shadow: inset 0px 0px 20px 1.9rem rgba(var(--head-gradient)); overflow: visible; } */ @media (max-width: 767px) { /* div#extra-div-3 { height: 100rem; width: 100%; top: 40px; background: white url(http://arknights.wikidot.com/local--files/files/Background) repeat 1% 0%; position: fixed; background-repeat-x: no-repeat; background-repeat-y: repeat; background-size: cover; -webkit-animation: sc 1000s linear infinite; -moz-animation: sc 1000s linear infinite; -ms-animation: sc 1000s linear infinite; animation: sc 1000s linear infinite; z-index: -25; box-shadow: inset 0px 0px 20px 1.9rem rgba(var(--head-gradient)); overflow: visible; } */ } div#extra-div-4 { height: 282px; width: 100%; top: 38px; position: absolute; background: white; background-size: cover; background-position: 50%; z-index: -25; box-shadow: 0px 20px 12px 0px rgba(var(--head-gradient)); } /* 搜索栏 */ #search-top-box input.empty { color: rgba(var(--input-text)); } #search-top-box { position: absolute; top: 80px; right: 10px; width: 244px; text-align: right; z-index: 7; } #search-top-box-input { background-color: rgba(var(--input-box)); box-shadow: inset 0px 0px 3px 1px rgba(var(--input-shadow)); border-width: 1px; border-style: solid; border-color: rgba(var(--input-border)); border-radius: 5px; font-family: 华文中宋; z-index: 7; } #search-top-box-input:hover, #search-top-box-input:focus { border: solid 1px rgba(var(--hover-border)); border-radius: 5px; color: #fff; background-color: rgba(var(--box-bg)); box-shadow: inset 0px 0px 9px 1px rgba(var(--input-shadow)); font-family: 华文中宋; transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; z-index: 7; } #search-top-box-form input[type=submit] { font-size: 90%; font-weight: bold; color: rgba(var(--box-text)); box-shadow: rgba(var(--input-shadow)) 0px 1px 3px; border-width: 1px; border-style: solid; border-color: rgba(var(--box-border)); border-image: initial; border-radius: 5px; padding: 2px 5px; background: linear-gradient(rgba(var(--box-top)), rgba(var(--box-mid)), rgba(var(--box-bottom))); cursor: pointer; z-index: 7; } #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: solid 1px rgba(var(--button)); color: rgba(var(--button)); text-shadow: 0 0 1px rgba(var(--button-text-shadow)); background-color: rgba(var(--button-bg)); background: linear-gradient(to bottom, rgba(var(--button-top)), rgba(var(--button-mid)), rgba(var(--button-bottom))); box-shadow: 0 1px 3px rgba(var(--button-shadow)); transition: background .7s ease-in-out; -moz-transition: background .7s ease-in-out; -webkit-transition: background .7s ease-in-out; -o-transition: background .7s ease-in-out; z-index: 7; } #login-status { color: rgba(var(--ti-color)); font-size: 90%; z-index: 30 !important; display: block; padding: 3px; background: rgba(var(--lg-bg)); border-radius: 2px; position: fixed; overflow: visible; } #login-status a { background: rgba(var(--trans)) !important; color: rgba(var(--lg-a)); padding: .125rem; border-radius: 2px; text-shadow: none; } #login-status a:hover { text-shadow: none; font-size: 105% !important; font-weight: 900; box-shadow: 0px 0px 4px 1px rgba(var(--ti-color)) !important; border: 1px rgba(var(--lg-border)) solid !important; transition: .4s; transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; } #login-status ul a { color: rgba(var(--lg-ul)); background: transparent; } #login-status > a > strong { text-decoration: none !important; } #account-topbutton { background: rgba(var(--trans)); color: rgba(var(--ti-color)); } .printuser img.small { margin-right: 1px; } /* 侧边栏 */ @media (min-width: 767px) { #side-bar { float: left; width: 14em; padding: 1em; padding-left: 0; clear: left; position: fixed; left: 0; top: 2em; max-height: 100%; overflow-x: hidden; overflow-y: visible; } } @media (max-width: 767px) { #side-bar { float: left; width: 14em; padding: 1em; padding-left: 0; clear: left; position: fixed; left: 0; top: 2em; overflow-y: visible; overflow-x: auto; } } @media (min-width: 767px) { #side-bar a { color: rgba(var(--si-a)) !important; text-decoration: none; background: rgba(var(--trans)); transition: all .4 ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out !important; text-shadow: none !important; font-size: 108%; padding: 5px 0px; padding-left: 18px; display: block; width: 161px !important; height: 100%; margin: -1em; margin-left: 0em; } } @media (max-width: 767px) { #side-bar a { color: rgba(var(--si-a)) !important; text-decoration: none; background: rgba(var(--trans)); transition: all .4 ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out !important; text-shadow: none !important; font-size: 108%; padding: 5px 0px; padding-left: 18px; display: block; width: 199px !important; height: 100%; margin: -1em; margin-left: 0em; } } #side-bar a:visited { color: rgba(var(--si-a-deep)); text-shadow: none !important; } @media (min-width: 767px) { #side-bar a:hover { color: rgba(var(--si-a-text)); background: rgba(var(--si-a-bg)) !important; text-decoration: none; text-shadow: none !important; } } #side-bar .side-block:first-child { display: block; background: linear-gradient(to top, rgba(var(--si-bg)), rgba(var(--trans))); padding: 1px 14px; padding-left: 14px; box-shadow: 0 1px 5px rgba(var(--si-mo-shadow)); margin-right: -.6rem; z-index: -20 !important; } #side-bar .side-block { display: block; background-color: rgba(var(--si-bg)); padding: 1px 14px; padding-left: 14px; box-shadow: 0 1px 5px rgba(var(--si-shadow)); margin-right: -.6rem; } @media (max-width: 767px) { #side-bar .side-block:first-child { display: block; background: linear-gradient(to top, rgba(var(--si-bg)), rgba(var(--trans))); padding: 1px 14px; padding-left: 14px; box-shadow: 0 1px 5px rgba(var(--si-mo-shadow)); margin-right: -.6rem; z-index: -20 !important; } #side-bar .side-block { display: block; background-color: rgba(var(--si-bg)); padding: 1px 14px; padding-left: 14px; box-shadow: 0 1px 5px rgba(var(--si-bg)); margin-right: -.6rem; } #side-bar .side-block .heading { font-family: "Source Han Serif", "Source Han Serif CN", Songti SC, serif !important; color: rgba(var(--ti-color)); letter-spacing: -.2em !important; font-size: 142%; font-weight: 900; border-bottom: 1px solid rgba(var(--rhodes-light)); width: 172px !important; margin-left: -14px; padding-left: 2.5em !important; margin-top: -2px; margin-bottom: -2px; } } #side-bar .side-block .heading { font-family: "Source Han Serif", "Source Han Serif CN", Songti SC, serif !important; color: rgba(var(--ti-color)); letter-spacing: -.2em !important; font-size: 142%; font-weight: 900; border-bottom: 1px solid rgba(var(--rhodes-light)); width: 155px; margin-left: -14px; padding-left: 1.5rem; margin-top: -2px; margin-bottom: -2px; } @media (min-width: 767px) { #side-bar .side-block .menu-item { display: block; border-top: solid 1px rgba(var(--rhodes-light)); margin-top: -1px; width: 179px; margin-left: -14px; } #side-bar .side-block .menu-item:first-child { display: block; border-top: solid 2px rgba(var(--rhodes-light)); margin-top: -1px; width: 179px; margin-left: -14px; } } @media (max-width: 767px) { #side-bar .side-block .menu-item { display: block; border-top: solid 1px rgba(var(--rhodes-light)); margin-top: -1px; width: 217px; margin-left: -14px; } #side-bar .side-block .menu-item:first-child { display: block border-top: solid 2px rgba(var(--rhodes-light)); width: 217px; margin-left: -14px; margin-top: -1px; } } .subt:nth-child(odd) { display: inline-block; transform: skewY(10deg) translateY(-.5px); -ms-transform: skewY(10deg) translateY(-.5px); -moz-transform: skewY(10deg) translateY(-.5px); -webkit-transform: skewY(10deg) translateY(-.5px); -o-transform: skewY(10deg) translateY(-.5px); } .subt:nth-child(even) { display: inline-block; transform: skewY(10deg) translateY(.5px); -ms-transform: skewY(10deg) translateY(.5px); -moz-transform: skewY(10deg) translateY(.5px); -webkit-transform: skewY(10deg) translateY(.5px); -o-transform: skewY(10deg) translateY(.5px); } @media (min-width: 767px) { .screen { visibility: hidden; } } @media (max-width: 767px) { .diamond-out { display: block; width: 117px; height: 117px; border: 2px solid rgba(var(--trans)); margin: -11.45em 0em 2em 2.8em !important; transform: rotate(45deg); box-shadow: 0 0 20px rgba(var(--diamond-outshadow)); z-index: -19 !important; } .diamond-in { display: block; width: 117px; height: 117px; border: 2px solid rgba(var(--diamond-inborder)); margin: 3em 0em 2em 2.6em !important; transform: rotate(45deg); box-shadow: 0 0 20px rgba(var(--diamond-inshadow)) inset; z-index: -19 !important; } } .diamond-in { display: block; width: 117px; height: 117px; border: 2px solid rgba(var(--diamond-inborder)); margin: 2em 0em 2em 1.23em; transform: rotate(45deg); box-shadow: 0 0 20px rgba(var(--diamond-inshadow)) inset; z-index: -19 !important; } .diamond-out { display: block; width: 117px; height: 117px; border: 2px solid rgba(var(--trans)); margin: -11.45em 0em 2em 1.23em; transform: rotate(45deg); box-shadow: 0 0 20px rgba(var(--diamond-outshadow)); z-index: -19 !important; } @media (min-width: 767px) { .p-w-m, .r-w-m, .t-w-m, .s-w-m { display: none !important; } .p-w { font-family: 'zuijinregular'; font-size: 820%; color: rgba(var(--Priestess)); display: block; position: fixed; overflow: visible; top: -6rem; left: 2rem; font-weight: 600; } .r-w { font-family: 'zuijinregular'; font-size: 820%; color: rgba(var(--Priestess)); display: block; position: fixed; overflow: visible; top: -6rem; left: 6.2rem; font-weight: 600; } .t-w { font-family: 'zuijinregular'; font-size: 820%; color: rgba(var(--Priestess)); position: fixed; overflow: visible; top: -0.45rem; left: 1.6rem; font-weight: 600; } .s-w { font-family: 'zuijinregular'; font-size: 820%; color: rgba(var(--Priestess)); position: fixed; overflow: visible; top: -0.45rem; left: 6.2rem; font-weight: 600; } } @media (max-width: 767px) { .p-w, .r-w, .t-w, .s-w { display: none !important; } .p-w-m { font-family: "Segoe UI"; font-size: 800%; color: rgba(var(--Priestess-lite)); display: block; width: 1em; margin-top: -8.5rem; margin-left: -2rem; z-index: 1; transform: rotate(-45deg); } .r-w-m { font-family: "Segoe UI"; font-size: 800%; color: rgba(var(--Priestess-lite)); display: block; width: 1em; margin-top: -18rem; margin-left: 1rem; z-index: 1; transform: rotate(-45deg); } .t-w-m { font-family: "Segoe UI"; font-size: 800%; color: rgba(var(--Priestess-lite)); transform: rotate(-45deg); margin-top: -8rem; margin-left: 2rem; } .s-w-m { font-family: "Segoe UI"; font-size: 800%; color: rgba(var(--Priestess-lite)); transform: rotate(-45deg); margin-top: -16.8rem; margin-left: 5.5rem; } } /* 移动端侧边栏 */ @media (max-width: 767px) { #side-bar > .side-block > .menu-item > a:hover { color: rgba(var(--ti-shadow)); background: rgba(var(--rhodes-light)) !important; text-decoration: none; text-shadow: none !important; } #side-bar a:hover { color: rgba(var(--ti-shadow)); background: rgba(var(--trans)) !important; text-decoration: none; text-shadow: none !important; } } .close-menu { display: none; } @media (max-width: 767px) { .page-history tbody tr td:last-child { width: 35%; } .owindow { min-width: 80%; max-width: 99%; } .modal-body .table, .modal-body .table ~ div { float: left; } .owindow .button-bar { float: right; } .owindow div .btn-primary { width: 100%; float: left; } .owindow div .btn-primary ~ div { width: 100%; } .yui-navset { z-index: 1; } #navi-bar, #navi-bar-shadow { display: none; } .open-menu a { position: fixed; top: 0.32175em; left: 0.325em; z-index: 15; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 900; width: 30px; height: 30px; text-align: center; color: rgba(var(--ti-shadow)) !important; filter: invert(1); } .open-menu a:hover { text-decoration: none !important; -webkit-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1); -moz-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1); -ms-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1); -o-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1); box-shadow: 0px 0px 20px 3px rgba(153,153,153,1); } #main-content { max-width: 90%; margin: 0 5%; padding: 0; -webkit-transition: 0.5s ease-in-out 0.1s; -moz-transition: 0.5s ease-in-out 0.1s; -ms-transition: 0.5s ease-in-out 0.1s; -o-transition: 0.5s ease-in-out 0.1s; transition: 0.5s ease-in-out 0.1s; } #side-bar { display: block; position: fixed; top: 0; left: -25em; width: 17em; height: 100%; background-color: rgba(var(--target-frame)); overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; -webkit-transition: left 0.5s ease-in-out 0.1s; -moz-transition: left 0.5s ease-in-out 0.1s; -ms-transition: left 0.5s ease-in-out 0.1s; -o-transition: left 0.5s ease-in-out 0.1s; transition: left 0.5s ease-in-out 0.1s; } #side-bar:after { content: ""; position: absolute; top: 0; width: 0; height: 100%; background-color: rgba(0, 0, 0, 0.2); } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; border: 1px solid rgba(var(--target-frame)); z-index: 10; overflow-x: visible; } #side-bar:target + #main-content { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 1000% !important; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.3) 1px 1px repeat; z-index: -1; } } /* 评分模组 */ .page-rate-widget-box { --box-shadow: 0 0 3px black; display: inline-flex; margin-bottom: 0.5rem; box-shadow: 0.0625rem 0.0625rem 0 rgba(12, 12, 12, .15); box-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0); border: .0625rem solid rgba(12, 12, 12, .25); border: .0625rem solid rgba(0, 0, 0, 0); border-radius: 0; background: linear-gradient(0deg,hsla(0, 0%, 66.7%, .25) 0,hsla(0, 0%, 66.7%, .15)); background: linear-gradient(to top,rgba(36, 65, 103,.25) 0,rgba(36, 65, 103, .15) 100%); background-color: #fcfcfc; background-color: rgb(11, 20 ,47); padding: 0 .125rem !important; height: 1.3125rem; overflow: hidden; } .page-rate-widget-box { box-shadow: 0px 0px 5px 0px #000000; background-color: #131313b5 !important; padding: .1em; border-radius: 2px 0px 0px 2px; } .page-rate-widget-box .rate-points { background-color: #5d5d5d; color: #fff; font-weight: bold; padding: .3rem 0.8rem; border-radius: 2px 0 0 2px; font-family: 'Julius Sans One', 'Noto Serif SC', sans-serif; margin-top: -5px; /* $-2 in Language Off Chinese */ } .page-rate-widget-box a { text-decoration: none; color: #000; background-color: #5f5f5f; padding: 8px 5px; border-left: 1px solid rgba(var(--rhodes)); font-family: 'Cinzel', serif; box-shadow: inset 0 0 2px white; } .page-rate-widget-box .rateup a { font-size: 110%; font-weight: 900; color: #ffb961; transition: color .5s ease-in-out; -moz-transition: color .5s ease-in-out; -webkit-transition: color .5s ease-in-out; -o-transition: color .5s ease-in-out; } .page-rate-widget-box .cancel a { color: #ffb961; border-right: 1px solid rgba(var(--rhodes)); } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .cancel a:hover { background-color: #ffcc49; color: black !important; box-shadow: inset 0 0 2px #404952; } /* 界象设置 */ blockquote { border: 1px; padding: 1em; background: linear-gradient(to right, rgba(47, 54, 76, 0.96) , rgba(63, 47, 85, 0.96)); border-radius: 0.5px 3px 3px 0.5px; box-shadow: 0 0 9px 0px #212121; border-left: 5px #fddf4d solid; color: #fdf7cf; } blockquote > li, p > a:visited { text-shadow: none; } blockquote > li, p > a { text-decoration: none; background: transparent; transition: color .4 ease-in-out; -moz-transition: color .4s ease-in-out; -webkit-transition: color .4s ease-in-out; -o-transition: color .4s ease-in-out; text-shadow: 0 0 4px #fff; } blockquote > li, p > a:hover { text-decoration: underline; text-shadow: 0 0 6px #fff; color: #000; } #lock-info { background-color: #ffffff0f; border: 1px solid #00000045; padding: 0.5em 1em; margin: 1em 0; font-family: 华文中宋; color: #fff; font-weight: 900; text-shadow: 0 0 1px #000, 0 0 10px #000; letter-spacing: -.2em !important; font-size: larger; box-shadow: 0px 0px 8px 0px #a2a2a2; } @media (max-width: 767px) { #edit-page-comments { width: 103px !important; height: 32px !important; margin: 0; } } .page-options-bottom a { color: rgb(255, 255, 255); margin: 2px 2px; font-size: 105%; padding: .4125px 8px; border: 1px solid; border-radius: 1.5px; box-shadow: 0px 0px 2px 1px #00000052; text-shadow: none; font-family: 华文中宋; background-color: #00000069; transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; } .page-options-bottom a:hover { color: rgb(255, 255, 255); margin: 2px 2px; font-size: 105%; padding: .4125px 8px; border: 1px solid; border-radius: 1.5px; box-shadow: 0px 0px 9px 1.5px #000000; text-shadow: none; font-family: 华文中宋; background-color: #00000069; } .page-source { border: 1px dashed #AAA; padding: 1em 2em; background: linear-gradient(135deg, #2f364cf0 , #3f2f55f0); color: #fff; text-shadow: 0 0 3px; font-family: "Noto Sans SC", 'Lato', sans-serif !important; } #page-info { clear: both; text-align: right; font-size: 87%; margin: 2px 2px; text-shadow: 0 0 4px #fff; } .code { border: 1px dashed #DDD; background-color: #f7f7f742; font-family: 'Andale Mono', 'Courier New', Courier, monospace; padding: 0 1em; margin: 0.4em 0; overflow: auto; }