
body {
    background-color: whitesmoke;
}

/*修改背景颜色为半透明*/

#home,
#sideBarMain>div,
#blog-sidecolumn>div>div,
.catListView {
    background-color: rgba(255, 255, 255, 0);
}

/*修改其他边框的颜色*/


/*simplememory*/
#google_ad_c1,
#google_ad_c2 {
    display: none;
}

.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    font-size: 14px !important;
}


#home {
    opacity: 0.95;
    /* 0.95 */
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 8px 24px rgba(100, 100, 100, 0.8);
}

#blogTitle {
    height: 400px;
    /*高度*/
    clear: both;
    background: url("https://images.cnblogs.com/cnblogs_com/RioTian/2064912/o_211119012057_Header.png");
    /* background: url("https://img-kysic-1258722770.file.myqcloud.com/653bc982b9335f2699091c1c80cfc731/95242d7b2e1e3.jpg"); */
    background-size: cover;
}

#blogTitle h1 {
    font-size: 50px;
    line-height: 8.0em;
    font-family: "Comic Sans MS";
    margin-top: 20px;
    /* padding-left:350px; */
    padding-left: 35%;
}

#blogTitle h1 a {
    color: #ffffff;
    font-style: italic;
}


#blogTitle h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 3em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #515151;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}
.boxLoading {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.boxLoading:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
}
.boxLoading:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #ffb3cc;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

/* 顶部修饰 */

/*大标题*/.postTitle a {
	font-size: 40px;
	font-family: fantasy, "微软雅黑";
	font-weight: bold;
}
/*顶部菜单栏*/#blog_nav_newpost, #blog_nav_myhome, #blog_nav_admin, #blog_nav_sitehome {
	font-size: 16px;
	font-family: 楷体;
	font-weight: bold;
}
/*顶部标题修饰*/#lnkBlogLogo {
	background-color: #0e7ae8ad;
}

/* 正文 */

