body { 
     background-color:// #efefef;
     background-image:url(https://images.cnblogs.com/cnblogs_com/zhongzero/1581483/o_wallhaven-g88w2q.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
     padding-top:0px;
     cursor: url("https://images.cnblogs.com/cnblogs_com/zhongzero/1581483/o_220323142323_%E7%9A%AE%E5%8D%A1%E4%B8%98.png"),auto;
     /* 光标样式 */
}


#home{
   margin: 0 auto;
    width: 82.3%;
    opacity: 0.7;
    min-width: 950px;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    font-weight: bold;
    font-family: cursive, serif, sans-serif;
    font-size:x-large;
    background:snow;
}

p{
     font-family: cursive, serif, sans-serif;
     /* 从这些字体中从左到右找电脑上有的第一个字体并使用 */
     font-size: 20px;
     white-space: pre-wrap;
     /* 保留空格与换行 */
}

div[id="cnblogs_ch"] {
    display: none;
}
div[class^="under-post"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}
/* 去除文章底部广告 */

div.postTitle{
    font-size:xx-large;
}
div.c_b_p_desc{
    font-size: medium;
}
/* 改博客主页文章title和摘要字体大小 */

a#Header1_HeaderTitle{
    font-size:xx-large;
    font-family: 'Franklin Gothic Medium',cursive, serif, sans-serif;
}
/* 改博客名字体大小 */