/*防止图片溢出*/
img {
  max-width: 80%;
 }

 


 /*抄来的界面改进*/
 #blogTitle
 {
   display: none;
 }
 #navigator {
  height: 40px;
  line-height: 40px;
}
 #sideBar
 {
   float:right;
   margin-right:20px;
 }
 #mainContent
 {
   float:right;
 }
 #BlogPostCategory
 {
   dispaly:none;
 }
 #blog_post_info
 {
  display:none;
 }
 .postDesc
 {
 display:none;
 }
 #comment_form
 {
    background: #fff;
    box-shadow: 1px 1px 2px #19CAAD;
    margin-top:50px;
    border-radius: 7px;
 }
 #blog_post_info_block
 {
   display:none;
 }
 .postTitle a:link, .postTitle a:visited, .postTitle a:active {
     color: #F4606C;
     transition: all 0.4s linear 0s;
 }
 .catListTitle
 {
  background-color:#19CAAD;
  border-bottom:#19CAAD;
 }
 #green_channel {
  display: none;
}

#author_profile {
  margin-top: 10px;
}
.author_avatar {
  border-radius: 50px;
  vertical-align: top;
  float: left;
  margin-right: 5px;
  padding-top: 5px;
  padding-left: 2px;
  border: 0;
}
 
 
 


 /*去除广告*/
 #site_nav_under {
     display: none;
 }
 .c_ad_block, .ad_text_commentbox {
     display: none;
     margin: 0;
     padding: 0;
 }
 #ad_under_google {
     height: 0;
     overflow: hidden;
 }
 #ad_under_google a {
     display: none;
 }
 #ad_t2 {
  display: none;
}
 




 /*评论框*/
 div.commentform textarea {
     border-radius: 8px;
     box-shadow:3px 3px 3px #e8e0e0 inset; 
 }
 #tbCommentBody.comment_textarea {
     width: 98%;
     background: #fff /*url(//images.cnitblog.com/blog/708426/201501/082214147965461.png)*/ right bottom no-repeat;
     padding-top: 8px;
 }
/*按钮*/
input[type=button] {
  height: auto !important;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #9b59b64a;
  border-radius: 4px;
  color: #fff;
  background-color: #9b59b6cc;
  width: auto !important;
}
/*评论框美化*/
div.commentform input.author, div.commentform input.email, div.commentform input.url {
  background-image: url(//static.cnblogs.com/images/icon_form.gif);
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 4px 4px 4px 30px;
  width: 300px;
  font-size: 13px;
  border-radius: 5px;
}






 /*雪花JS的对应css*/
 #Snow{
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 99999;
     background: rgba(255,255,240,0.1);
     pointer-events: none;
 }
 
 
 /*评论头像旋转*/
 .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;
 }

 .feedbackItem {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #4d4d4d;
  padding: 10px 35px;
  line-height: 3.3;
  font-weight: 300;
  word-break: break-word;
  border-radius: 8px;
  font-size: 15px;
  /* background: #fff url(https://i.loli.net/2017/12/23/5a3e4eba5b959.jpeg) right bottom no-repeat; */
}


/*代码美化*/

/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.pln{color:#4d4d4c}ol.linenums{margin-top:0;margin-bottom:0;color:#8e908c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal!important;}@media screen{.str{color:#718c00}.kwd{color:#8959a8}.com{color:#8e908c}.typ{color:#4271ae}.lit{color:#f5871f}.pun{color:#4d4d4c}.opn{color:#4d4d4c}.clo{color:#4d4d4c}.tag{color:#c82829}.atn{color:#f5871f}.atv{color:#3e999f}.dec{color:#f5871f}.var{color:#c82829}.fun{color:#4271ae}}

/*下面是我设置背景色，字体大小和字体*/
.cnblogs-markdown code{
background:#fff!important;
}
.cnblogs_code,.cnblogs_code span,.cnblogs-markdown .hljs{
    font-size:16px!important;
}

.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: 16px!important;
}

.cnblogs_code, .cnblogs_code span, .cnblogs-markdown .hljs{
font-family:consolas, "Source Code Pro", monaco, monospace !important;
}
.cnblogs_code {
    border-radius: 6px 6px 6px 6px;
    border: 2px dotted #03A9F4;
}




/*版权说明*/
#MySignature{
  border-radius: 5px 5px 5px 5px;
  border: solid 1px #E5E5E5;
  padding: 10px;
  background: #E5EEF6 url(https://images.cnblogs.com/cnblogs_com/Fang-Hao/1193943/o_icon100_com_1418.png) no-repeat scroll 15px 50%;
  padding-left: 80px;
}
#MySignature div{
line-height: 20px;
}