#blogTitle h1 a
{ 
    background: linear-gradient(to right, #ff0000, #ffff00); 
    -webkit-background-clip: text;
    color: transparent;
}
#blogTitle h2
{
    margin-left:227px;
    margin-top:-138px;
}
/*日历样式微调*/
td.CalNextPrev{
    text-align:center;
    padding:1px;
}
td.CalTodayDay{
    background:lightsalmon;
}
td.CalTodayDay u{
     text-decoration:none;
}
/*返回顶部功能*/
.toTop{
    background-color: gray;
    color: white;
    z-index: 100;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    margin-left: 320px;
    margin-top: 140px;
    text-align: center;
    cursor: pointer;
}
/*积分排名，样式假装隐藏*/
.catListBlogRank ul {
    border-width: 0px !important;
}
#sidebar_scorerank .catListTitle,#sidebar_scorerank .liScore,#sidebar_scorerank .liRank {
    background-color: #f0eef5 !important;
    border-width: 0px !important;
    color: #f0eef5 !important;
}
/*博客展示样式自定义*/
.eptg-panel {
    background-color: #f2f2f2;
}
.eptg-content {
    border: 1px #e6e6e6 solid;
    background-color: white;
    padding: 5px 10px;
    padding-left: 20px;
    margin-top: 10px;
    margin-right: 40px;
}
.eptg-div {
    padding-top: 15px;
}
.eptg-li {
    padding-bottom: 15px;
}
.eptg-title {
    color: white;
    border: 1px #e6e6e6 solid;
    background-color: #169fe6;
    padding: 5px 10px;
    padding-left: 20px;
    line-height: 40px;
    height: 40px;
}
