body {
     background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/duangL/1571780/o_1.jpg') fixed no-repeat;
    background-position: 50% 5%; 
    background-size: cover;
    color:#2F4F4F;
 }
#navigator{
background-color:rgba(255,255,255,0);
border:0px ;
}
#blogTitle {
    background: rgba(255,255,255,0);
    height: 200px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/*导航菜单*/
#navList a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0);
    color: red;
}
/*侧边*/
/*公告*/
#profile_block {
    background: rgba(255,255,255,0.5);
    padding: 20px;
    color: #000;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0 !important;
    border: 1px solid #dedede;
}
#profile_block a{
color:#000;
}
#sidebar_news{
 background: rgba(255,255,255,0);
}
#sidebar_search{
display:none;
}
/*侧边日历背景*/
#blog-calendar{
background:rgba(255,255,255,0.5);
}
/*侧边栏背景*/
.sidebar-block {
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.5);
}
/*侧边 照片*/
#sidebar_imagecategory{
display:none;
}
.sidebar-block h3 {
    font-size: 18px;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    border: 0px solid #169fe6;
 font-weight: normal;
}
.catListTitle {
    font-size: 18px;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    border: 0px solid #169fe6;
}
/**/
.catListView {
    background: rgba(255, 255, 255, 0);
    margin-top: 20px;
}
/*这是每日随笔背景*/
.day {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: -1px;
    color: white;
transition-duration:0.5s;
}
.day:hover {
    border: 1px solid #fff;
background: rgba(0,0,0,0.8);
    position: relative;
    z-index: 10;
}
.day:hover .postSeparator {
    border-top: 1px dashed #fff;
}
/*以下为中间文章*/
.day .postTitle2 {
    color: whitesmoke;
}
.c_b_p_desc {
    font-size: 14px;
    color: white;
    line-height: 200%;
}
.dayTitle {
    color: #fff;
    background-color: rgb(153,169,169);
    padding: 3px 6px;
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 10px;
    z-index: 10px;
}
/*最新评论*/
#sidebar_recentcomments{
display:none;
}
/*最热评论*/
#sidebar_topcommentedposts{
display:none;
}
/*侧边字体  具体到a标签*/
.sidebar-block ul li a {
    color: #fff;
    text-decoration: none;
}
/*去广告*/
#ad_t2{
display:none;
}
#cnblogs_c1{
display:none;
}
.c_ad_block{
display:none;
}
/*去除顶部 分页*/
#homepage_top_pager{
display:none;
}

/*随便分类*/
/* 标题*/
.entrylist h1 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #fff;
}
/*内容*/
.entrylistItem:hover {
background: rgba(0,0,0,0.8);
    border: 1px solid #dedede;
    position: relative;
    z-index: 10;
}
.entrylistItem {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: -1px;
}
/*内容标题*/
.entrylistItemTitle {
    color: #fff;
}
.entrylistItemTitle:link{
    color: #fff;
}
.entrylistItemTitle:visited{
    color: #F5DEB3;
}

/*评论*/
#divCommentShow{
background:rgba(255,255,255,1);
}
#comment_nav{
background:rgba(255,255,255,0.5);
}