body,html{
   width: 100%;
   height: 100%;
}
.postBody h1, .postBody h2, .postBody h3, .postBody h4, .postBody h5, .postBody h6 {
  font-weight: 700 !important;
  color: #007979 !important;
  text-align: left !important;
  margin: 1.5em 5px !important;
  padding: .5em 0 !important;
  border-bottom: 1px solid #eee !important;
}
.postBody strong {
  color: red;
}
.postBody blockquote {
    background: none !important;
}
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-image: url(https://img2018.cnblogs.com/blog/1634174/201903/1634174-20190318094301076-113448430.jpg) !important;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top -700px right;
   font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
}

li {
    line-height: 24px !important;
    margin-bottom: 5px !important;
    font-size: 13px;
}

#sideBar{
   margin-left: 0;
}

#home #mainContent{
   width: none;
}
#home #main #mainContent{
   width: 100vw;
}
#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: 13px;
}
#green_channel #green_channel_follow {
    background-color: #e33100;
    position: fixed;
    bottom: 20px;
    right: 100px;
    width: 100px;
    z-index: 1000000000;
}
code{
    width:100%;
    border: none !important;
}
pre {
  background: #f2f2f2 !important;
  padding: 12px 13px;
  line-height: 24px !important;
  border-radius: 3px;
  word-wrap: break-word;
  overflow: scroll;
  font-size: 13px;
  color: #333;
}
.language-txt{
    font-size: 13px;
    font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
}

#blogbox{
  width: 100%; 
  height: 100%;
  position: fixed;
  top: 0;
  left:0;
  background-color: white;
  z-index: 10000;
}

#blogbox li {
  margin: 0;
}

#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;
}
#profile_block{
  margin-top: 5px;
  line-height: 1.5;
  text-align: left;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 200px;
  z-index: 1000000000;
  color: orange;
  font-weight: bold;
}
#profile_block a{
  color: orange;
  font-weight: bold;
}
#sidebar_postcategory {
  position: fixed;
  right: 50px;
  bottom: 150px;
  width: 200px;
}
#sidebar_news {
  position: fixed;
  right: 50px;
  bottom: 300px;
  width: 200px;
}