body {
    cursor: url('https://blog-static.cnblogs.com/files/blogs/803062/true.ico'),auto;
    background-image: url(https://img0.baidu.com/it/u=433098687,721876069&fm=253&fmt=auto&app=138&f=JPEG?w=650&h=355);
 
    background-width: 100%;
 
    background-height: 100%;
 
    background-size: cover;
 
    background-attachment: fixed;
 
    background-position: center 0;
}
 
.postTitle {
 
    font-size: x-large !important;
 
}
 
 
#home, pre {
 
    background-color:#fffc !important;
 
    border-radius: 10px;
 
}
 
 
code {
 
    background-color: rgba(0, 0, 0, 0.8) !important;
 
}
 
 
#sideBar div {
 
    background-color: transparent !important;
 
}
 
 
.table-wrapper {
 
    background-color: #fff9;
 
}
 
.table-wrapper th {
 
    background-color: #fff9 !important;
 
}
 
 
blockquote, details {
 
    background: none !important;
 
    background-color: #eee8 !important;
 
    border-radius: 10px;
 
}
 
summary {
 
    border-radius: 10px;
 
    background-color: #eee9;
 
    font-size: large;
 
    font-weight: bold;
 
}

