/*不禁用默认CSS*/

div#top_nav { display:none } /*去除顶部博客园链接*/

body {
    min-height: 100%;
}
a:-webkit-any-link {
    color: inherit;
}
#navList a:hover {
    background: linear-gradient(to bottom, #ffffff, #f0eef5);
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 5px;
}
#profile_block a {
    color: #169fe6;
}
#profile_block a:hover {
    color: #45bcf9;
    border-bottom-color: #45bcf9;
}
#blogTitle {
    display: none;
}
#navList a:link {
    text-shadow: 3px 3px 3px #45bcf9;
}
.day {
    border-radius: 10px;
    margin-bottom: 20px;
}
#profile_block {
    border-radius: 0 0 10px 10px;
}
#sideBarMain > div,
#blog-sidecolumn > div > div {
    background: #f0eef5;
}
/* 分页 */
#nav_next_page a {
    background-color: #45bcf9;
}
.topicListFooter .pager a:hover, .topicListFooter .pager span {
    background-color: #45bcf9;
}
/* 封面图片 */
.desc_img {
    margin: 5px;
    border-radius: 8px;
    border: solid 1px #ffffff;
    box-shadow: 0px 0px 4px 0px rgb(7, 17, 27, 0.1);
}
/*右侧日历*/
#sideBarMain > div#blog-calendar {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dedede;
}
#blogCalendar a:link,
.postCon a:link,
a.c_b_p_desc_readmore {
    color: #169fe6;
}
#blogCalendar a:hover,
a.c_b_p_desc_readmore {
    color: #45bcf9;
}
/*无日历时去间距*/
#blog-news {
    margin-bottom: 0;
}
/*右侧卡片*/
.sidebar-block {
    background-color: #f0eef5;
}
.catListView {
    background: #f0eef5;
    border-radius: 10px;
    overflow: hidden;
}
#blog-news,
#sidebar_search_box,
.sidebar-block > div > ul,
.sidebar-block > ul,
.catListView > div {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
}
/*标签*/
.sidebar-block ul li {
    padding: 10px 10px 10px 20px;
}
.sidebar-block ul li a:hover {
    color: #45bcf9;
    border-bottom: none;
}
#blog-sidecolumn > div#sidebar_toptags > div > ul,
#blog-sidecolumn > div > div#sidebar_postcategory > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
}
#sidebar_toptags ul li,
#sidebar_postcategory ul li {
    padding: 5px;
    border: none;
}
#sidebar_toptags ul li:hover,
#sidebar_postcategory ul li:hover {
    background: #fff;
    cursor: inherit;
}
#sidebar_toptags ul li a,
#sidebar_postcategory ul li a {
    padding: 3px 10px;
    line-height: 1.5;
    background: #f0eef5;
    border-radius: 5px;
    color: #169fe6;
}
#sidebar_toptags ul li a:hover,
#sidebar_postcategory ul li a:hover {
    color: #ffffff;
    cursor: pointer;
    background: #45bcf9;
    border-bottom: none;
}
#widget_my_google,
.sidebar-block ul {
    border-radius: 0 0 10px 10px;
}
.catListTitle {
    border-radius: 10px 10px 0 0;
}
/*页脚*/
#footer {
    background: #169fe6;
    display: flex;
    justify-content: center;
    color: #fff;
}
#poweredby {
    margin-left: 100px;
}
/*正文*/
.dayTitle:hover {
    background-color: #45bcf9d1;
}
.dayTitle a:hover {
    text-decoration: none;
}
.postTitle a:link {
    color: #555;
}
.postTitle a:hover {
    color: #45bcf9;
    text-decoration: none;
}
#topics,
#comment_form_container,
.under-post-card {
    border-radius: 10px;
}
#cnblogs_post_body a,
#cnblogs_post_body a:link {
    text-decoration: none;
    color: #169fe6;
}
#cnblogs_post_body a:hover {
    color: #45bcf9;
}
#cnblogs_post_body p a:hover,
#cnblogs_post_body ol li a:hover,
#cnblogs_post_body ul li a:hover {
    border-bottom: none;
}
/* 隐藏推荐 */
#under_post_card1,
#under_post_card2 {
    display: none;
}
/*markdown*/
#topics .postTitle {
    font-weight: bold;
}
#cnblogs_post_body h2 {
    padding-bottom: 0.5rem;
    border-bottom: 1px double rgba(0,0,0,.1);
}
.cnblogs-markdown :not(pre,div,td)>code,
.blogpost-body :not(pre,div,td)>code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
    margin: 0;
}
.cnblogs-markdown h1>code, .cnblogs-markdown h2>code,
.blogpost-body h1>code, .blogpost-body h2>code {
    font-size: inherit;
}
#topics .postBody blockquote {
    border-left-width: 3px;
    color: #555;
}
#topics .postBody blockquote p {
    color: #555;
}
/*评论*/
.comment_textarea {
    max-width: inherit;
}
/*标签页*/
#myposts .PostList,
.entrylistItem {
    border-radius: 10px;
    margin-top: 20px !important;
}

/* 搜索按钮 */
input.btn_my_zzk {
    background: #45bcf9;
}

/* 定制公告栏时钟位置 */
#clockdiv {
  text-align: center;
}


/* 文章title自定义带动画样式 */
.postTitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  clear: both;
  background-color: #FBF9F9;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  border-left: 3px solid #21759b;
  padding-left: 20px;
  font-size: 20px;
  border-radius:0px;
}
.postTitle a:hover {
  text-decoration: none;
  margin-left: 20px;
  color: #E00000;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  transition: all 0.4s linear 0s;
}

/* DIVCSS5-CSS初始化模板-www.divcss5.com */ 
/*
body, div {margin:0; padding:0;font-style: normal;font:16px/22px "\5B8B\4F53",Arial, Helvetica, sans-serif} 
ol, ul ,li{list-style:none} 
img {border: 0; vertical-align:middle} 
body{color:#000000;background:#FFF; text-align:left} 
a{color:#000000;text-decoration:none}  
a:hover{color:#BA2636;text-decoration:underline} 
*/
/*最顶部横幅图片样式 */
.box1,.box2,.box3,.box4{ width:98.8%; height:240px; margin:0 auto; border:1px solid #666} 
.box1{background:url(https://images.cnblogs.com/cnblogs_com/blogs/822549/galleries/2453713/o_250411145714_bk3.bmp) expand} 
.box2{background:url(https://images.cnblogs.com/cnblogs_com/blogs/822549/galleries/2453713/o_250411145714_bk3.bmp) no-repeat 10px center} 
.box3{background:url(https://images.cnblogs.com/cnblogs_com/blogs/822549/galleries/2453713/o_250411145714_bk3.bmp) repeat-x 0 30px} 
.box4{background:url(https://images.cnblogs.com/cnblogs_com/blogs/822549/galleries/2453713/o_250411145714_bk3.bmp) repeat-y center}

/*评论带头像，且支持旋转*/
.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;
}
/*公告样式*/
.gonggao{
    margin:8px;
 font-size:16px;
    color:blue;
text-align: center;
}

/*转载说明*/
#MySignature{　　
 border:solid 1px #E5E5E5;
 padding:15px;
 background:#E5EEF7 url(https://images.cnblogs.com/cnblogs_com/blogs/822549/galleries/2453086/t_250413144537_z_info.png) no-repeat scroll 15px 20%;
 padding-left:150px;}

#MySignature div{
  line-height: 20px;
}
/*鼠标划过时放大图片*/
.post img {cursor: pointer;transition: all 0.5s;}.post img:hover {transform: scale(1.3);}


