@import url(https://blog-static.cnblogs.com/files/fehoney/my-cnblogs.css?v18) screen and (min-width:0px);
#Header1_HeaderTitle{
    background: #fb7299;
    border: 5px solid #fb7299;
    border-radius: 10px;
}
#sidebar_news {
    background-color: var(--BlockColor);
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
/*设置顶部头像背景*/
/*#blogTitle {
	background-image: url(https://images.cnblogs.com/cnblogs_com/fehoney/1771423/t_200523034318header-bg.png);
}*/
#blogTitle h1{ padding-top:5px; }
#blogTitle h2{
  color: #333;
  text-shadow: 1px 1px #fff;
}
/*设置头像*/
#blogLogo {
	background-image: url(//pic.downk.cc/item/5e9d8133c2a9a83be59ff13e.jpg);
}
/*** 设置全局主题颜色 ***/
html {
	--ThemeColor: #00a1d6;
}
/*** 底部作者信息 ***/
#proBody{
       background-image:url(https://images.cnblogs.com/cnblogs_com/fehoney/1771423/o_200523031016flowerframe_1.jpg);
       background-position: center;
}
#proBody center{
      background: rgba(0, 0, 0, .2);
}

/*下雪效果*/
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none;
}

/*推荐和反对*/
#div_digg{
  position:fixed;
  bottom:15px;
  width:120px;
  right:15%;
  padding: 0 6px 3px;
  text-align:center;
}


#div_digg .diggit { 
  font-weight: bold;
  font-size: 30px;
  margin:0;
}
#div_digg .diggit::before{
margin-left:0;
}
#div_digg .buryit{
  display:none;
}
/*隐藏取消推荐*/
#digg_tips{
   display:none;
}
#digg_tips[style]{
display:block;
}
.comment_textarea{
 width:auto;
}
.m-qrcode{
  width: 100%;
  margin-top: 10px;
}

#please_like {
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    color: #ff5d47;
    margin-top: -5px;
    font-weight: bold;
}




@media screen and (max-width: 600px) {
  #please_like {
     display:none;
  }
}

@media screen and (min-width: 600px) {
  #div_digg {
     background-color:#fff;
     border:2px solid #00c091;
     border-radius:5px 5px 5px 5px !important;
    box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  }
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/fehoney/1771423/o_200523045355star.gif') no-repeat 0 0;
    float: left;
   margin-left:4px;
    height: 16px;
    width: 16px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

#MySignature{
   color:#5ba9d8;
}

/*Zoom 溢出隐藏设置*/
#topics, #mainContent {
     overflow: visible;
 }
#postDesc {
     float: none;
}

/*左侧自定义项目展示栏*/
.myproj{
    background-color: var(--BlockColor);
    margin-bottom: 20px;
    padding: 10px 20px;
}


#cnblogs_post_body > p,
#cnblogs_post_body > img,
#cnblogs_post_body > ul,
#cnblogs_post_body > ol,
#cnblogs_post_body > h2,
#cnblogs_post_body > pre {
  margin-bottom: 16px;
}
#digg_tips{display:none !important;}


#MySignature a{color: var(--ThemeColor)}

#MySignature a:hover,#cnblogs_post_body  a:hover,#blog_post_info_block a:hover{color: #f60;}
@media screen and (min-width: 768px) {
  #main {
    width: 90%;
  }
  #mainContent {
    max-width: 80%;
    width: 80%;
  }
  #header{
    max-width: 100%;
  }
  /** 侧边栏（中右） **/
  #sideBar {
    width: 300px;
  }
}

@media screen and (max-width: 767px){
  #main{
    width: auto;
  }
  #mainContent {
    max-width: auto;
}
}


