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

From Team Fortress Wiki
Jump to: navigation, search
m
Line 48: Line 48:
 
   color:#B8383B;
 
   color:#B8383B;
 
   font-size:200%;
 
   font-size:200%;
 +
}
 +
 +
.flagcelltrue {
 +
  background-color:#394f21;
 +
  background-image:url('http://dl.dropbox.com/u/1961029/flag_yes.png') no-repeat center;
 +
}
 +
 +
.flagcellfalse {
 +
  background-color:#5c1c1d;
 +
  background-image:url('http://dl.dropbox.com/u/1961029/flag_no.png') no-repeat center;
 
}
 
}

Revision as of 08:06, 5 July 2011

.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%;
}

.flagcelltrue {
  background-color:#394f21;
  background-image:url('http://dl.dropbox.com/u/1961029/flag_yes.png') no-repeat center;
}

.flagcellfalse {
  background-color:#5c1c1d;
  background-image:url('http://dl.dropbox.com/u/1961029/flag_no.png') no-repeat center;
}