/*好看的滚动条*/
::-webkit-scrollbar{
    width:10px!important;
    height:10px!important;
    -webkit-appearance:none;
}
::-webkit-scrollbar-thumb{
    height:5px;border:1px solid transparent;
    border-top:none;border-bottom:none;
    -webkit-border-radius:6px;
    background-color:rgba(0,0,0,.3);
    background-clip:padding-box;
}
/*目录样式*/
#sideCatalog a{
  font-size:12px;
  font-weight:normal !important;
}

#sideCatalog li {
  background-color: #F0FFF0;
}

#sideCatalog {
  opacity:0.73;
}

#sideCatalog a:hover{
  color:#8B0000;
}
/*本来想设置Header1_HeaderTitle*/
  h1 a:hover {
    text-decoration: none;
    margin-left: 20px;
  }
  h1 a:link,
  h1 a:visited,
 h1 a:active {
    transition: all 0.4s linear 0s;
    color:chocolate;
  }
/*取消超链接下划线*/
span a:link {
text-decoration: none;
}
span a:visited {
text-decoration: none;
}
span a:hover {
text-decoration: none;
}
span a:active {
 text-decoration: none;
}
/*返回顶部*/
#back-to-top {
    background-color: #8bcc99;
    bottom: 10px;
    box-shadow: 0 0 6px #72a072;
    padding: 5px 10px;
    position: fixed;
    right: 90px;
    border-radius: 8px;
    opacity: 0.7;
    font-weight:bold;
}

/*侧边栏样式*/
#fry_append {
    right: 1%;
    width: 46px;
    top: 27%;
    left: 88%;
    opacity: 0.37; 
    position: fixed;
    z-index: 98;
    #background-color: #fff;
    font-size: 12px;
    margin: 10px 0 0;
    padding: 5px;
   # border: 1px solid #55895b;
    border-radius: 5px;
    float: right;
}
#fry_append div:first-of-type {
    margin-top: 5px;
}

#fry_append div {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    color: #CC9966;
}

/*取消底部广告*/
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}

/*标题h2的自定义格式*/
#cnblogs_post_body h2  {
    border: 1px solid #55895B;
    border-left-width: 5px;
    border-radius: 10px;
    border-right-width: 5px;
    background-color: #FBF9F9;
    background-position: left center;
    padding: 3px 5px;
    width: 75%;
    display: inline-block;
    box-sizing: border-box;
    font-size:24px;
    text-align:center;
}

/*标题h3的自定义格式*/
#cnblogs_post_body h3  {
    border: 1px solid #696969;
    border-left-width: 5px;
    border-radius: 7px;
    border-right-width: 5px;
    background-color: #F5F5F5;
    background-position: left center;
    padding: 2px 20px;
    width: auto%;
    display: inline-block;
    box-sizing: border-box;
    font-size:18px;
}

/*标题h4的自定义格式*/
#cnblogs_post_body h4  {
    border: 1px solid burlywood;
    border-left-width: 5px;
    border-radius: 7px;
    border-right-width: 5px;
    background-color: #F5F5F5;
    background-position: left center;
    padding: 2px 20px;
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    font-size:16px;
   margin-left: 31px;
   
}

/*代码部分格式*/
.cnblogs_code{background-color:#f5f5f5;font-family:Courier New !important;font-size:15px !important;
    padding:5px;overflow:auto;margin:5px 0;color:#000;
    border: 1px solid chocolate;
    border-width: 1px;
    border-radius: 7px;
    background-position: left center;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding:10px
}
.cnblogs_code pre{font-family:Courier New !important;font-size:15px !important;word-wrap:break-word;
    white-space:pre-wrap}
.cnblogs_code span{font-family:Courier New !important;font-size:15px !important;line-height:1.5 !important}
/*a.postTitle*/
a.postTitle2{color:#000;font-size:25px;}
a.postTitle2:hover{color:cornflowerblue}
/* 文章title自定义带动画样式 */
#topics .postTitle,{
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 25px;
  color: #21759b;
}
/*title*/
.postTitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  clear: both;
  border: 2px solid brown;
  border-left-width: 5px;
  border-radius: 10px;
  border-right-width: 5px;
  background-color: #FBF9F9;
  background-position: left center;
  padding: 3px 5px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  text-align:center;
  font-size:25px;
