/*
The CSS style for cnblogs
=v=
*/

/*主体部分CSS*/
#home {
	opacity: 0.8;
}

/*博客名部分CSS*/
#Header1_HeaderTitle{
        opacity:1;
}
headermaintitle {
        opacity:1;
}

/*文章标题*/
div.postTitle {
 	opacity: 1;
}