.title2{
background-color:rgb(255, 181, 21);
display:block;
width:100%;}
.post> .clear{
height:10px;
background-color:rgb(45, 174, 191);
}
.bt{
padding:6px 10px;
border-radius:5px;
background-color:rgb(255, 94, 82);
box-shadow:0px 0px 3px rgb(000,55,00);
color:white !important;
text-decoration:none!important;
}
#navList a{
transition:all 0.5s;
}
#navList a:hover{
background-color:rgb(1, 132, 178);
color:white;
}
#ad_t2, #div_digg, #under_post_news, #under_post_kb,#green_channel_weibo img,#green_channel_wechat img,.cnblogs_code_toolbar,#ad_text_under_commentbox,.c_ad_block,#blog-comments-placeholder,#profile_block{
display:none;
}
#blogTitle h1 :hover{
text-decoration:none;
}
#navList a:link
{
text-shadow:0px 0px 3px rgb(000,55,00)
}
#green_channel{
text-align:center;
padding:20px 10px;
width:auto;
border:0px;
box-shadow:1px 1px 6px rgb(80,80,80);
border-radius:5px
}
#green_channel a{
display:block;
margin:10px;
font-size:20px;
background:none ;
border-radius:5px;
padding:10px 50px;
box-shadow:none;
transition:all 0.3s;
}
#green_channel a:hover{
background-image: none;
box-shadow:0 1px 3px rgba(0,0,0,.5);
}
.cnblogs_code{
background-color:rgb(26, 53, 91);
border-radius:5px;
}
@media only screen and (max-width: 767px){
#cnblogs_post_body table{
display:table!important;
overflow-x:hidden !important;
width:100% !important;}
#cnblogs_post_body td {
white-space:pre-wrap !important;
}
#green_channel{width:auto !important;
}
#blogTitle h1{width:310px !important;}
}
pre{
background-color:black !important;}
pre>span,pre{
color:#7FFF00 !important;}
textarea{
resize:none !important;
width:100%!important;
height:200px!important;}