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

From Team Fortress Wiki
Jump to: navigation, search
m
(bad)
 
(55 intermediate revisions by 2 users not shown)
Line 1: Line 1:
span.att_positive, span.att_negative, span.att_neutral, span.att_level, span.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;
 
}
 
}
  
span.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;
 
}
 
}
  
span.att_positive:hover, span.att_negative:hover, span.att_neutral:hover, span.att_level:hover, span.item_name:hover,  span.att_flags:hover {
+
.killicon {
  background: url(http://wiki.tf2.com/w/images/7/76/Flag.png) no-repeat center right;
 
  padding-right: 16px;
 
}
 
 
 
div.killicon {
 
  width: 100%;
 
 
   background: #F1E9CB;
 
   background: #F1E9CB;
  height: 33px;
 
  padding-top: 3px;
 
 
   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 {
   align: center;
+
   text-align: center;
 
   border-radius: 4px;
 
   border-radius: 4px;
   background: #3C362F;
+
   background: #352e25;
 +
  padding: 4px;
 +
}
 +
 
 +
.imagecell {
 +
  background:#352e25;
 +
}
 +
 
 +
.redimg {
 +
  background:#5c1c1d;
 +
}
 +
 
 +
.bluimg {
 +
  background:#2c4251;
 
}
 
}
  
a.highlight {
+
.flagcell {
   color: #EBE2CA;
+
  height:50px;
 +
  width:25%;
 +
  padding-top:10px;
 +
}
 +
 
 +
.flagtrue {
 +
   color:#729E42;
 +
  font-size:200%;
 +
}
 +
 
 +
.flagfalse {
 +
  color:#B8383B;
 +
  font-size:200%;
 +
}
 +
 
 +
.flagcelltrue {
 +
  background: #375624;
 
}
 
}
  
.highlight:hover {
+
.flagcellfalse {
   background: #3C362F url(http://wiki.tf2.com/w/images/7/76/Flag.png) no-repeat bottom right;
+
   background:#5c1c1d;
 
}
 
}

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;
}