/* body{
    background-image: url("https://img01.dimtown.com/uploads/2022/11/20221117132516933.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
    cursor: url(https://blog-static.cnblogs.com/files/blogs/756090/4848.ico), auto;
    backdrop-filter: blur(10px);
}
#header{
        background-color: rgba(255,255,255,0.8);
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
#main{
    background-color: rgba(255,255,255,0.8);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}



.catListTitle {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 15px;
}


.newsItem {
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.CalTitle{
    background-color: rgba(255, 255, 255, 0);
}
#navigator{
    background-color: rgb(54,104,92);
    
}
#navList a:link, #navList 
a:visited, #navList a:active {
    color: white;
}

.blogStats{
    color: white;
    margin-right: 20px;
}
#cnblogs_post_body {
    padding-right: 30px;
}
















 */
