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

From Team Fortress Wiki
Jump to: navigation, search
m
m (Reverted edits by Pilk (talk) to last revision by PilkBOT)
Line 1: Line 1:
/* Winner */
+
.att_positive, .att_negative, .att_neutral, .att_level, .att_flags {
div.winner {
+
   font-family: TF2 Secondary, Verdana, Geneva, sans-serif;
  border-width: 25px;
+
   font-size: 15px;
  -moz-border-image: url(http://dl.dropbox.com/u/1961029/D2BG/winner.png) 43 stretch;
 
   -webkit-border-image: url(http://dl.dropbox.com/u/1961029/D2BG/winner.png) 43 stretch;
 
  -o-border-image: url(http://dl.dropbox.com/u/1961029/D2BG/winner.png) 43 stretch;  
 
   border-image: url(http://dl.dropbox.com/u/1961029/D2BG/winner.png) 43 stretch;
 
 
}
 
}
  
a {
+
.item_name {
   color:#333333;
+
   font-family: TF2 Build, Verdana, Geneva, sans-serif;
 +
  font-size: 21px;
 
}
 
}
  
/* Dark */
+
.killicon {
div.darkmode {
+
  background: #F1E9CB;
   border-width: 22px 26px 29px 24px;  
+
  text-align: center;
   -moz-border-image: url(http://dl.dropbox.com/u/1961029/D2BG/paper.png) 22 26 29 24 repeat;  
+
  border-radius: 4px;
   -webkit-border-image: url(http://dl.dropbox.com/u/1961029/D2BG/paper.png) 22 26 29 24 repeat;
+
}
   -o-border-image: url(http://dl.dropbox.com/u/1961029/D2BG/paper.png) 22 26 29 24 repeat;
+
 
   border-image: url(http://dl.dropbox.com/u/1961029/D2BG/paper.png) 22 26 29 24 repeat;
+
.hasbackground {
 +
  background: url('http://dl.dropbox.com/u/1961029/whitepyro.png') no-repeat center;
 +
}
 +
 
 +
.backpackinfobox {
 +
  background: #231e1a;
 +
   border-radius: 4px;
 +
  color: #EBE2CA;
 +
   border-spacing:5px;
 +
  float:right;
 +
}
 +
 
 +
.content {
 +
  text-align: center;
 +
  border-radius: 4px;
 +
  background: #352e25 url('http://dl.dropbox.com/u/1961029/Armory/cellbg.png') repeat-x;
 +
   padding: 4px;
 +
}
 +
 
 +
.imagecell {
 +
  background:url('http://dl.dropbox.com/u/1961029/Armory/cellbg_lg.png') repeat-x;
 +
}
 +
 
 +
.redimg {
 +
  background:url('http://dl.dropbox.com/u/1961029/Armory/cellbg_lg_red.png') repeat-x;
 +
}
 +
 
 +
.bluimg {
 +
  background:url('http://dl.dropbox.com/u/1961029/Armory/cellbg_lg_blu.png') repeat-x;
 +
}
 +
 
 +
.flagcell {
 +
   height:50px;
 +
  width:25%;
 +
  padding-top:10px;
 +
}
 +
 
 +
.flagtrue {
 +
  color:#729E42;
 +
  font-size:200%;
 +
}
 +
 
 +
.flagfalse {
 +
  color:#B8383B;
 +
  font-size:200%;
 +
}
 +
 
 +
.flagcelltrue {
 +
  background: url('http://dl.dropbox.com/u/1961029/Armory/cellbg_grn.png');
 +
}
 +
 
 +
.flagcellfalse {
 +
   background: url('http://dl.dropbox.com/u/1961029/Armory/cellbg_red.png');
 
}
 
}

Revision as of 12:50, 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 {
  background: url('http://dl.dropbox.com/u/1961029/whitepyro.png') no-repeat center;
}

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

.content {
  text-align: center;
  border-radius: 4px;
  background: #352e25 url('http://dl.dropbox.com/u/1961029/Armory/cellbg.png') repeat-x;
  padding: 4px;
}

.imagecell {
  background:url('http://dl.dropbox.com/u/1961029/Armory/cellbg_lg.png') repeat-x;
}

.redimg {
  background:url('http://dl.dropbox.com/u/1961029/Armory/cellbg_lg_red.png') repeat-x;
}

.bluimg {
  background:url('http://dl.dropbox.com/u/1961029/Armory/cellbg_lg_blu.png') repeat-x;
}

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

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

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

.flagcelltrue {
  background: url('http://dl.dropbox.com/u/1961029/Armory/cellbg_grn.png');
}

.flagcellfalse {
  background: url('http://dl.dropbox.com/u/1961029/Armory/cellbg_red.png');
}