/*html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);} body{background: rgb(155,155,155);}*/

@media (min-width:760px){
#home{width:70%}

}
@media (max-width:759px){
#sideBarMain{width:100%;}
}
body{
background-image: url('https://images.cnblogs.com/cnblogs_com/xfstu/1773175/o_200525130231%E6%9E%AB%E5%8F%B6%E6%9E%97.jpeg');
background-repeat: no-repeat;  
    background-size: 100% 100%;
 background-repeat: repeat-x;
background-attachment: fixed;
}
#home{
 background: rgba(255, 255, 255, 0.2);
}
#topics{
    background-color: #fff !important;
}
p code{
    display: inline !important;
}
#tuijian{
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 16px;
}
#cnblogs_ch,#cnblogs_c1{
    background-color: #fff;
    padding: 20px 15px;
}
#cnblogs_c1{
    width: 100%;
}