html/* 必应每日随机背景图*/
{
background:url(https://area.sinaapp.com/bingImg/) top center no-repeat #000;
background-attachment:fixed;
}
body
{
 background: none;
}
#mainContent
{
    background: #fff0; /* 导航菜单半透明*/
}
/* 文章标题样式(这个不是markdown里的标题) */
#topics .postTitle a {
    color: #828282;
    font-size: 24px;
}

/* 普通文字样式 */
#cnblogs_post_body p {
    margin: 18px auto;
    color: #000;
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 18px;
    text-indent: 0;
}
/* 标题样式 */
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h1    {
    text-align:center;
    background: #333366;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2    {
    text-align:center;
    background: #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}

#cnblogs_post_body h3 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}

#cnblogs_post_body h4 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
/* 标题样式设置结束 */

/* 去除双下划线斜体样式 */
em {
    font-style: normal;
    color: #000;
}

/* 无序列表 */
#cnblogs_post_body ul li {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #000;
    font-size: 16px;
    list-style-type: disc;
}

/* 有序列表 */
#cnblogs_post_body ol li {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #000;
    font-size: 16px;
    list-style-type: decimal;
}

/* 超链接 */
#cnblogs_post_body a:link {
    text-decoration: none;
    color: #002C99;
}

/* 引用背景 */
#topics .postBody blockquote {
    background: #f9e9f9;
    border: none;
    margin-bottom: 10px;
    padding: 2px 10px;
    border-left: 5px #CD6839 solid;
}

/* 多行代码, 引用 */
.cnblogs-markdown .hljs {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 16px!important;
    background-color: #dfecf0!important;
    line-height: 1.5!important;
    padding: 9px!important;
    border: none;
}

.cnblogs-markdown hr:before {
  display: table;
  content: "";
}

.cnblogs-markdown hr:after {
  display: table;
  clear: both;
  content: "";
}
/* 表格 */
.cnblogs-markdown table {
  border: none;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
  font-family: Consolas, "Microsoft YaHei", monospace !important;
  font-size: 16px!important;
}
/* 表格 表头 */
.cnblogs-markdown table th {
  font-weight: bold;
}
/* 表格 行，列 */
.cnblogs-markdown table th,
.cnblogs-markdown table td {
  padding: 6px 13px;
  border: none;
}

.cnblogs-markdown table tr {
  background-color: #fff;
  border-top: none;
}

.cnblogs-markdown table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

/*only for syntaxhighlighter */
/*--start--*/
.cnblogs-markdown .syntaxhighlighter table td.code {
  width:95% !important; 
}

.cnblogs-markdown p,
.cnblogs-markdown blockquote,
.cnblogs-markdown ul,
.cnblogs-markdown ol,
.cnblogs-markdown dl,
.cnblogs-markdown table,
.cnblogs-markdown pre {
  margin-top: 0;
  margin-bottom: 16px;
}
/*代码高亮*/
 .syntaxhighlighter .bold {
	font-weight:unset !important;
 }
 .syntaxhighlighter .line {
     background-color: rgb(40, 43, 46)!important;
 }
 .syntaxhighlighter .line.alt2 {
     background-color: rgb(40, 43, 46)!important;
 }
 .syntaxhighlighter .line.alt1 {
     background-color: rgb(40, 43, 46)!important;
 }
 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
     color: rgb(129, 142, 150)!important;
 }
 .syntaxhighlighter .keyword {
     color: rgb(147, 199, 99)!important;
     font-weight: unset !important;
 }
 .syntaxhighlighter .preprocessor {
     color: rgb(85, 113, 130) !important;
 }
 .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
     color: rgb(224, 226, 228)!important;
 }
 .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
     color: rgb(147, 199, 99)!important;
 }
 .syntaxhighlighter .string, .syntaxhighlighter .string a {
     color: rgb(236, 118, 0)!important;
 }
 .syntaxhighlighter .functions {
     color: rgb(140, 187, 173)!important;
 }
 .syntaxhighlighter .gutter .line {
     border-right: 2px solid rgb(147, 199, 99)!important;
 }
 .syntaxhighlighter.collapsed .toolbar {
     background: rgb(40, 43, 46)!important;
     border: none !important;
     border-radius: 5px !important;
 }
 .syntaxhighlighter.collapsed .toolbar a {
     color: rgb(147, 199, 99)!important;
 }
 .syntaxhighlighter.collapsed .toolbar a:hover {
     color: rgb(78, 109, 48)!important;
 }
 .syntaxhighlighter {
     border-radius: 5px;
 }
 
.clockdiv{
    text-align: center;
}
canvas#live2dcanvas {
border: 0 !important;
}
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}
#back-top {
     position: fixed;
     bottom: 10px;
     right: 8px;
     z-index: 99;
}
#back-top span {
     width: 70px;
     height: 140px;
     display: block;
     background:url(https://images.cnblogs.com/cnblogs_com/laoguantongxiegogo/1667745/o_200312023941%E8%BF%94%E5%9B%9E%E9%A1%B6%E9%83%A8.png) no-repeat center center;
}
#back-top a{outline:none}

/* 单行代码 */
.cnblogs-markdown code {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 16px!important;
    color: #c7254e;
    line-height: 20px;
    background-color: #f9f2f4!important;
    padding: 0 5px!important;
    border: none;
    line-height: 1.5;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}


.cnblogs-markdown code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 100%;
  background-color: rgba(0,0,0,0.04);
  border-radius: 3px;
  border: none !important;
  display: inline-block;
}

/*第一种高亮结束，第二种高亮开始*/
 .cnblogs_code div {
     background: #282b2e;
 }
 .cnblogs_code {
     background: #282b2e;
     border-radius: 5px;
     border: none;
     font-family: consolas !important;
     color: #fff;
 }
 .cnblogs_code_toolbar {
     background: #282b2e !important;
 }
 .cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
     background-color: #282b2e !important;
     border: none!important;
 }
 .cnblogs_code pre {
     font-family: consolas !important;
     padding-left: 3px;
     color: #fff;
 }
 .cnblogs_code span[style="color: #000000;"] , .cnblogs_code span[style="color: #ff0000;"]{
     color: #fff !important;
 }
 .cnblogs_code pre span[style="color: rgba(0, 0, 0, 1)"]{
     color: #fff !important;
 }
 .cnblogs_code pre span[style="color: rgba(0, 0, 255, 1)"]{
     color: rgba(108,196,240) !important;
 }
.cnblogs_code pre span[style="color: rgba(255, 0, 0, 1)"]{
     color: rgba(223,75,58) !important;
 }
 .cnblogs_code span[style="color: #0000ff;"]{
     color: #fff!important;
 }
 .cnblogs_code span[style="color: #800080;"]{
     color: #fff !important;
 }
 .cnblogs_code span[style="color: #800000;"]{
     color: #fff!important;
 }
 .cnblogs_code span[style="color: #008000;"]{
     color: #fff!important;
 }
 .cnblogs_code span[style="color: #008080;"]{
     color: #fff!important;
     margin-right: 5px;
 }
 .cnblogs_code_collapse {
     border: none;
     background: #282b2e;
     color: #fff;
 }
 .cnblogs_code > pre {
     border: none !important;
 }
 .cnblogs_code > textarea {
     color: #fff;
     background: transparent;
     border: none;
     outline: none;
 }
 /*代码高亮结束*/