#Header1_HeaderTitle{
font-weight: bolder;
}
#calendar,#leftcontentcontainer,#profile_block,#blogTitle,#navigator,#HistoryToday,#cnblogs_c2,.catListTitle{
display:none;
}
#tbCommentBody{
 background:white;
}
#mainContent{
border-top:3px black solid;
border-left:3px black solid;
border-right:3px black solid;

}
.postTitle{
font-size: 18px;
}
.postCon{
font-size: 12px;
}
.day{
    
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
#cnblogs_c1,.recomm-block,#ad_t2,#aw0 img,#under_post_kb{
display:none;
}
#sideBar{
position:fixed;
}
/*设置背景颜色*/
body{


 background: url('https://blog-static.cnblogs.com/files/TobuTobu/texture.gif');
background-color:#CCE8CF;
}



/*左侧图标大小*/
.blog-left-logo img{
    height: 30px;
    width: 30px;
}
/*左侧图标内边距*/
.blog-left-logo{
padding: 30px  0px 0px 0px;
 text-align: center;
}
/*左侧每个图标外边距*/
.blog-left-logo a:nth-child(2){
margin-left:20px;
}
.blog-left-logo a:nth-child(3){
margin-left:20px;
}

 /*搜索框*/
        .blog-left-searchbar {
              margin-left:20px;
              background: #CCE8CF;
              margin-top:30px;
              text-align:center;
              border: 2px solid black;
              border-radius: 5px;
              width:80%;
              height:35px;
}
        .blog-left-searchbar input {
            background: transparent;
            top: 0;
            right: 0;
             width: 68%;
            height:32px;
             border:0px;
            
        }
   input:focus{
            outline:none;
}
  button:focus{
             outline:none;
}
        .blog-left-searchbar button {
            background: transparent;
            width: 20%;
            height:30px;
            top: 0;
            right: 0;
            left:0;
             border:0px;
        }
        .blog-left-searchbar button:before {
            content: "搜索";
            font-size: 15px;
            color: black;
        }

/*左侧样式*/
.blog-left{ 
    
    border-top: 3px black solid;
    margin:0;
    padding:0;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #CCE8CF;
}
#sideBar{
padding-left:0px;
padding-right:0px;
}
/*左侧头像*/
.blog-avatar{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    
    margin: 20px auto;
    overflow: hidden;
    text-align:center;

}
/*左侧头像大小*/
.blog-avatar img{
    max-width: 100%;
}
/*左侧标题和简介*/
.blog-title{
    font-weight: bold;
    color: black;
    font-size: 18px;
    text-align: center;
}
.blog-info{
    color: black;
    font-size: 18px;
    text-align: center;
}
/*左侧链接字体大小*/
.blog-link{
    font-size: 24px;
    
}
/*标签大小*/
.blog-tag{
font-size: 18px;
}
/*第一列标签*/
.blog-tag-left{
  float:left;
}
/*第二列标签*/
.blog-tag-right{
  float:right;
}
/*链接和标签颜色*/
.blog-link a,.blog-tag a{
    color: darkgray;
}
/*链接和标签点击颜色*/
.blog-link a:hover,.blog-tag a:hover{
    color: black;
}
/*链接和标签列表样式*/
.blog-link ul,.blog-tag ul{
    text-align: center;
    margin-top: 55px;
}
