
/*页面大小*/
#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #ffffeeed;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}

/*名字字体*/
#blogTitle h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
/*签名字体*/
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 1.28571429rem;
    line-height: 1.846153846;
    color: #333;
    float: left;
}

/*侧边栏*/
#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}
#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0 20px 0 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff0;
    margin-bottom: 35px;
    word-wrap: break-word;
}

/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}


/* 定制博客背景图片，url里面是你的图片位置信息 */

body { 
     background-color: #efefef;
     background-image:url(https://images.cnblogs.com/cnblogs_com/zhanghad/1659275/o_2003020909535.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
    padding-top:0px;
  }

/*妹纸*/
canvas#live2dcanvas {
border: 0 !important;
left: 0;
}

