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

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 45: Line 45:
 
}
 
}
  
h1, h2, h3, h4, h5, h6 {
+
h2, h3, h4 {
 
   color: #E49749;
 
   color: #E49749;
 
}
 
}

Revision as of 07:17, 27 March 2011

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

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

span.att_positive:hover, span.att_negative:hover, span.att_neutral:hover, span.att_level:hover, span.item_name:hover,  span.att_flags:hover {
  background: url(http://wiki.tf2.com/w/images/7/76/Flag.png) no-repeat center right;
  padding-right: 16px;
}

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

.maincontainer {
  background: #24201B;
  border-radius: 4px;
  color: #EBE2CA;
}

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

.redweapon{
  align: center;
  border-radius: 4px;
  background: rgba(88,133,162,0.5);
}

.bluweapon{
  align: center;
  border-radius: 4px;
  background: rgba(184,56,59,0.5);
}

h2, h3, h4 {
  color: #E49749;
}

a.highlight {
  color: #EBE2CA;
}

.highlight:hover {
  background: #3C362F url(http://wiki.tf2.com/w/images/7/76/Flag.png) no-repeat bottom right;
}