User:Smashman/vector.css

From Team Fortress Wiki
< User:Smashman
Revision as of 08:52, 2 December 2011 by Smashman (talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.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;
width:70px;
text-align:center;
}
.btn a:hover {
text-decoration:none;
}