border-height:30px;
}
.postTitle a:hover {
  text-decoration: none;
  margin-left: 20px;
  /*color:#FF0000;*/
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  transition: all 0.4s linear 0s;
}
/*子列*/
.entrylistPosttitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  clear: both;
  border: 2px solid brown;
  border-left-width: 5px;
  border-radius: 10px;
  border-right-width: 5px;
  background-color: #FBF9F9;
  background-position: left center;
  padding: 3px 5px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  text-align:center;
font-size:25px;
}
.entrylistPosttitle a:hover {
  text-decoration: none;
  margin-left: 20px;
  /*color:#FF0000;*/
}
.entrylistPosttitle a:link,
.entrylistPosttitle a:visited,
.entrylistPosttitle a:active {
  transition: all 0.4s linear 0s;
}

/* 禁用下划线 */
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: 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;
}
/*评论区*/
/*评论框*/
div.commentform p{
margin-bottom:10px;
}
/*评论按钮*/
.comment_btn {
padding: 5px 10px;
height: 35px;
width: 90px;
border: 0 none;
border-radius: 5px;
background: #ddd;
color: #999;
cursor:pointer;
font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
text-shadow: 0 0 1px #fff;
display: inline !important;
}
.comment_btn:hover{
padding: 5px 10px;
height: 35px;
width: 90px;
border: 0 none;
border-radius: 5px;
background: #258fb8;
color: white;
cursor:pointer;
font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
text-shadow: 0 0 1px #fff;
display: inline !important;
}
#commentform_title {
background-image:none;
background-repeat:no-repeat;
margin-bottom:10px;
padding:0;
font-size:24px;
}
#commentbox_opt,#commentbox_opt + p {
text-align:center;
}
.commentbox_title {
width: 100%;
}
/*评论输入域*/
#tbCommentBody {
font-family:'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
margin-top:10px;
max-width:100%;
min-width:100%;
background:white;
color:#333;
border:2px solid #fff;
box-shadow:inset 0 0 8px #aaa;
// padding:10px;
height:250px;
font-size:14px;
min-height:120px;
}
/*评论条目*/
.feedbackItem {
font-size:14px;
line-height:24px;
margin:10px 0;
padding:20px;
background:#F2F2F2;
box-shadow:0 0 5px #aaa;
}
.feedbackListSubtitle {
font-weight:normal;
}

#blog-comments-placeholder, #comment_form {
padding: 20px;
background: #fff;
-webkit-box-shadow: 1px 2px 3px #ddd;
box-shadow: 1px 2px 3px #ddd;
margin-bottom: 50px;
}
/*评论标题*/
.feedback_area_title {
margin-bottom: 15px;
font-size: 1.8em;
}
.feedbackItem {
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
padding: 5px;
background: rgb(248, 248, 248);
}
.color_shine {background: rgb(226, 242, 255);}
.feedbackItem:hover {-webkit-animation-name: color_shine;-webkit-animation-duration: 2s;-webkit-animation-iteration-count: infinite;}

#comment_form .title {
font-weight: normal;
margin-bottom: 15px;
}

/* 防止图片溢出 */
#cnblogs_post_body img {
  max-width: 100%;
}

//如果没有bug可以忽略这一条
/*溢出隐藏设置*/
#topics, #mainContent {
    overflow: visible;
}
#postDesc {
    float: none;
}
/*编辑 收藏*/
#topics .postDesc a {
    background-color: #51C332;
    border-radius: 3px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #8B0000;
    padding: 3.7px 13px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 3px;
    box-shadow: black 0px 2px 8px;
}
/* 关注收藏等几个按钮 */
#green_channel {
    padding: 5px 0 15px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
    border-top: #eee 1px dashed;
    border-bottom: #eee 1px dashed;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgb(238, 238, 238);
    font-size: 12px;
    width: 100%!important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

