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

From Team Fortress Wiki
Jump to: navigation, search
(bad)
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
body {
 
  background: 24201B0;
 
}
 
 
 
.att_positive, .att_negative, .att_neutral, .att_level, .att_flags {
 
.att_positive, .att_negative, .att_neutral, .att_level, .att_flags {
 
   font-family: TF2 Secondary, Verdana, Geneva, sans-serif;
 
   font-family: TF2 Secondary, Verdana, Geneva, sans-serif;
   font-size: 16px;
+
   font-size: 15px;
  padding-right: 16px;
 
 
}
 
}
  
 
.item_name {
 
.item_name {
 
   font-family: TF2 Build, Verdana, Geneva, sans-serif;
 
   font-family: TF2 Build, Verdana, Geneva, sans-serif;
   font-size: 22px;
+
   font-size: 21px;
  padding-right: 16px;
 
}
 
 
 
.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;
 
 
}
 
}
  
 
.killicon {
 
.killicon {
 
   background: #F1E9CB;
 
   background: #F1E9CB;
  /* vertical-align: center; */
 
 
   text-align: center;
 
   text-align: center;
 
   border-radius: 4px;
 
   border-radius: 4px;
 
}
 
}
  
.maincontainer {
+
.hasbackground {
   background: #24201B;
+
  /* */
 +
}
 +
 
 +
.backpackinfobox {
 +
   background: #231e1a;
 
   border-radius: 4px;
 
   border-radius: 4px;
 
   color: #EBE2CA;
 
   color: #EBE2CA;
 +
  border-spacing:5px;
 +
  float:right;
 
}
 
}
  
.highlight {
+
.content {
 
   text-align: center;
 
   text-align: center;
 
   border-radius: 4px;
 
   border-radius: 4px;
   background: #3C362F;
+
   background: #352e25;
 
   padding: 4px;
 
   padding: 4px;
 
}
 
}
  
.highlight:hover {
+
.imagecell {
   background: #3C362F url(http://wiki.tf2.com/w/images/7/76/Flag.png) no-repeat bottom right;
+
  background:#352e25;
 +
}
 +
 
 +
.redimg {
 +
   background:#5c1c1d;
 +
}
 +
 
 +
.bluimg {
 +
  background:#2c4251;
 +
}
 +
 
 +
.flagcell {
 +
  height:50px;
 +
  width:25%;
 +
  padding-top:10px;
 +
}
 +
 
 +
.flagtrue {
 +
  color:#729E42;
 +
  font-size:200%;
 +
}
 +
 
 +
.flagfalse {
 +
  color:#B8383B;
 +
  font-size:200%;
 
}
 
}
  
.killername {
+
.flagcelltrue {
   padding: 0em 0.5em;
+
   background: #375624;
  display:inline;
 
  vertical-align: middle;
 
  font-size: 125%;
 
  font-weight: bold;
 
 
}
 
}
  
.clrimg img {
+
.flagcellfalse {
   margin: 0;
+
   background:#5c1c1d;
  padding: 0;
 
 
}
 
}

Latest revision as of 13:05, 2 December 2011

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

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

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

.hasbackground {
  /* */
}

.backpackinfobox {
  background: #231e1a;
  border-radius: 4px;
  color: #EBE2CA;
  border-spacing:5px;
  float:right;
}

.content {
  text-align: center;
  border-radius: 4px;
  background: #352e25;
  padding: 4px;
}

.imagecell {
  background:#352e25;
}

.redimg {
  background:#5c1c1d;
}

.bluimg {
  background:#2c4251;
}

.flagcell {
  height:50px;
  width:25%;
  padding-top:10px;
}

.flagtrue {
  color:#729E42;
  font-size:200%;
}

.flagfalse {
  color:#B8383B;
  font-size:200%;
}

.flagcelltrue {
  background: #375624;
}

.flagcellfalse {
  background:#5c1c1d;
}