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

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

Revision as of 05:20, 23 June 2011

body {
  background: 24201B0;
}

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

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

.att_positive:hover, .att_negative:hover, .att_neutral:hover, .att_level:hover, .item_name:hover,  .att_flags:hover {
  /* background: url(/w/images/7/76/Flag.png) no-repeat center right; */
}

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

.haspyrobackground {
  background: url(http://dl.dropbox.com/u/1961029/whitepyro.png) no-repeat top left;
}

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

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

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

.killername {
  padding: 0em 0.5em;
  display:inline;
  vertical-align: middle;
  font-size: 125%;
  font-weight: bold;
}

.clrimg img {
  margin: 0;
  padding: 0;
}

.clrimg {
  vertical-align: middle;
}

.promoimg img {
  border-left:1px solid rgba(77,116,85,.5);
}