#blogTitle h1 {
    font-size: 30px;
    margin-top: 0px;
}
/*页面顶部作者名颜色*/
#blogTitle h1 a {
    color: #ff3478;
}

/*取消标题向右浮动*/
.postTitle a:link {
    transition: none;
}
.postTitle a:hover {
    margin-left: 0px;
}
.postTitle {
    border-left: 3px solid #EEE;
     font-size: 20px;
}
 
.postTitle a:link, 
.postTitle a:visited, 
.postTitle a:active {
    color: #2234ee;
    font-size: 20px;
}
 
.postTitle a:hover {
    color: #ffaaaa;
}

