冬季主题

此分类下的页面为组件或版式页面,用于被其他页面引用。
未经站务人员或组件作者允许,切勿更改本页面内容。
/* This Winter Seasonal Theme was created and designed by Dr. Pierson for the purpose of the winter seasonal events of the Authority Website. */ @import url('https://www.cssfontstack.com/Century-Gothic'); :root { --body-background: #0b0f11 url(https://rpcsandbox.wdfiles.com/local--files/component%3Awinter/WinterThemeBG.png); --header-text-visibility: hidden; --header-background: url(https://rpcsandbox.wdfiles.com/local--files/component%3Awinter/WinterTheme%282020%29.png); --page-title-color: #1749A8; --sidebar-header-color: #1749A8; --WT-header-text-visibility: hidden; --WT-header-background: url(https://rpcsandbox.wdfiles.com/local--files/component%3Awinter/WinterTheme%282020%29.png); } /* Background Theme */ div#container-wrap { background-size: 100% 402px; } /* Background Logo */ #header { background-image: url(https://rpc-wiki-cn.wdfiles.com/local--files/component%3Awinter-theme/WinterThemeHeaderCN.png); background-repeat: no-repeat; background-size: auto calc(9.5rem - 2.125rem); background-position: 15px 12px; } /* Page Title */ #page-title { font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; } /* Sidebar Header */ #side-bar .heading { font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; } /* Mobile Compatibility */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { /* Background Logo */ #header { background-size: auto calc(7.5rem - 2.125rem); background-position: left 0rem top 3.5em; } div#container-wrap { background-size: auto 402px !important } }