/*目录*/div.toc div.toc-container-header{
	display: none;
}
div.toc a:hover{
	font-weight: bold !important;
	color: #077692 !important;
	background-color: #00000000 !important;
}
div.toc a{
	color: #434f54;
}
/*字体*/
#cnblogs_post_body {
	font-size: 16px;
}
#cnblogs_post_body p {
    text-indent: 2em;
}
div.tail-lyrics p.lyrics {
    text-indent: 0em !important;
}
#cnblogs_post_body ol p{
    text-indent: 0em !important;
}
/*正文面板*/#home {
	background-color: rgba(255, 255, 255, 0.8);
	margin-left: auto;
	margin-right: auto;
	width: 1350px;
}
/*正文区域*/#mainContent {
	width: 1250px;
}
/*正文修复代码块*/.cnblogs-markdown :not(pre, div, td) > code, .blogpost-body :not(pre, div, td) > code {
	text-indent: 0em;
	color: rgb(31, 98, 192);
	background-color: #00000000;
	font-size: 16px;
	padding: 0;
	line-height: inherit;
	margin: 0;
	display: unset;
}
/*引用块*/#cnblogs_post_body blockquote {
	background-color: rgba(255, 255, 255, 0.8);
}
/*折叠块*/
details.fold{
	background-color:#eeeeeec4;
	border-radius:.3rem;
	margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
	box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.726);
}
details.fold summary{
	background-color:#555555be;
	border-radius:.3rem;
	height:10;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	color:white;
}
details.fold p{
	padding-left:10px;
	padding-right:10px;
}
details.fold p.lastline{
	padding-bottom: 6px;
}
/*强调块*/
div.block{
	background-color: #ffffffbf;
	border-radius: .3rem;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.726);
}
div.block p{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
}
div.block p.headline{
	font-weight: bold;
	background-color: #808080be;
	color: white;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	text-shadow: 2px 2px 1px #4a464691;
}
div.block p.lastline{
	padding-bottom: 6px;
}
div.block li{
	padding-right: 10px;
}
/*代码折叠块*/
details.code{
	background-color:#e1dfddaf;
	border-radius:.3rem;
	margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
	box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.726);
}
details.code summary{
	color: #494646;
	font-weight: bold;
	height: auto;
	padding: 3px;
}
details.code pre code.language-cpp.hljs{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
/*正文标题*/
#cnblogs_post_body h1 {
	color: #000000;
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 24px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 18px 1px;
	padding: 8px 0 8px 5px;
}
#cnblogs_post_body h2 {
	color: #000000;
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 25px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 18px 1px;
	padding: 8px 0 8px 5px;
}
#cnblogs_post_body h3 {
	color: #000000;
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 22px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 8px 0 5px 5px;
}
#cnblogs_post_body h4 {
	color: #000000;
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 20px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 8px 0 5px 5px;
}
/*正文图片*/img.myfont {
	background-color: rgba(255, 255, 255, 0.726);
	border-radius: .3rem;
	padding: 3px;
	width: 500px;
}
/*页尾歌词*/div.tail-lyrics p.lyrics {
	font-family: 楷体;
	text-align: center;
}
/*添加copy按钮*/
.cnblogs-markdown pre {
	position: relative;
}
.cnblogs-markdown pre > span {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 2px;
	padding: 0 10px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	cursor: pointer;
	display:none;
}
.cnblogs-markdown pre:hover > span {
	display:block;
}
.cnblogs-markdown pre > .copyed {
	background: #67c23a;
}
/*代码片*/
code.language-cpp.hljs{
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	background-color: #0000008c !important;
	font-size: 17px !important;
	border-radius: .3rem !important;
	border-color: #50515233 !important;
	border-width: thick !important;
}
.cnblogs-markdown .hljs-comment,
.cnblogs-markdown .hljs-quote {
  color: #d4d0ab;
}
.cnblogs-markdown .hljs-variable,
.cnblogs-markdown .hljs-template-variable,
.cnblogs-markdown .hljs-tag,
.cnblogs-markdown .hljs-name,
.cnblogs-markdown .hljs-selector-id,
.cnblogs-markdown .hljs-selector-class,
.cnblogs-markdown .hljs-regexp,
.cnblogs-markdown .hljs-deletion {
  color: #ffa07a;
}
.cnblogs-markdown .hljs-number,
.cnblogs-markdown .hljs-built_in,
.cnblogs-markdown .hljs-builtin-name,
.cnblogs-markdown .hljs-literal,
.cnblogs-markdown .hljs-type,
.cnblogs-markdown .hljs-params,
.cnblogs-markdown .hljs-meta,
.cnblogs-markdown .hljs-link {
  color: #f5ab35;
}
.cnblogs-markdown .hljs-attribute {
  color: #ffd700;
}
.cnblogs-markdown .hljs-string,
.cnblogs-markdown .hljs-symbol,
.cnblogs-markdown .hljs-bullet,
.cnblogs-markdown .hljs-addition {
  color: #abe338;
}
.cnblogs-markdown .hljs-title,
.cnblogs-markdown .hljs-section {
  color: #00e0e0;
}
.cnblogs-markdown .hljs-keyword,
.cnblogs-markdown .hljs-selector-tag {
  color: #dcc6e0;
}
.cnblogs-markdown .hljs {
  display: block;
  overflow-x: auto;
  background: #2b2b2b;
  color: #f8f8f2;
  padding: 0.5em;
}
.cnblogs-markdown .hljs-emphasis {
  font-style: italic;
}
.cnblogs-markdown .hljs-strong, .hljs-keyword{
  font-weight: bold;
}
@media screen and (-ms-high-contrast: active) {
.cnblogs-markdown .hljs-addition,
.cnblogs-markdown .hljs-attribute,
.cnblogs-markdown .hljs-built_in,
.cnblogs-markdown .hljs-builtin-name,
.cnblogs-markdown .hljs-bullet,
.cnblogs-markdown .hljs-comment,
.cnblogs-markdown .hljs-link,
.cnblogs-markdown .hljs-literal,
.cnblogs-markdown .hljs-meta,
.cnblogs-markdown .hljs-number,
.cnblogs-markdown .hljs-params,
.cnblogs-markdown .hljs-string,
.cnblogs-markdown .hljs-symbol,
.cnblogs-markdown .hljs-type,
.cnblogs-markdown .hljs-quote {color: highlight;}
	.cnblogs-markdown .hljs-keyword,
	.cnblogs-markdown .hljs-selector-tag {font-weight: bold;}
}
/*底部签名*/#MySignature {
	background-color: #cee1f2a6;
	border: solid 1px #8fdbf954;
	box-shadow: 0 0 15px #aaaaaa6e;
	padding: 10px;
	margin-bottom: 10px;
	color: #808080;
}
/*底部本文标签*/#EntryTag a {
	color: #fff;
	background-color: #54535382;
	padding: 3px 5px;
	border-radius: .3rem;
	font-family: 仿宋;
	font-weight: bold;
	box-shadow: 1px 2px 2px #7d7d7c;
}
/*底部分享栏*/#green_channel{
	opacity: 60% !important;
	border: 0px !important;
}
/*文章结束标签*/#comment_nav{
	background-color: #9f9f9f5c;
	font-weight: bolder;
}
/*链接样式*/.postBody a{
	color: #3cb49d;
}
.postBody a:hover {
	background-color: inherit;
	color: #1981b4;
	font-weight: bold;
	text-decoration: underline;
}
/* 博客主页 */

