/* 签名 */
div#MySignature
{
    background-color: #F8F8EE;
    border: solid 1px #E8E7D0;
    padding: 5px 10px 0px 10px;
    min-height: 10px;
    color: #666;
    display: block;
    font: 14px Georgia, "Times New Roman" , Times, san-serif;
    line-height: 1.8;
    text-align: left;
    text-indent: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
div#MySignature p a
{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    outline: none;
    text-decoration: none;
}
div#MySignature a:link,div#MySignature a:visited
{
    color: #3D81EE;
}
div#MySignature img
{
    border: 0px;
    margin: 16px 8px 0 0;
}
div#MySignature a:link img,div#MySignature a:visited img
{
    background-color: white;
    border-color: #DDD;
}
/* 目录标题 */
div.post h2
{
    font-size: 22px;
    line-height: 100%;
}
/* 文中标题 - 1级 */
div.post div.entry h1
{
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    background: #808080;
    margin-top: 15px;
    margin-bottom: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    font-family: "Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
}
/* 文中标题 - 2级 */
div.post div.entry h2
{
    font-family: 'Microsoft Yahei';
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    color: white;
    background: #999999;
    border-radius: 4px;
    clear: both;
}
/* 文中标题 - 3级 */
div.post div.entry h3
{
    font-family: 'Microsoft Yahei';
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.8;
    color: Black;
    background: #CCCCCC;
    border-radius: 4px;
    clear: both;
}
/* 绿色通道 */
#green_channel
{
    position: fixed; 
    right:10px;
    width:370px;
    text-align:right;
    bottom:10px;
    background-color:#ffffff;
    padding:5px 2px;
}
#green_channel_weibo
{
    display:none !important;
}
/* 回到顶部 */
#back-top
{
    position: fixed;
    bottom: 40px;
    right: 10px;
    opacity:0.75;
}
#back-top a
{
    width: 108px;
    width: 32px\9;
    display: block;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
/* arrow icon (span tag) */
#back-top span
{
    width: 108px;
    width: 32px\9;
    height: 108px;
    display: block;
    margin-bottom: 7px;
    background:#ddd url(https://images.cnblogs.com/cnblogs_com/horan/356447/r_Top.png) no-repeat center center;
    background-color: transparent\9;

    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span
{
    background-color: #808080;
    background-color: transparent\9;
}
/* 页脚 */
#footer
{
    position: static;
}