a#green_channel_digg, a#green_channel_follow, a#green_channel_favorite, a#green_channel_weibo, a#green_channel_wechat {
    text-decoration: none;
    color: #fff;
    margin: auto;
    width: 80px;
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    position: relative;
    margin-left: 10px;
    background-image: none;
    margin-top: 10px;
}
a#green_channel_digg {
    background-color: #2daebf;
    box-shadow: 0 15px 18px -6px rgba(95,193,206,0.65);
}

a#green_channel_favorite {
    background-color: #ffb515;
    box-shadow: 0 15px 18px -6px rgba(255,198,75,0.65);
    margin-left: 10px;
}
a#green_channel_follow {
    background-color: #e33100!important;
    box-shadow: 0 15px 18px -6px rgba(227,49,0,0.65);
    margin-left: 10px;
}

a#green_channel_wechat {
    padding: 3px 8px!important;
    background-color: #3cb034!important;
    box-shadow: 0 15px 18px -6px rgba(60,176,52,0.65)!important;
    margin-left: 10px;
    width: 35px;
}

a#green_channel_weibo {
    padding: 3px 8px!important;
    background-color: #ff464b!important;
    box-shadow: 0 15px 18px -6px rgba(255,70,75,0.65)!important;
    margin-left: 10px;
    width: 35px;
}

/*下面的头像边框*/
#author_profile_info img.author_avatar {
    border-radius: 100%;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.4);
    border: 3px solid #f7f7f7;
    padding: 0;
    margin-left: 3px;
    margin-right: 7px;
}


/* 上一篇下一篇 */
#post_next_prev {
    font-size: 14px;
    color: #535353;
}
/* 个性签名 */
#MySignature {
    box-shadow: 8px 1px 10px #989898;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 15px;
    border:1px cornflowerblue;
    border-left: solid 5px cornflowerblue;
    background: #FBF9F9;
    border-radius: 10px 10px 37% 10px;
    line-height: 2.4;
    margin: 37px 0;
}

#MySignature a {
    text-decoration: none;
    color: #4183c4;
    font-weight: bold;
}

#MySignature a:hover {
    text-decoration: underline;
    color: #f60;
}

#MySignature span {
    color: #f60;
}
/*新加  头像 img 侧边圆圈*/
#newsSideBar .headImage {
    padding: auto;
}
#newsSideBar .headImage img {
    border: 3px solid #C0C0C0;
    border-radius: 50%;
    width: 150px;
    margin: auto;
    display: block;
}

/*头像*/
#blog-news > img {
    display: block;
    margin: auto;
    border-radius: 50%;
}
#profile_block {
    font-size: 15px;
    padding: 20px;
    line-height: 1.8;
}
#profile_block > a:link {
    color: #F60;
}
/*生成博客目录的CSS*/
#uprightsideBar{
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:left;
  position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
  top:250px;
right:10px;

  width: auto;
  height: auto; 
  
}
#sideBarTab{
  float:left;
  width:60px; 
  height:20px;
  border:1px solid #e5e5e5;
  border-right:10px;
  background-color: gold;
  border-radius: 10px;
opacity: 0.7;
text-align:center;
font-weight: bold;
padding:10px;

}

#sideBarContents{
  float:left;
  overflow-y:scroll; 
  overflow-x:hidden;
  width:230px;
  min-height:108px;
  max-height:350px;
  border:1px solid #e5e5e5;
  border-right:none; 
  background: #ffffff;
  border-radius: 10px;
  opacity: 0.7;
  font-size:12px;
font-weight: bold;
}
#sideBarContents dl{
  margin:0;
  padding:0;
cursor: pointer;
}

#sideBarContents dt{
  margin-top:5px;
  margin-left:5px;]
  cursor: pointer;
 text-indent: 10px;
font-size:15px;
}

#sideBarContents dd{
  cursor: pointer;
  text-indent: 30px;
font-size:10px;
}

#sideBarContents dd:hover, dt:hover {
  color:#A7995A;
}