Heres a listing of the 3.0 New Skin Elements to be added to any NON-stock Skin
in stylesheet.css change
Code:
.post-buttons{
position:relative;
font-size:12px;
padding:6px 10px 6px 5px;
background:none;
margin:0;
}
to
Code:
.post-buttons{font-size:12px;
padding:6px 10px 6px 5px;
background:none;
margin:0;
}
and add
Code:
#sddm { margin: 0;
padding: 0;
z-index: 30
}
#sddm li {
margin: 0;
padding: 0;
list-style: none;
float: left;
font: bold 11px arial
}
#sddm li a {
display: block;
margin: 0 1px 0 0;
padding: 2px 2px;
width: 70px;
background: #4C93BF url(theader.gif) repeat-x top;
color: #FFFFFF;
text-align: center;
text-decoration: none
}
#sddm li a:hover {
background: #F8A22E url(theader-h.gif) repeat-x top;
}
#sddm div {
position: absolute;
visibility: hidden;
margin: 0;
padding: 0;
background: #EAEBD8;
border: 1px solid #5970B2
}
#sddm div a {
position: relative;
display: block;
margin: 0;
padding: 2px 2px;
width: auto;
white-space: nowrap;
text-align: left;
text-decoration: none;
background: #F4F4F4;
color: #6D7A81;
font: 11px arial
}
#sddm div a:hover {
background: #FF9900 url(theader-h.gif) repeat-x top;
color: #FFFFFF;
}
.rank_good {
background-image:url(rank_good.gif);
background-repeat:no-repeat;
}
.rank_bad {
background-image:url(rank_bad.gif);
background-repeat:no-repeat;
}
.rank_empty {
background-image:url(rank_empty.gif);
background-repeat:no-repeat;
}
.nobutton {
border: 0px;
padding:0px;
background: transparent;
font-size: 12px;
font-weight:bold;
text-transform:uppercase;
}
.nobutton:hover {
border: 0px;
background: transparent;
color: #FFFFFF;
cursor: pointer;
}
.nobutton:active {
border: 0px;
background: transparent;
color: #FFFFFF;
cursor: pointer;
}
also find
Code:
.comments:link, .comments:visited{background-position: 0px -420px;}
.comments:hover{background-position: 0px -420px; text-decoration: underline;}
.comments span{padding: 0px 10px 0 0;}
add below it
Code:
.moderate_post:link, .moderate_post:visited{background-position: 0px -481px;}
.moderate_post:hover{background-position: 0px -481px; text-decoration: none;}
.moderate_post span{display:none;}
.rate_post:link, .rate_post:visited{background-position: 0px -511px;}
.rate_post:hover{background-position: 0px -511px;}
.rate_post span{display:none;}
...
also need to add some rank graphics to your skin.. you can use these