body{
    optcity:0.5;
    background-image:url(https://images.cnblogs.com/cnblogs_com/blogs/830253/galleries/2476846/o_251004135308_20200817214128_bmwmi.jpg);
    
    backgruond-width:100%;
    background-hight:100%;
    background-size:cover;
    background-attachment:fixed;
    background-position:center 0;
    
}

.postTitle{
    font-size:x-large !inportant;
}

#home,pre{
    background-color:#fff7 !important;
    border-radius:10px;
}
code {
 
    background-color: rgba(0, 0, 0, 0) !important;
 
}
 
 
#sideBar div {
 
    background-color: transparent !important;
 
}
 
 
.table-wrapper {
 
    background-color: #222f;
 
}
 
.table-wrapper th {
 
    background-color: #222222 !important;
 
}
 
 
blockquote, details {
 
    background: none !important;
 
    background-color: #222f !important;
 
    border-radius: 10px;
 
}
 
summary {
 
    border-radius: 10px;
 
    background-color: #222f;
 
    font-size: large;
 
    font-weight: bold;
 
}

cnblogs_post_body h1 {
background: #333366;
border-radius: 6px 6px 6px 6px;
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
color: #FFFFFF;
font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
font-size: 23px;
font-weight: bold;
height: 25px;
line-height: 25px;
margin: 18px 0 !important;
padding: 8px 0 5px 5px;
text-shadow: 2px 2px 3px #222222;
}