User:Mitko1239/vector.css

From Team Fortress Wiki
< User:Mitko1239
Revision as of 21:17, 27 June 2011 by Mitko1239 (talk | contribs) (Created page with ".att_positive, .att_negative, .att_neutral, .att_level, .att_flags { font-family: TF2 Secondary, Verdana, Geneva, sans-serif; font-size: 16px; } .item_name { font-family: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
.att_positive, .att_negative, .att_neutral, .att_level, .att_flags {
  font-family: TF2 Secondary, Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.item_name {
  font-family: TF2 Build, Verdana, Geneva, sans-serif;
  font-size: 22px;
}

.killicon {
  background: #F1E9CB;
  text-align: center;
  border-radius: 4px;
}

.hasbackground {
  background: url(http://dl.dropbox.com/u/1961029/whitepyro.png) no-repeat center;
}

.backpackinfobox {
  background: #24201B;
  border-radius: 4px;
  color: #EBE2CA;
  border-spacing:5px;
  float:right;
}

.content {
  text-align: center;
  border-radius: 4px;
  background: #3C362F;
  padding: 4px;
}

.flagcell {
  height:50px;
  width:25%;
  padding-top:10px;
}

.flagtrue {
  color:#729E42;
  font-size:200%;
}

.flagfalse {
  color:#B8383B;
  font-size:200%;
}