/* 隐藏讨厌的东西 */
#relative_search,.c_ad_block{ display:none; }
/* 拉宽文本框 */
div.commentform textarea { width:100%; }
.postTitle, .postTitle h1 { padding-left:0px; }
#main { margin-left:15px; }
#MySignature{
background:url("https://images.cnblogs.com/cnblogs_com/zhangziqiu/173634/r_o_info.png") no-repeat scroll 1% 50% #FFFEEE;
border:1px dashed #E0E0E0;
padding:10px 10px 10px 60px;
}


#mylinks{
    position: relative;
    padding: 10px 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    border-radius : 10px;
    -moz-border-radius : 10px;
    -webkit-border-radius : 10px;
 background : rgb(64,181,197);
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(64,181,197)), to(rgb(7,165,187)));
    background : -moz-linear-gradient(top, rgb(64,181,197), rgb(7,165,187));
    border: 1px solid #2f8893;
    height: 18px;
}

#mylinks a {
    padding: 5px 20px;
    text-align: center;
    }

#mylinks a:hover {
   border-radius : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    background : rgba(0,0,0,.20);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
text-decoration: none;
    }

#mystats
{
display:none;
}