Làm sao để chỉnh lại mục Friend Lists, Latest Comments và Recent Visitors ở sidebar khi không dùng skin mặc định của Opera?
Saturday, April 28, 2007 2:53:40 AM
Bạn hãy copy và paste đoạn mã sau vào user.css:
//* :: LATEST COMMENTS + RECENT VISITORS :: */
#side .userlist li {
list-style-position: outside;
list-style:none;
}
#newcomments .userpic {
margin:0 1px 0 5px;
float:right;
}
.userpic {
border:1px solid #fff;
}
#newcomments li {
border-bottom:1px dotted #aaa;
}
#newcomments li, #visitors li {
clear:both;
padding:6px 0;
}
#visitors li {
height:32px;
}
#newcomments a.usertext:link, #newcomments a.usertext:visited {
color:#333;
}
#side .userlist a {
text-decoration:none;
}
#side .userlist a:hover {
text-decoration:underline;
* :: FRIENDS IN SIDEBAR :: */
#friendz img {
display:block;
width:88px;
height:66px;
}
#friendz li {
float:right;
width:88px;
overflow:hidden;
margin:0;
}
#friendz li.first {
clear:both;
float:left;
}













