Difference between revisions of "User:Smashman/vector.css"

From Team Fortress Wiki
Jump to: navigation, search
Line 9: Line 9:
 
height:24px;
 
height:24px;
 
background-image:url(http://dl.dropbox.com/u/1961029/btn_buynow.png);
 
background-image:url(http://dl.dropbox.com/u/1961029/btn_buynow.png);
 +
}
 +
.buy_item a {
 +
height:24px;
 
}
 
}
 
.btn:hover {
 
.btn:hover {

Revision as of 08:50, 2 December 2011

.btn {
display: block;
background-repeat: no-repeat;
background-position: top;
margin:0px 0px 0px 0px;
}
.buy_item {
width:97px;
height:24px;
background-image:url(http://dl.dropbox.com/u/1961029/btn_buynow.png);
}
.buy_item a {
height:24px;
}
.btn:hover {
background-position:bottom;
}
.buy_txt {
display: block;
position:relative;
color:white;
font-family:Arial;
font-size:12px;
top:2px;
left:24px;
width:70px;
text-align:center;
}
.btn a:hover {
text-decoration:none;
}