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

From Team Fortress Wiki
Jump to: navigation, search
Line 14: Line 14:
 
}
 
}
 
.buy_txt {
 
.buy_txt {
text-decoration:none;
 
 
display: block;
 
display: block;
 
position:relative;
 
position:relative;
Line 22: Line 21:
 
top:2px;
 
top:2px;
 
left:36px;
 
left:36px;
 +
}
 +
.buy_txt a {
 +
text-decoration:none;
 
}
 
}

Revision as of 08:09, 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);
}
.btn:hover {
background-position:bottom;
}
.buy_txt {
display: block;
position:relative;
color:white;
font-family:Arial;
font-size:12px;
top:2px;
left:36px;
}
.buy_txt a {
text-decoration:none;
}