[quote=teguh0203]kok gak ada y, coba tracker.css nya
maklum gue belum nyoba yang 2.3.5
[/quote]
yg ini
[spoiler]body {
border:none;
font-size: 11px;
font-family: arial;
background: transparent;
color: #00ff33;
overflow-y: hidden;
margin: 0px;
padding: 0px;
}
a:link, a:visited, a:active {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #ff00ff;
font-weight: bold;
}
a.action:link, a.action:visited, a.action:active, a.action:hover {
color: #ff00ff;
}
.pageselected:link,.pageselected:visited,.pageselected:active {
color: #ff0000;
text-decoration: underline;
}
/* image opacity */
a img {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
a:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
/* content */
.content {
margin-left: 2px;
display: inline-block;
float: left;
}
/*img*/
.imgblock {
display: inline-block;
float: left;
background-color: #d7d7d7;
overflow: hidden;
height:98px;
width:78px;
text-align: center;
margin-right: 1px;
margin-left: 1px;
border: 8px solid #e5e5e5;
}
img {
height: 98px;
border: 0px;
}
/*row*/
.stxt0 {
padding-bottom: 4px;
padding-top: 4px;
width: 100%;
background: transparent;
}
/*alternate row*/
.stxt1 {
padding-top: 4px;
padding-bottom: 4px;
width: 100%;
background: transparent;
}
/* footer */
#footer {
text-align: center;
}
#copyright {
border: 2px solid #ff0000;
}
/* misc */
#offline {
font-size: 11px;
font-weight: bold;
}
#records {
font-size: 11px;
}
#namef {
font-size: 11px;
}
#misc {
font-size: 10px;
font-weight: bold;
}
.strong {
font-weight: bold;
font-size: 11px;
}
.onlinenow {
width:80px;
height:20px;
}
/* Version 2.4 Feature */
.contentslide{
border: 2px solid #ff0000;
border-bottom-width: 6px;
padding: 5px;
height: 100%;
}
.contentslide .opacitylayer{
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.contentslide .contentdiv{
display: none;
}
.pagination{
text-align: right;
background-color: transparent;
border: 1px solid #ff0000;
border-width: 0 2px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
border-bottom-width: 1px;
}
.pagination a{
padding: 0 5px;
text-decoration: none;
color: #ff0000;
background-color: transparent;
}
.pagination a:hover, .pagination a.selected{
color: #ff0000;
background-color: #ff00ff;
border: 1px #ff0000 solid;
}[/spoiler]