  body {
            background-size: 100%;
            background-repeat: no-repeat;
            background-attachment: fixed;
           background-image: url("https://images.cnblogs.com/cnblogs_com/XiangZiPeng/1665946/o_200310063442o_1912111431072012070515200844230%20(1).jpg");
        }
        #home {
            width: 80%;
        }
   .cnblogs_code 
   {
     background-color: transparent;
   }
        #mainContent {
            width: 75%;
            background-color: rgba(255, 255, 255, 0.5);
        }
.cnblogs_code div {
    background-color: transparent;
}
        #main {
            background-color: rgba(255, 255, 255, 0.5);
        }

        #navigator {
            background-color: transparent;
        }

        .postTitle a:link, .postTitle a:visited, .postTitle a:active {

            transition: all .4s linear 0s;
        }