/* tab 显示为4个空格 */
.hljs { tab-size:4;} 

/* 博客标题和副标题 */
#blogTitle {
    overflow: hidden;
    height: auto;
    text-align: center;
}

#blogTitle h1 {
    font-size: 25px;
    width: 100%;
    margin-left: 0;
    color: #223392;
}

#blogTitle h2 {
    margin-left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #ca699e;
}

/*页首背景图*/
#blogTitle {
    height: 20em;
    clear: both;
    border:1px solid #000;
       background: url(https://images.cnblogs.com/cnblogs_com/odesey/2250902/o_250414095943_nasa_space_shuttle_challenger.jpg); 
       background-size: 100%;
      -moz-border-radius: 11px;
      -khtml-border-radius: 11px;
      -webkit-border-radius: 11px;
    border-radius: 25px;
    -webkit-box-shadow:3px 2px 6px #52a8ec99;-moz-box-shadow:5px 2px 6px #000;padding:4px 10px;
    text-shadow:1px 1px 1px #f8f8f8
}

/*页首背景图*/
/* #blogTitle {
    height: 20em;
    clear: both;
    border:1px solid #000;
       background: url(https://images.cnblogs.com/cnblogs_com/odesey/2250902/o_240425122648_%E8%83%8C%E6%99%AF.jpg); 
       background-size: 100%;
      -moz-border-radius: 11px;
      -khtml-border-radius: 11px;
      -webkit-border-radius: 11px;
    border-radius: 25px;
    -webkit-box-shadow:3px 2px 6px #52a8ec99;-moz-box-shadow:5px 2px 6px #000;padding:4px 10px;
    text-shadow:1px 1px 1px #f8f8f8
} */

/* 老板娘 */
#live2dcanvas {
    border: 0 !important;
}

/* 评论的显示样式 */
.blog_comment_body {
        background: #B2E866;
        float: left;
        border-radius: 5px;
        position: relative;
        overflow: visible;
        margin-left: 33px;
        max-width: 700px;
    }
    .feedbackListSubtitle a.layer {
        background: #B2E866;
        color: #414141 !important;
        padding: 2px 4px;
        border-radius: 2px;
    }

/* 不显示底部广告 参考：https://www.cnblogs.com/suruka/p/delete-cnblogs-ad.html*/
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb, #under_post_card1, #under_post_card2, #cnblogs_ch {
    display:none; !important
}

/* 正文中的图片设置悬停放大 */
/* .post img {
    cursor: pointer;
    transition: all 0.5s;
}
.post img:hover {
    transform: scale(1.3);
} */

/* 今日诗词 */
.poem-wrap {
    position: relative;
    width: 230px;
    max-width: 85%;
    border: 2px solid #797979;
    border-top: none;
    text-align: center;
    margin: 10px auto;
}
.poem-left {
    left: 0;
}
.poem-right {
    right: 0;
}
.poem-border {
    position: absolute;
    height: 2px;
    width: 20%;
    background-color: #797979;
}
.poem-wrap p {
    width: 80%;
    margin: auto;
    line-height: 30px;
    color: #797979;
}
.poem-wrap h1 {
    position: relative;
    margin-top: -15px;
    display: inline-block;
    letter-spacing: 4px;
    color: #797979;
    font-size: 1.2em;
    margin-bottom: 10px;
}
#poem_sentence {
    font-size: 12px;
}
#poem_info {
    font-size: 8px;
    margin: 8px auto;
}
#poem_title {
    font-size: 8px;
    margin: 5px auto;
}

/* 定制公告栏时钟位置 */
#clockdiv {
    /* left, center, right */
    text-align: center;
}

/* 头像旋转 */
/* #avatar{
    margin: 0px auto;
    transition: 2.5s all;
    }
#avatar:hover{
    transform: rotate(360deg);
    } */


/*侧边滑动目录*/
/* #diy_right_menu {
	opacity:0;
	position:fixed;
	right:2%;
	top:2%;
	width:20em;
	margin-top:1em;
	padding:1em;
	border-radius:0;
	transition:0.6s ease-in-out;
	color:#333;
    -webkit-animation: myfirst 1.8s;
}
#diy_right_menu:hover {
	right:2%;
	top:2%;
	border-radius:5%;
	opacity:1.3;
	box-shadow:0 10px 20px rgba(0,0,0,0.5);
	transition:0.4s ease-in-out;
}
#diy_right_menu a {
	transition:0.4s ease-in-out;
}
#diy_right_menu a:hover {
	font-size:larger;
	color:#55895B;
	transition:0.4s ease-in-out;
}

@-webkit-keyframes myfirst {
	/* Safari and Chrome */
	0% {
		transform: translateX(8px);
	}
	33% {
		opacity: 1;
		border-radius: 5%;
		background-color: bisque;
	}
	66% {}
} */

