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

From Team Fortress Wiki
Jump to: navigation, search
(Undo edit by Smashman (Talk) (845184))
Line 22: Line 22:
 
top:2px;
 
top:2px;
 
left:24px;
 
left:24px;
width:70px;
+
min-width:70px;
 
text-align:center;
 
text-align:center;
padding:0px 5px;
 
 
}
 
}
 
.btn a:hover {
 
.btn a:hover {
 
text-decoration:none;
 
text-decoration:none;
 
}
 
}

Revision as of 09:30, 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 {
height:22px;
display: block;
position:relative;
color:white;
font-family:Arial;
font-size:12px;
top:2px;
left:24px;
min-width:70px;
text-align:center;
}
.btn a:hover {
text-decoration:none;
}