.github-banner {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  cursor: pointer;
}
#sideBar {
  width: 240px;
  float: right;
}
#mainContent .forFlow {
  padding-right: 260px;
}
#books img {
  border: 1px solid #CCC;
  margin: 2px;
  width: 63px;
  height: 85px;
}
#repos .repo-list-item {
  border: 1px solid #CCC;
  border-bottom: none;
  padding: 3px 35px 3px 5px;
  margin: 0 2px;
  position:relative;
}
#repos .repo-list-item:last-child {
  border-bottom: 1px solid #CCC;
}
#repos .repo-list-name {
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://cdn.bootcss.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot);
    src: url(https://cdn.bootcss.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(https://cdn.bootcss.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(https://cdn.bootcss.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff) format('woff'), url(https://cdn.bootcss.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(https://cdn.bootcss.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
#repos .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
#repos .glyphicon-star:after {
    content: "\e006"
}
#repos .star {
  position: absolute;
  top: 20px;
  right: 5px;
  color: #888;
}
#repos .star-number {
  margin-right: 3px;
}
#repos .description {
  color: #888;
}
#div_digg {
position: fixed;
    right: 265px;
    bottom: 0;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #aaa;
    z-index: 10;
}
#blogTitle {
    background: url(https://images.cnblogs.com/cnblogs_com/CraryPrimitiveMan/825245/o_title-yellow.png);
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}
#lnkBlogLogo {
    height: 200px;
}
#blogTitle h1 {
    font-size: 270%;
    padding-top: 50px;
    padding-left: 68px;
}
#Header1_HeaderTitle {
    color: #fff;
}