body{
background:url(https://images.cnblogs.com/cnblogs_com/Chen-XiaoJun/874707/o_bg.jpg);
background-size:100%;
}
#header #navigator{
background:rgba(255, 255, 255,0.3)!important;
}
#main,#mainContent{
background:rgba(255, 255, 255,0.8)!important;
}
#blogTitle h1 a{
font-size:50px;
}
#blogTitle h1 a:hover{
text-decoration:none;
color:black;
}
#blogTitle h2{
font-size:16px;
margin-top:1em;
margin-left:2.5em;
}

.newsItem .catListTitle{
background:#FFD39B;
border-radius: 5px;
outline: none;
}

#blog-sidecolumn .catListTitle{
background:#FFD39B;
border-radius: 5px;
outline: none;
}

input {
background-color:#FFD39B;
border-radius: 5px;
outline: none;
}

.CalTitle{
background:#FFD39B;
}

#navigator #navList li a{
font-size:16px;
}
#navigator #navList li a:hover{
text-decoration:none;
}

.cnblogs_code{
background-color:#FFDEAD;
}
.cnblogs_code div{
background-color:#FFDEAD;
}

textarea {
background-color:#FFE4C4;
}
.postDesc{
color:#545454;
}



       #navList a{
            display: inline-block;
            margin-left:5px;
            outline: none;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 400;
            text-shadow: 0 0 1px rgba(0,0,0,0.3);
            font-size: 1.35em;

        }
        #navList a::before{
            margin-right: 10px;
            content: '[';
            transform: translateX(20px);
        }
        #navList a::after{
            margin-left: 10px;
            content: ']';
            transform: translateX(-20px);
        }
        #navList a::before,a::after{
            display: inline-block;
            opacity: 0;
            transition: transform 1.3s, opacity 1.2s;
        }
        #navList a:hover::before{
            transform: translateX(-20px);
        }
        #navList a:hover::after{
            transform: translateX(20px);
        }
        #navList a:hover::before,a:hover::after{
            display: inline-block;
            opacity:1.0;
            transition: transform 1.3s, opacity 1.2s;
        }
.postTitle{font-size:18px;}

#sidebar_articlecategory,.mySearch{display:none;}

.cnblogs_code_copy img{display:none;}

#homepage1_HomePageDays_DaysList_ctl00_ImageLink,#homepage1_HomePageDays_DaysList_ctl01_ImageLink,#homepage1_HomePageDays_DaysList_ctl02_ImageLink{display:none;}

#sideBar{display:none;}

#mainContent{width:100%;}

#cnblogs_post_body img{min-width:100%}