主要参考:http://www.cnblogs.com/houkai/p/3394402.html


 


 以下代码插入到【管理】-->【设置】-->【博客设置】-->【页面定制CSS代码】中:

.postTitle  {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#aaa));
    background: -ms-linear-gradient(#eeeeee 0%,#aaaaaa 100%);
    background: -moz-linear-gradient(top, #eee, #aaa);
    font-size: 18px;
    margin-bottom: 3px;
}
#topics .postTitle  {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    float: right;
    line-height:2.5em;font-size: 18px;
    width: 100%;
    clear:both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #390;
    transition:all 0.4s linear 0s
}
.postTitle  a:hover {
    color: #F60;
    text-decoration: none;margin-left: 10px;
}

.entrylistPosttitle {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#aaa));
    background: -ms-linear-gradient(#eeeeee 0%,#aaaaaa 100%);
    background: -moz-linear-gradient(top, #eee, #aaa);
    font-size: 18px;
    margin-bottom: 3px;
}
#topics .entrylistPosttitle {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    float: right;
    line-height:2.5em;font-size: 18px;
    width: 100%;
    clear:both;
}
.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .postTitle2 a:active {
    color: #390;
    transition:all 0.4s linear 0s
}
.entrylistPosttitle   a:hover {
    color: #F60;
    text-decoration: none;margin-left: 10px;
}
View Code

相关文章:

  • 2021-09-25
猜你喜欢
  • 2021-05-21
  • 2021-06-14
  • 2021-12-18
  • 2022-12-23
  • 2022-02-25
  • 2021-08-26
  • 2021-11-17
相关资源
相似解决方案