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

From Team Fortress Wiki
Jump to: navigation, search
(Much nicer spacing between navbox and information. Proposing for all users http://imgur.com/a/vXASD)
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
.btn {
+
table.navbox {
display: block;
+
margin-top:1em;
background-repeat: no-repeat;
 
background-position: top;
 
margin:0px 0px 0px 0px;
 
}
 
.buy_item {
 
width:97px;
 
height:24px;
 
background-image:url(http://tf2.com/images/btn_buynow.png);
 
}
 
.btn:hover {
 
background-position:bottom;
 
}
 
.buy_txt {
 
color:white;
 
font-face:Arial;
 
font-size:10px;
 
top:7px;
 
left:36px;
 
 
}
 
}

Latest revision as of 16:26, 21 June 2014

table.navbox {
	margin-top:1em;
}