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)
 
(27 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://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;
 
}
 
a:hover .buy_txt {
 
text-decoration:none;
 
 
}
 
}

Latest revision as of 16:26, 21 June 2014

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