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

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
.att_positive, .att_negative, .att_neutral, .att_level {
+
span.att_positive, span.att_negative, span.att_neutral, span.att_level {
      font-family: TF2 Secondary, Verdana, Geneva, sans-serif;
+
  font-family: TF2 Secondary, Verdana, Geneva, sans-serif;
      font-size: 16px;
+
  font-size: 16px;
 
}
 
}
  
.item_name {
+
span.item_name {
      font-family: TF2 Build, Verdana, Geneva, sans-serif;
+
  font-family: TF2 Build, Verdana, Geneva, sans-serif;
      font-size: 22px;
+
  font-size: 22px;
 +
}
 +
 
 +
div.killicon {
 +
  width: 100%;
 +
  background: #F1E9CB;
 +
  height: 33px;
 +
  padding-top: 3px;
 +
  text-align: center;
 +
  border-radius: 4px;
 
}
 
}

Revision as of 04:51, 26 March 2011

span.att_positive, span.att_negative, span.att_neutral, span.att_level {
  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;
}

div.killicon {
  width: 100%;
  background: #F1E9CB;
  height: 33px;
  padding-top: 3px;
  text-align: center;
  border-radius: 4px;
}