/*页面背景*/
body {
  background-image: url(https://www.cnblogs.com/skins/BlueSky/images/bg.gif);
  background-repeat: repeat;
  background-color: #fffdfa;
  background-attachment: fixed;
}
/*引用*/
blockquote {
  width: 90% !important;
  margin: 10px auto 0 !important;
  padding: 10px 0 10px 50px !important;
  color: #666 !important;
  background: white url(/images/blockquote.gif) top left no-repeat !important;
  border: 2px solid #efefef !important;
}
/*公告栏*/
.my_news {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  color: #7e8c8d;
  font-size: 13px;
  line-height: 1.8;
  border: 1px solid #dedede;
}
/*广告*/
#ad_t2,
#cnblogs_c1,
#under_post_news,
#cnblogs_c2,
#under_post_kb {
  /*display: none;*/
}
#div_digg{
  margin-right: 0;
}
.diggit{
  float: right;
}
.buryit {
  display: none;
}
#green_channel{
  width: auto;
  position: fixed;
  left: 0;
  right: 0;
  margin-bottom: 0;
  background-color: #fff;
  bottom: 0;
}
/*导航*/
#navList a:link{
  text-shadow: none;
}
/*头部*/
#header{
  background: none;
}
/*博客标题*/
#blogTitle{
  height: 100px;
  padding-top: 15px;
  padding-bottom: 5px;
  background-image: none;
  width: 1320px;
}
#navList{
  width: 1320px;
}
#blogTitle h1{
  top: 0;
  height: auto;
  line-height: normal;
  text-align: left;
  background-image: none;
}
#blogTitle h1 a{
  top: 0;
  color: #169fe6;
}
#blogTitle h2{
  top: 0;
  height: auto;
  color: #45bcf9;
}
/*#blogTitle h1 a, #blogTitle h2{
  color: blueviolet;
}*/
/*主体*/
#main{
  max-width: 1320px;
  flex-direction: row-reverse;
}
#mainContent{
  /*flex: 0 0 1040px;*/
  flex: auto;
  max-width: 1040px;
}
#sideBar{
  /*flex: 0 0 260px;*/
  flex: auto;
  min-width: 230px;
  max-width: 260px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1040px) {
  #sideBar{
    display: none;
  }
  #mainContent{
    flex: auto;
  }
  #blogTitle h1{
    padding-top: 0!important;
  }
  #blogTitle h1 a{
    top: 0!important;
  }
  #blogTitle h2{
    padding: 0!important;
  }
}

@media screen and (max-width: 1365px) {
  .github-corner{
    display: none;
  }
}

.github-corner svg {
    fill: #169fe6;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 0;
    border: 0;
    left: 0;
    transform: scaleX(-1);
}