分类: *博客教程* -欢迎学习- |
别急文章专辑处还没有改呢~
下面就是diy文章专辑处的css
<div> </div>
<style type=text/css>
.serial{width:600px !important;}
.serial table{width:600px !important;}
.serial .listTitle a{width:600px
!important;}
.serial .W336{width:350px !important;}
.serial .title{color:#f00 !important;}
#commentText专集ID{color:#f00
!important;}
.serial .list a{color:#f00 !important;}
.serial .listTitle a{color:#f00 !important;}
.serial .list td{color:#f00 !important;}
.serial .listNo{color:#f00 !important;}
.serial .W336{color:#f00 !important;}
.serial .outline{color:#f00 !important}
.serial .W336 a{color:#f00 !important;}
.serial .outline a{color:#f00 !important}
.serial .total{border-top:1px dashed #f00
!important;border-bottom:1px dashed #f00
!important;}
数:** 篇”上下虚线的样式,其中border-top表示上虚线,border-bottom表示下虚线,1px表示虚线粗细,数值越大越粗;dashed表示虚线,实线的话则用solid;#f00表示虚线的颜色
.serial table td{color:#f00 !important;}
.serial .box a{color:#f00 !important;}
.serial table a{color:#f00 !important;}
.serial .box a{color:#f00 !important;}
.serial .picBox,.serial
.pic{width:180px!important;height:240px!important;float:left!important;}
.serial .up{background:url("专集标题上翻时背景") no-repeat
center !important;}
.serial .down{background:url("专集标题下翻时背景") no-repeat
center !important;}
.serial .syshand .up{background:url("专集标题上翻时背景")
no-repeat center;}
.serial .syshand .down{background:url("专集标题下翻时背景")
no-repeat center;}
.serial .comm{background:url(背景图片地址) no-repeat
!important;}
</style>
|