Difference between revisions of "User:Pilk/armory/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
(Undo edit by PilkBOT (Talk) (667673))
Line 16: Line 16:
  
 
.hasbackground {
 
.hasbackground {
   background: url(http://dl.dropbox.com/u/1961029/whitepyro.png) no-repeat center;
+
   background: url('http://dl.dropbox.com/u/1961029/whitepyro.png') no-repeat center;
 
}
 
}
  
 
.backpackinfobox {
 
.backpackinfobox {
   background: #24201B;
+
   background: #231e1a url('http://dl.dropbox.com/u/1961029/Armory/bigbg.png');
 
   border-radius: 4px;
 
   border-radius: 4px;
 
   color: #EBE2CA;
 
   color: #EBE2CA;
Line 30: Line 30:
 
   text-align: center;
 
   text-align: center;
 
   border-radius: 4px;
 
   border-radius: 4px;
   background: #3C362F url('http://dl.dropbox.com/u/1961029/Armory/cellbg.png') repeat-x;
+
   background: #352e25 url('http://dl.dropbox.com/u/1961029/Armory/cellbg.png') repeat-x;
 
   padding: 4px;
 
   padding: 4px;
 
}
 
}
Line 57: Line 57:
 
   font-size:80%;
 
   font-size:80%;
 
   line-height:80%;
 
   line-height:80%;
   background:#3C362F url(http://dl.dropbox.com/u/1961029/flag_yes.png) no-repeat center;
+
   background:#3C362F url('http://dl.dropbox.com/u/1961029/flag_yes.png') no-repeat center;
 
}
 
}
  
Line 63: Line 63:
 
   font-size:80%;
 
   font-size:80%;
 
   line-height:80%;
 
   line-height:80%;
   background:#3C362F url(http://dl.dropbox.com/u/1961029/flag_no.png) no-repeat center;
+
   background:#3C362F url('http://dl.dropbox.com/u/1961029/flag_no.png') no-repeat center;
 
}
 
}

Revision as of 08:30, 10 August 2011

.att_positive, .att_negative, .att_neutral, .att_level, .att_flags {
  font-family: TF2 Secondary, Verdana, Geneva, sans-serif;
  font-size: 15px;
}

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

.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: #231e1a url('http://dl.dropbox.com/u/1961029/Armory/bigbg.png');
  border-radius: 4px;
  color: #EBE2CA;
  border-spacing:5px;
  float:right;
}

.content {
  text-align: center;
  border-radius: 4px;
  background: #352e25 url('http://dl.dropbox.com/u/1961029/Armory/cellbg.png') repeat-x;
  padding: 4px;
}

.imagecell {
  background:url('http://dl.dropbox.com/u/1961029/Armory/cellbg_lg.png') repeat-x;
}

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

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

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

.flagcelltrue {
  font-size:80%;
  line-height:80%;
  background:#3C362F url('http://dl.dropbox.com/u/1961029/flag_yes.png') no-repeat center;
}

.flagcellfalse {
  font-size:80%;
  line-height:80%;
  background:#3C362F url('http://dl.dropbox.com/u/1961029/flag_no.png') no-repeat center;
}