/*主页日期栏*/.dayTitle {
	background-color: rgba(81, 160, 250, 0.473);
	font-weight: bold;
	border-radius: 0.2rem;
	size: 18px;
}
/*单篇文章标题矩形修饰*/.postTitle {
	background-image: url("https://s3.ax1x.com/2021/01/08/sK2qRf.png");
}

/* 背景 */

body {
	background-image: url("https://img-kysic-1258722770.file.myqcloud.com/653bc982b9335f2699091c1c80cfc731/95242d7b2e1e3.jpg");
	background-position: center, center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/* 侧边栏 */

/*面板*/#sidebar_news, #blog-sidecolumn {
	border-radius: 0.3rem;
	background-color: rgba(249, 250, 246, 0.5);
}
/*链接*/#blog-sidecolumn a {
	background-color: rgba(249, 250, 246, 0);
	color: black;
}
/*侧边栏标题*/.catListTitle {
	font-size: 100%;
	margin-bottom: 5px;
	background-color: #003fee70;
	color: white;
	padding-left: 5px;
	border-radius: 0.2rem;
	margin-top: 2px;
}
/*侧边栏日历*/div #blog-calendar {
	background-color: rgba(253, 253, 252, 0.5);
	padding: 1px;
	border: 2px;
	border-radius: .2rem;
	border-color: grey;
	margin-bottom: 3px;
}
/*关闭侧边栏“公告”标题*/#sidebar_news .catListTitle {
	display: none;
}
/*自定义侧边栏标题*/h3.mystyle {
	font-size: 100%;
	margin-bottom: 5px;
	background-color: #003fee70;
	color: white;
	padding-left: 5px;
	border-radius: 0.2rem;
	margin-top: 2px;
}

/* tag标签页 */

/*单个标签修饰*/#MyTag1_dtTagList a {
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 2px;
	border-radius: 0.2rem;
}

/*关闭广告*/

#under_post_card2, #under_post_card1, #under_post_kb, #cnblogs_c2, #under_post_news, #cnblogs_c1, #ad_t2, #bannerbar {
	display: none !important;
}

/* 评论框 */


#comment_form_container .comment_textarea {
	background-color: #ffffff75 !important;
}
#comment_form_container div.commentform textarea {
	background-color: #ffffff3d !important;
}

/* 上下滑按钮 */

#back-to-top, #back-to-bottom {
	background-color: #ffffff77;
	right: 20px;
	box-shadow: 0 0 6px #fcfcfc69;
	color: #ffffff;
	padding: 10px 10px;
	font-weight: bold;
	position: fixed;
	cursor: pointer;
}
#back-to-top {
	bottom: 10px;
}
#back-to-bottom {
	bottom: 60px;
}

#blogTitle {
    height: 400px;
    /*高度*/
    clear: both;
    background: url("https://images.cnblogs.com/cnblogs_com/RioTian/2064912/o_211119012057_Header.png");
    /* background: url("https://images.cnblogs.com/cnblogs_com/RioTian/2064912/o_211124115303_01.PNG"); */
    background-size: cover;
}
