#header h1 a::before, #header h2 span::before {
text-shadow: none;
}
/*颜色:表示A,B,C的形式
色号:表示#AAAAAA*/
@media only screen and (min-width: 769px)
#main-content::after
{
background: #5F9EA0;
color: black;
}
div#container-wrap {
background: url("版头url,注意选择高度为135的文件") top left repeat-x;
}
:root {
--theme-base: "black-highlighter";
/* Header */
--header-title: "狂风·涌泉";
--header-subtitle: "生生不息";
/* 标准色 */
--white-monochrome: 127,255,170;
/* 白色 */
--very-light-gray-monochrome: 253,253,255;
/* 次强调色(应用于杂项) */
--light-gray-monochrome: 0,250,154;
/* 次强调色(登录时) */
--gray-monochrome: 0,255,157;
--dark-gray-monochrome: 112,128,144;
/* 灰色 */
--black-monochrome: 47,79,79;
/* 黑色 */
--medium-accent: 34,139,34;
/* 中灰色*/
--dark-accent: 119,136,153;
/* 深灰色 */
--pale-gray-monochrome: 144,238,144;
/* 我也不知道这个叫啥色 */
--bright-accent: 240,255,240;
/* 链接颜色 */
--link-color: 105,105,105;
--hover-link-color: 240,240,255;
--visited-link-color: 105,105,105;
--newpage-color: 255,255,255;
/* 主要主题色 */
--swatch-background: 143,189,143;
}
#header::before {
background-position:center;
}
body {
color:wheat;
}
h1,h2,h3,h4,h5,h6 {
color: rgb(105,105,105);
}
p {
color:rgb(0,0,0);
}
div.yui-navset div.yui-content {
background: rgb(0,128,0);
color:rgb(128,128,128);
}
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
background: rgb(0,128,0);
color: rgb(255,255,255);
border:1px solid rgb(128,128,128);
}
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
background: rgb(0,128,0);
color: rgb(255,255,255);
}
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: rgb(0,100,0);
color: rgb(0,0,0);
border:1px solid rgb(0,0,0);
}
.scp-image-block .scp-image-caption {
background-color: rgb(0,128,0);
border:1px dotted rgb(0,0,0,);
color:white;
}
#toc{
background:rgb(0,128,0);
color:rgb(105,105,105);
}
p {
font-family: '细明体';
}
/*表格标题更改_背景_文字颜色*/
table.wiki-content-table th {
background-color: rgb(0,128,0);
color: rgb(105,105,105);/*文字颜色*/
border: 边框宽度 边框样式 色号;/*非标题表格的边框*/
}
/*表格内容更改_背景_文字颜色_边框*/
table.wiki-content-table td{
border: #777777;/*非标题表格的边框*/
background-color: rgb(0,128,0);/*背景颜色*/
}
/*全部表格更改_边框*/
table.wiki-content-table{
border: #777777;/*整个表格外边框设置*/
}
.dark-styled-quote {
background-color:rgb(0,128,0);
border-left: 边框宽度 边框样式 色号;
color:rgb(105,105,105);
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem #777777;
}
.styled-quote {
background-color:rgb(0,128,0);
border-left: 边框宽度 边框样式 色号;
color:rgb(105,105,105)
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem #000000;
}
.lightblock{
background-color:rgb(60,179,113);
color:#000000
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem #000000;
}
.darkblock {
background-color:rgb(143,188,143);
color:rgb(0,255,127);
padding: 0.1rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0.05rem 0.1rem 0.3rem #000000;
}
.page-rate-widget-box::after {
content:"狂风席卷中传来CC";
font-size:0.007em;
color:grey;
}
hr {
color:lightblue;
}
.move {
animation:move 10s infinite;
}
@keyframes move {
0% {
opacity:0;
}
50% {
opacity:0.3;
}
100% {
opacity:1;
}
}