body,html{
   width: 100%;
   height: 100%;
}
a:hover {
   text-decoration: none !important;
}
#navList a:hover{
   transition: all 0.2s;
   font-size: 20px;
   color: orange;
}

#home{
   width: 100%;
}

body{
   font-size: 16px;
   background: url("https://img2018.cnblogs.com/blog/1634174/201903/1634174-20190318094301076-113448430.jpg") top center no-repeat #000 / 100% 80%;;
}  


#sideBar{
   margin-left: 0;
}

#home #mainContent{
   width: none;
}
#home #main #mainContent{
   width: 82%;
}
#p_b_follow a{
   color: red;
   font-size: 20px;
}
#MySignature{
   color: red;
}
#ad_t2{
  display: none;
}
#opt_under_post{
  display: none;
}
#cnblogs_c1{
  display: none;
}
#under_post_news{
  display: none;
}
#cnblogs_c2{
  display: none;
}
#HistoryToday{
  display: none;
}
#under_post_kb{
  display: none;
}
#navigator {
    background: rgba(0, 134, 135, 0);
}
#sidebar_recentposts{
    font-size: 12px;
}
#green_channel #green_channel_follow {
    background-color: #e33100;
    position: fixed;
    bottom: 20px;
    right: 50px;
    width: 100px;
    z-index: 1000000000;
}
code{
    width:100%;
}

        #blogbox{
            width: 100%; 
            height: 100%;
            position: fixed;
            top: 0;
            left:0;
            background-color: white;
            z-index: 10000;
        }

        #blogbox .boxleft {
            width: 20%;
            height: 100%;
            float: left;
            overflow-y: auto;
        }

        #blogbox .headitem {
            border-top: 2px solid #1fa6e6;
            border-bottom: 2px solid #1fa6e6;
        }  

        #blogbox .headitem .headtitle {
            display:block;
            line-height: 50px;
            padding-left: 10px;
            transition: all 0.5s;
        }

        #blogbox .headitem .headtitle:hover,#blogbox .headitem .headsubtitle:hover  {
            background: #e2dddd;
        }

        #blogbox .headitem .headsubtitle{
            display:block;
            line-height: 50px;
            padding-left: 40px;
            transition: all 0.5s;
        }

        #blogbox .boxright{
            width: 80%;
            height: 100%;
            float:right;
            overflow-y: auto;
        }

        #blogbox .boxright .blogindex{
            float:right;
            width:120px;
            height:48px;
            background:rgba(0,147,255,1);
            border-radius:4px;
            color: white;
            text-align: center;
            line-height: 48px;
            position: fixed;
            top: 20px;
            right: 50px;
            z-index: 100000000000
        }

        #blogbox .boxright .blogcontent{
            padding-left: 10px;
        }
#blogbox .boxright .blogcontent .explain, #blogbox .boxright .blogcontent .code {
            font-size: 12px;
background-color: #f9f9f5;
        }