
body
{
    /*鼠标样式*/
    cursor: url(https://files.cnblogs.com/files/wkfvawl/cursor.ico),auto;
}
.c_ad_block /*关闭下方广告*/
{
    display: none;
}
.commentform/*关闭下方广告*/
{
    display: none;
}
#home,#sidebar_news,.mySearch,.catListLink/*  透明背景,透明公告栏，透明搜索栏，透明常用链接栏*/
{
    background: transparent; 
}
.input_my_zzk /*  搜索框样式*/
{
    background: transparent;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
#blog-calendar/*日历边框阴影*/
{
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}