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

From Team Fortress Wiki
Jump to: navigation, search
Line 2: Line 2:
 
   font-family: TF2 Secondary, Verdana, Geneva, sans-serif;
 
   font-family: TF2 Secondary, Verdana, Geneva, sans-serif;
 
   font-size: 16px;
 
   font-size: 16px;
 +
}
 +
 +
span.att_positive:hover, span.att_negative:hover, span.att_neutral:hover, span.att_level:hover {
 +
  background: url(http://wiki.tf2.com/w/images/7/76/Flag.png) no-repeat center right;
 +
  padding-right: 16px;
 
}
 
}
  
Line 30: Line 35:
  
 
.highlight:hover {
 
.highlight:hover {
   background: url(http://wiki.tf2.com/w/images/7/76/Flag.png) no-repeat right bottom;
+
   background: #3C362F url(http://wiki.tf2.com/w/images/7/76/Flag.png) no-repeat right bottom;
 
}
 
}

Revision as of 05:27, 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.att_positive:hover, span.att_negative:hover, span.att_neutral:hover, span.att_level:hover {
  background: url(http://wiki.tf2.com/w/images/7/76/Flag.png) no-repeat center right;
  padding-right: 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;
}

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

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

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