/*************************主题大小********************************/
body{ 
/** background: url(https://images.cnblogs.com/cnblogs_com/chuanwazi/1126343/o_bj.jpg) no-repeat center center fixed;**/
 background-color:     #F7F7F7;
/**翻转*/
/** -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);  
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);  
    transform: matrix(-1, 0, 0, 1, 0, 0);  
    -o-transform: skew(0deg, 180deg) scale(-1, 1);  
    filter:progid: DXImageTransform.Microsoft.BasicImage(mirror=1);  **/
}
#home{
  width:75%;
}
/*------------------------------ banner头信息 --------------------------*/
/*设置文本选中颜色，看起来更酷一些*/
::selection { 
    color:white;
    background-color:#334960;
}
::-moz-selection { 
    color:white;
    background-color:#334960;
}
::-webkit-selection { 
    color:white;
    background-color:#334960;
}

/*导航栏项连接*/
#navList a:hover {
    
}

/*-------------------------------- 主内容面板 ----------------------------------------*/
/*主面板*/
#main {
   
}
/*内容面板*/
#mainContent {
   /* float: right;*/
    width:100%;
   margin-right:20px;
}

/** 头部分页隐藏*/
#homepage_top_pager{
     display:none;
}

/*---------------------------------- 查看博文详细页面 --------------------------------------*/

/*下方的作者信息*/
#author_profile {
    float: left;
    /*width: 280px;*/
    width: 30%;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    margin-left: 0;
    font-size: 12px;
}

/*推荐图标，这个东西默认是右浮动的，郁闷又没人给我推荐我还要处理它好想直接display:none算了...*/
#div_digg {
   display:none;
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    /*width: 125px;*/
    width: 33%;
    text-align: center;
    margin-top: 10px;
}
/*推荐小手图标*/
.diggit {
    display:none;
    float: left;
    width: 46px;
    height: 52px;
    background: url('https://static.cnblogs.com/images/upup.gif') no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}
/*反对小手图标*/
.buryit {
    display:none;
    /*float: right;*/
    float:left;
    margin-left: 20px;
    width: 46px;
    height: 52px;
    b