@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/scp-cn-tech/sigma9@cn/fonts/font-bauhaus.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('http://xyz-studios.wikidot.com/local--files/component:theme/verify.css');
@import url('https://fonts.font.im/css?family=Source+Code+Pro');
@import url('https://fonts.font.im/css?family=Aldrich|Herr+Von+Muellerhoff|Libre+Barcode+39+Extended+Text');
/*
[2021 Wikidot Theme]
Created for the SCR公司沙盒站 by Brella
Edited for xyz game up studios by by H and Brella
Based on SUpsilon and Sigma-9
©XUpsilon-21
CC BY-SA 3.0
*/
:root {
--themeColor: #aa0;
--accentColor: #fbfbf0;
counter-reset: counter 0;
}
body {
background: #ffffff;
color: rgb(0, 0, 0);
font-family: 'Exo 2';
}
a,a:visited {
color: rgb(255, 0, 0);
}
h1 {
color: rgb(74, 134, 232);
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Exo 2';
}
blockquote {
border: 1px dashed #999;
background: #f4f4f4;
}
div#container-wrap {
background: url(http://scr-wiki.wikidot.com/local--files/component:theme/scr-black-body.png) top left repeat-x;
}
div#header {
background: url(http://xyz-studios.wikidot.com/local--files/major/xyz.png) 10px 40px no-repeat;
background-position: 1em 4em;
background-size: 88px 88px;
}
div#header h1 a span {
font-size: 0px;
}
div#header h1 a:before {
content: "xyz game up studios";
color: rgb(255, 0, 0);
text-shadow: 3px 3px 5px #000;
}
div#header h2 span {
font-size:0px;
padding: 4px;
}
div#header h2:after {
content: "以团结之力,筑千仞高楼";
font-weight: bold;
color: rgb(102, 102, 102);
padding: 19px 0;
text-shadow: 1px 1px 1px rgba(0,0,0,.8);
white-space: pre;
}
div#side-bar div.side-block {
background: rgb(204, 204, 204);
border: 1px solid #333333;
box-shadow: 0 2px 6px rgba(102,0,0,0.5);
border-radius: 5px;
}
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(67, 67, 67);
border-color: rgb(67, 67, 67);
}
div.yui-navset div.yui-content {
background: #f5f5f5;
}
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
background: #d8d8d8;
color: #000000;
border: solid #a3a3a3;
}
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
background: #dd8888;
color: #000000;
}
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover {
background: #770000;
color: #ffffff;
border: solid #243356;
}
div.page-rate-widget-box,
div.page-rate-widget-box span.rate-points,
div.page-rate-widget-box span.cancel {
background-color: rgb(237, 55, 55)!important;
border: solid rgb(237, 55, 55) 1px!important;
}
div.page-rate-widget-box span.rateup,
div.page-rate-widget-box span.ratedown {
border: solid rgb(237, 55, 55)!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(67, 67, 67);
}
div.page-rate-widget-box span.rateup,
div.page-rate-widget-box span.ratedown {
background-color: rgb(0, 0, 0)!important;
}
div.page-rate-widget-box span.rateup a,
div.page-rate-widget-box span.ratedown a {
color: rgb(0, 0, 0)!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;
}
div.open-menu a {
color: rgb(67, 67, 67)!important;
border-color: rgb(67, 67, 67)!important;
}
@keyframes c-change {
from {color: #b01;}
to {color: #000;}
}