精通 CSS+DIV 网页样式与布局 146

来源:互联网 发布:it服装 编辑:程序博客网 时间:2024/06/07 04:58

parameter a.author1:link{

color:#d8924d;
font-size:12px;
text-decoration:none;
}

parameter a.author1:visited{

color:#b37941;
font-size:12px;
text-decoration:none;
}

parameter a.author1:hover{

color:#74b8ff;
font-size:12px;
text-decoration:none;
}

lstatistics h3{

height:0px;
}

lhotblog h3{

background:url(lhotblog.jpg) no-repeat;
}

lrecent h3{

background:url(lrecent.jpg) no-repeat;
}

lapply h3{

background:url(lapply.jpg) no-repeat;
}

lhotblog span a, #lrecent span a, #lapply span a{

float:right;
text-align:right;
padding-top:8px;
padding-right:8px;
margin-bottom:5px;
}

lstatistics, #lhotblog, #lrecent, #lapply{

position:relative;
clear:both;
}

lstatistics ul, #lhotblog ul, #lrecent ul, #lapply ul{

list-style-type:none;
padding-top:12px;
padding-left:10px;
padding-right:5px;
margin:0px;

0 0