/*背景*/
body { 
     background-color: #efefef;
    background-image:url(https://images.cnblogs.com/cnblogs_com/today-happy/1214264/t_blog.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
    padding-top:0px;
  }
#header{display:none}
p{
  font-size:16px
}
h2>a:hover{
  color:#FFC125;margin-left:20px;
}
h2>a{
  color:#235;margin-left:0;
  transition:all 1s linear 0s;
}
/*标题*/
.post h2{border-left:4px solid #333;padding-left: 5px;}
h3{
    color: #fff;    
    background-color: #333;
   /* -moz-border-radius: 5px;
    border-radius: 5px;*/
    padding: 6px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}
/*标题前的箭头*/
#cb_post_title_url{
line-height:45px;
font-size:32px;
    padding: 15px;
    font-weight: bold;
    color: #464646;
    padding-left: 30px;
}
/*评论*/
#tbCommentBody {
    font-family: 'MIcrosoft Yahei';
    margin-top: 10px;
    width: 940px;
    max-width: 940px;
    min-width: 940px;
    background: white;
    color: #333;
    border: 2px solid #fff;
    box-shadow: inset 0 0 8px #aaa;
    padding: 10px;
    height: 120px;
    font-size: 14px;
    min-height: 120px;
}
/*回复*/
.post{
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 20px;
    background: #F2F2F2;
    box-shadow: 0 0 5px #aaa;
}
/*底部分享栏*/
#green_channel {
    /* text-align: right; */
    background: #333;
    padding-left: 20px;
    font-weight: normal;
    font-size: 15px;
    width: auto;
    border: none;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
}
/*评论*/
#content h3{
   margin:0;
}
/*广告*/
#ad_text_under_commentbox~div{display:none}
/*左侧菜单*/
#leftmenu {
    padding-top: 20px;
    float: left;
    left: 0;
    width: 190px;
    /* padding: 0; */
    padding-bottom: 5px;
    padding-left: 5px;
    overflow: hidden;
    background-color: #eee;
}
#leftmenu li:hover{background-color: #a89171;}
#leftmenu a:hover{background-color: #a89171;}



/*导航*/
#test33 ul {
margin: 0;
padding: 0;
list-style-type: none; /*去除li前的标注*/
background-color: #333;
overflow: hidden; /*隐藏溢出的部分，保持一行*/
}


#test33 li {
float: left; /*左浮动*/
}


#test33 li a, .dropbtn {
display: inline-block; /*设置成块*/
color: white;
text-align: center;
text-decoration: none;
padding: 14px 16px;
}


#test33 li a:hover, .dropdown:hover .dropbtn { /*鼠标移上去，改变背景颜色*/
background-color: blue;
}


#test33 .dropdown {
/*display:inline-block将对象呈递为内联对象，但是对象的内容作为块对象呈递。旁边的内联对象会被呈递在同一行内，允许空格。*/
display: inline-block;
}


#test33 .dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


#test33 .dropdown-content a {
display: block;
color: black;
padding: 8px 10px;
text-decoration:none;
}


#test33 .dropdown-content a:hover {
background-color: #a1a1a1;
}


#test33 .dropdown:hover .dropdown-content{
display: block;
}
/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:400px;
    right:53px;
    width: auto;
    height: auto; 
    
    
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background: rgb(3, 3, 3,0.3);
   COLOR: #fff;
}
#sideBarTab:hover{background: rgb(3, 3, 3);}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}
/*返回顶部*/
#back-to-top {
    background-color: rgb(33,33,33,0.4);
    bottom: 0;
    box-shadow: 0 0 6px #333333;
    
    position: fixed;
    right: 50px;
    cursor: pointer;
}
#back-to-top:hover{
     background-color: rgb(33,33,33,1);
}
#back-to-top a{
     color:#fff;
     display:block;
     padding: 10px 10px;
}

/*推荐和反对*/
#div_digg {
    bottom: 40px;
    padding: 10px;
    position: fixed;
    width:92px;
    z-index: 1000;
    right: 0;
    border: 1px solid #dbdbdb;
    background-color: rgba(255,255,255,0.3);
}
.diggit{margin-left: 23px;}
#div_digg:hover{
    background-color: rgba(255,255,255,1);
}
.buryit {
    display: none;
}
.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}
/*动画*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
    #cb_post_title_url{
        background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-background-size: 200% 100%;
        -webkit-animation: masked-animation 4s infinite linear;
    }
}
@-webkit-keyframes masked-animation {
    0%  { background-position: 0 0;}
    100% { background-position: -100% 0;}
}
#sideBarTab,#sideBarContents,#div_digg,#back-to-top{
    transition: all 1s
}