分类: *博客教程* -欢迎学习- |
还得补充一下~这样就无懈可击了~
diy各处虚线和超链接变色的css
各处虚线的css
<div> </div>
<style
type="text/css">
.photo .infoText{border-top:1px dashed #f00;border-bottom:1px
dashed #f00;}
.links .dashed{border-bottom:1px dashed
#f00;}
.feeds .dashed{border-bottom:1px dashed
#f00;}
.aList .solid{border-bottom:1px dashed #f00
!important;}
.serial .total{border-top:1px dashed #f00
!important;border-bottom:1px dashed #f00
!important;}
.gbook .title{border-top:1px dashed #f00
!important;}
.gbook .dashed{border-top: 1px dashed #f00
!important;}
.gbook .login div{border-top:1px dashed #f00
!important;}
.gbook .postFSet{border:1px dashed #f00
!important;}
.dashed{border-bottom:1px dashed #f00
!important;}
</style>
|
超链接变色的css
<div> </div><style
type="text/css">
.banner .link a:hover{color:#f00;}
.menu a:hover{color:#f00;}
.menu .text a:hover{color:#f00;}
—菜单部分“登录、注册、搜索、帮助”,无HOME
.menu .home a:hover{color:#f00;} —菜单部分“HOME”
.add a:hover{color:#f00;}
.feeds .title a:hover{color:#f00;}
.feeds .function a:hover{color:#f00;}
.feeds .text a:hover{color:#f00;}
.feeds .page a:hover{color:#f00;}
.photo .infoText a:hover{color:#f00;}
.links td a:hover{color:#f00;}
#zone你的博客ID a:hover{color:#f00;}
#labelFM000011 a:hover{color:#f00;}
.gbook a:hover{color:#f00!important;}
.gbook .page a:hover{color:#f00!important;}
.gbook .text a:hover{color:#f00!important;}
.aList .list a:hover{color:#f00!important;}
.aList .page a:hover{color:#f00!important;}
.serial .list a:hover{color:#f00!important;}
.serial .outline a{color:#f00!important}
.serial table a:hover{color:#f00!important;}
</style>
|