User:Picard/vector.css

From Team Fortress Wiki
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.
/******* START BUY NOW *******/

.btn_buynow, .btn_buynow span {
  background:url('/w/images/1/15/Btn_buynow.png') no-repeat;
  color:#FFF;
  line-height:100%;
  font-size:90%;
}

.btn_buynow {
  padding:6px 10px 4px 34px;
  background-position:right 0;
  position:relative;
  display: block;
  height: 14px;
}

.btn_buynow span {
  background-position:left top;
  width:24px;
  height:24px;
  position:absolute;
  top:0px;
  left:-1px;
  display:block;
  cursor:pointer;
}

.btn_buynow:hover {
  background-position:right -24px;
}

.btn_buynow:hover span {
  background-position:left -24px;
}

.btn_wrapper {
  display:inline-block;
  height:24px;
}

.btn_wrapper a:hover {
  text-decoration:none;
}

/******* END BUY NOW *******/