冬季主题
WhiteFirstly.png

此为RPC管理局维基网站内部使用页面。

未在站务人员允许下切勿更改

/*
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(http://rpcsandbox.wdfiles.com/local--files/component%3Awinter/WinterThemeBG.png);
     --header-text-visibility: hidden;
     --header-background: url(http://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(http://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(http://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
} 
 
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License