body
{
 background: none;
 box-shadow: none;
}



#header {
    height: 60px;
    background-color: rgba(150, 222, 255, 0.1);
    border-bottom: 2px solid green;
    padding:10px;
    box-shadow: none;
}

#navList li a {
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: #fff;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.0);
    box-shadow: none;
}


html/* 必应每日随机背景图*/
{
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/751548/galleries/2157455/o_220508144950_bk_proc.jpg);
    //background: url("https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fup.enterdesk.com%2Fedpic_source%2F90%2F4b%2F22%2F904b2210e4967656a7659f41a18605bc.jpg&refer=http%3A%2F%2Fup.enterdesk.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1654610699&t=4ed1dd2fd2c631f27ee8702929e1a4a8");
}

#main {
    margin-top:50px;
    background-color:#f5f5f5;
    margin-bottom:0;
    padding:30px;
    border-radius: 5px;
    box-shadow: none;
}

#home>#main {
    margin-top: 6px;
    color: black;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0px;
    box-shadow: none;
}

#main #mainContent
{
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    box-shadow: none;
}

#main #sideBar
{
    color: black;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    padding:10px;
    margin-left: 10px;
    box-shadow: none;
}

#main .day
{
    color: black;
    background-color: rgba(255, 255, 255, 0.0);
    box-shadow: none;
}


.postTitle a, .postTitl2 a, .entrylistPosttitle a {
   font-size: 20px;
    color: #000;
}

.postBody, .postCon, .entrylistPostSummary {
    font-size: 16px;
    color: #333;
}


#cnblogs_post_body {
    font-size: 16px;
}

#cnblogs_post_body h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

