#skrollr-body {
background: rgb(160,20,20) repeat-x;
}
/* Myrand */
@media screen and (prefers-reduced-motion: no-preference) {
#page-title, #breadcrumbs, #page-content > * {
animation-name: fadeIn;
animation-duration: 1s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
}
#page-title { animation-delay: 0s; }
@keyframes fadeIn {
from {
opacity: 0;
transform: translate(0,30px);
}
to {
opacity: 1;
transform: translate(0,0);
}
}
:root,
:root:lang(cn) {
--theme-base: "black-highlighter";
--theme-id: "c-p-b";
--theme-name: "C-p-b Theme";
/* Header */
--logo-image: url("http://backroom-wiki-cn.wikidot.com/local--files/theme:c-p-b/%E6%B7%BB%E5%8A%A0%E6%A0%87%E9%A2%98-removebg-preview%283%29.png");
--header-title: "C.P.B.";
--header-subtitle: "为 了 全 人 类";
--gradient-header: none;
--diagonal-stripes: none;
/* 标准色 */
--white-monochrome: 255,250,205;
/* 链接颜色 */
--link-color: 30,144,255;
--hover-link-color: 245,145,0;
--visited-link-color: 70,130,180;
--newpage-color: 176,196,222;
/* swatch */
--swatch-primary: 0,191,255;
--swatch-primary-darker:250,200,0;
/* 次强调色 */
--light-gray-monochrome: 255,180,60;
--gray-monochrome: 160, 20, 20;
--dark-gray-monochrome: 255, 140, 0;
--dark-accent:250,200,0;
/* 灰色 */
--black-monochrome: 178,34,34;
--medium-accent:205,92,92;
--bright-accent:139,0,0;
/* 字体 */
--font-famliy:serf
}
#header::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: -2rem;
top: -0.3rem;
background-image: var(--logo-image);
background-size: auto 10rem;
background-position: left;
background-repeat: no-repeat;
opacity: 1;
}
#header h1, #header h1 a {
position: absolute;
left: 4.8rem;
top: 0.8rem;
margin: 0;
width: 100%;
display: flex;
justify-content: left;
z-index: 0;
}
#header h2, #header h2 span, #header h2 span::before {
position: absolute;
left: 3.3rem;
top: 1.8rem;
margin: 0;
width: 100%;
display: flex;
justify-content: left;
}
div#side-bar div.side-block {
background: rgba(204, 0, 0, 0.84);
}
div#side-bar div.side-block div.heading,
div#side-bar div.collapsible-block-unfolded-link,
div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link {
color: rgb(228, 171, 0);
border-color: rgb(228, 171, 0);
}
div.open-menu a {
color: rgb(228, 171, 0)!important;
border-color: rgb(228, 171, 0)!important;
}
div.page-rate-widget-box,
div.page-rate-widget-box span.rate-points,
div.page-rate-widget-box span.cancel {
background-color: rgb(247, 190, 18)!important;
border: solid rgb(247, 190, 18) 1px!important;
}
div.page-rate-widget-box span.rateup,
div.page-rate-widget-box span.ratedown {
border: solid rgb(247, 190, 18)!important;
border-width: 1px 0!important;
}
div.page-rate-widget-box span.rate-points,
div.page-rate-widget-box span.cancel a,
div.page-rate-widget-box span.cancel a:hover {
color: rgb(255, 255, 255);
}
div.page-rate-widget-box span.rateup,
div.page-rate-widget-box span.ratedown {
background-color: rgb(204, 0, 0)!important;
}
div.page-rate-widget-box span.rateup a,
div.page-rate-widget-box span.ratedown a {
color: rgb(0, 0, 255)!important;
}
div.page-rate-widget-box span.cancel a:hover,
div.page-rate-widget-box span.rateup a:hover,
div.page-rate-widget-box span.ratedown a:hover {
background: transparent!important;
color: transparent!important;
}
#toc{
background:rgb(255,215,0);/*背景颜色*/
border: 0.5rem outset rgb(255,69,0);/*边框设置*/
}
blockquote {
background-color: rgb(255,215,0)
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(218,165,32, .25);
}