/* 引入思源字体 */
<link rel="stylesheet" href="https://files.cnblogs.com/files/blogs/685650/siyuan.css" />

/* 评论显示样式调整 */
.feedbackListSubtitle .feedbackManage a.layer {
    background: #B2E866;
    color: #414141 !important;
    padding: 2px 4px;
    border-radius: 2px;
}
.blog_comment_body.cnblogs-markdown {
    background: #B2E866;
    float: left;
    padding: 8px 12px;
    border-radius: 10px;
    position: relative;
    overflow: visible;
    margin-left: 33px;
    max-width: 500px;
}

.feedbackItem {
    padding-bottom: 30px;
    border-bottom: 1px dotted rgb(75, 74, 74);
    display: flex;
    align-items: stretch;
}



/* 不显示底部广告 */
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb,#cnblogs_ch,#under_post_card1,#under_post_card2{
    display:none; !important
}
/* 对正文中的图片设置悬停放大 */
/* .post img {
    cursor: pointer;
    transition: all 0.5s;
}
.post img:hover {
    transform: scale(1.3);
} */

/* 隐藏博文右下角的"反对"按钮 */
/* .buryit {
display: none;
}
 
.comment_bury {
display: none;
} */
/* 自定义“推荐|反对”按钮 */
#div_digg{
  position:fixed;
  bottom:5px;
  width:130px;
  right:30px;
  border:2px solid #085;
  padding:10px;
  background-color:#fff;
  opacity:0.3;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  transition-duration: 0.5s;
}
#div_digg:hover{
  opacity:1;
}

/*修改字体*/
*{font-family: "Noto Sans SC";font-weight: 100;}
/*修改默认a标签颜色*/
a:visited,a:link{
    color: #064bb9;
    text-decoration: none;
}
a:hover{
    color: #f60;
    text-transform: none
}
/*字体大小及颜色*/
#cnblogs_post_body p{
    font-size: 1rem;
}
body, textarea, input, button, select, keygen, legend{
    color: #020202
}

div#blogTitle {
    background: url(https://images.cnblogs.com/cnblogs_com/miluluyo/1765646/o_200618070837top.jpg) center center / cover no-repeat #222;
    overflow: auto;
    width: 100%;
    height: 20vh;
    max-height: 40vh;
    box-shadow: 0 1px 2px rgba(150,150,150,.7);
    text-align: center;
    display: inline-table;
    display: flex;
    align-items: center;
   justify-content: center;
}

/* 公告栏标签头sidebar修改 */
#sideBar h3, #MyIng .ing_title {
    margin: 5px 0 0 0;
    font-size: 18px;
    text-align: center;
    height: auto;
    font-size: 18px;
    padding: 2px 2px;
    background-color: #169fe6;
    color: #fff;
    font-weight: normal;
    border: 1px solid #169fe6;
}

div#sideBarMain {
    padding: 2px 3px 0px;
}

 /* 标题栏增加小图标 */
 .catListTitle {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 25px;
    font-family: "黑体","ms song","宋体","Arial","verdana","Helvetica","sans-serif";
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/685650/galleries/2329985/o_230727092108_color.png) 0 50% no-repeat;
    background-size: 25px;
    color: #aa7a53;
    padding: 8px 0 0 32px;
}

/* 美化搜索框 */
#widget_my_zzk {
    padding: 15px 0 0 15px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    margin: 0 !important;
}

.input_my_zzk {
    width: 160px;
    height: 35px;
    border: 1px solid #ddd;
    outline: none;
    line-height: 35px;
    font-size: 13px;
    padding: 0 12px;
}

input.btn_my_zzk {
    font-size: 14px;
    height: 37px;
    width: 70px;
    background: #ff5e52;
    text-align: center;
    line-height: 37px;
    border: none;
    color: #fff;
    font-family: "Microsoft Yahei","Simsun",Arial;
}

/* 粉丝显示模块美化 */
#profile_block {
    background: #f0eded;
    padding: 20px;
    color: #7e8c8d;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0 !important;
    border: 1px solid #dedede;
    border-radius: 10px;
}

/* 加关注按钮美化 */
#p_b_follow > a {
    color: #FFFFFF;
    background-color: #f17d3e;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    padding: 4px 8px 4px 6px;
    display: inline-block;
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/685650/galleries/2329985/t_230728135212_earth.png);
    width: 80%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 60px;
    text-align: center;
    border-radius: 10px;
    margin: 10px;
}

.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

/* 评论区图片 */
/* #tbCommentBody {
    background: white url(https://files.cnblogs.com/files/blogs/685650/hongmiaosi.gif) right center no-repeat;
    background-color: white;
    font-size: 14px;
    line-height: 1.42857143;
    width: 100%;
    height: 230px;
    padding: 5px 12px;
    color: #2B6695;
    border-radius: 20px;
} */

/* 评论区背景图 注释了换成下面的动图，效果更好，哈哈 */
/* #tbCommentBody {
  background-image: url("https://images.cnblogs.com/cnblogs_com/blogs/685650/galleries/2329985/o_230726053110_review_background.png");
  background-repeat: no-repeat;
  background-position: center;
} */

#tbCommentBody {
    box-sizing: border-box;
    background-image: url(https://files.cnblogs.com/files/blogs/685650/hongmiaosi001.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    resize: vertical;
}

/* 三级标题样式修改 */
#cnblogs_post_body h3 {
    text-align: left;
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 5px 0 5px 10px;
    background-color: rgba(204, 196, 196, 0.3);
    font-size: 18px;
    width: 100%;
    clear: both;
    color: #390;
    line-height: 2.5em;
}
/* 四级标题样式修改 */
#cnblogs_post_body h4 {
    text-align: left;
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 5px solid rgba(82, 168, 236, 0.8);
    padding: 5px 0 5px 10px;
    background-color: rgba(204, 196, 196, 0.3);
    font-size: 14px;
    width: 100%;
    clear: both;
    color: #390;
    line-height: 2.5em;
}
/* 五级标题样式修改 */
#cnblogs_post_body h5 {
    text-align: left;
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 5px solid rgba(82, 168, 236, 0.8);
    padding: 5px 0 5px 10px;
    background-color: rgba(204, 196, 196, 0.3);
    font-size: 10px;
    width: 100%;
    clear: both;
    color: #390;
    line-height: 2.5em;
}

/* 博客主体部分圆角显示 */
div.forFlow {
    border-radius: 10px;
}
/* 博客侧边栏部分圆角显示 */
div#sideBar {
    border-radius: 10px;
}

/* 文章标题、发布日期显示修改 */
/**************************start*************************/
.dayTitle:hover {
    background-color: #ff5e52;
}

.dayTitle a {
    color: #fff;
}

.dayTitle {
    color: #fff;
    background-color: #45bcf9;
    /* padding: 3px 6px; */
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 10px;
    z-index: 10;
}


.vertical-middle>* {
    vertical-align: middle;
}

a span {
  font-size:18px;
  font-weight: bold;
}

.postBody {
    line-height: 1.5;
    color: #232121;
    font-size: 14px;
}

* {
    font-family: "宋体";
    font-weight: 200;
}


/* .day .postTitle2 {
    color: #555;
} */
/***************************end************************/
