人民异常搜集委员会 明色调主题
notice.png

这是一个RPC管理局中文维基网站内部使用的组件页面,用于被其他页面引用。

未经站务人员或组件作者允许,切勿更改本页面内容。

/*
原地址:https://rpc-wiki-cn.wikidot.com/component:pcaao-theme
暗色调:https://rpc-wiki-cn.wikidot.com/component:pcaao-dark-theme
明色调:https://rpc-wiki-cn.wikidot.com/component:pcaao-light-theme
*/
 
/* 为明色调主题调整 */
@import url(https://rpc-wiki-cn.wdfiles.com/local--code/component:pcaao-theme/1);
 
 blockquote {
    background-color: #e7e7e7 ;
    color: #5A0105 ;
}
 
#page-title {
    color: #000;
    font-family: '华文新魏','楷体','Poppins', sans-serif;
    text-shadow: 1px 1px 2px #F00;
}
 
#side-bar .heading {
    color: #060606;
}
 
 bockquote {
    background-color: #e7e7e7 !important;
    color: #5A0105 !important;
}
 
.yui-navset .yui-content {
    background-color: #f5f5f5 !important;
}
 
table.wiki-content-table th {
    background-color: gainsboro;
}
 
.page-options-bottom a,#main-content #action-area div #edit-page-form .buttons.alignleft input{
    color: #fff;
    background-color: #000;
    border: 3px #343434 double;
    cursor:pointer;
}
 
.page-options-bottom a:hover{
    color: red;
    text-decoration:none;
}
 
table.edit-page-bottomtable{
background-color: #000 !important;
}
 
.edit-help-34 a{
color: #ffa360 ;
}
 
#main-content .page-tags a {
   border: 2px solid #dddc00;
   color: #b01;
   transition: all 0.5s;
}
 
#main-content .page-tags a:hover {
   background-color: #b01;
   color: #dddc00;
   transition: all 0.5s;
}
.page-watch-options a {
    color: #a82525;
}
 
#lock-info{
background-color: #171717;
}
 
#action-area .sub {
    color: #cbcbcb;
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License