/*固定右下角的顶*/
/*
#div_digg
{
position: fixed;
bottom: 0px;
right: -20px;
background-color: #fff;
}
*/


/*固定绿色通道*/
#green_channel
{
position: fixed;
bottom: 0px;
right: 10px;
padding:10px 5px;
margin-bottom:10px;
margin-top:10px;
background-color: #fff;
border:#c0c0c0 1px dashed;
font-size:9pt;width:430px
}

/*引用的字体*/
blockquote {
font-style : normal;
}

/*公告中表格的单元格间距*/
#blog-news table {
border-spacing:10px
}

/*header*/
#header #blogTitle {
background: 
url(https://images.cnblogs.com/cnblogs_com/twocats/489380/o_2013-06-15%2001%2023%2023.png) left top repeat-x
}