Difference between revisions of "User:Pilk/valve.css"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 4: Line 4:
 
#p-cactions ul li a { background: none; }
 
#p-cactions ul li a { background: none; }
 
#p-cactions ul li.selected a { background-color: #BDB3BA; } */
 
#p-cactions ul li.selected a { background-color: #BDB3BA; } */
 
/* Right sidebar stuff; to be moved */
 
#right-sidebar
 
{
 
  width: 21em;
 
  max-width: 21em;
 
  overflow: hidden;
 
  position: absolute;
 
  right:0em;
 
  top: 2.8em;
 
  text-align:center;
 
}
 
#content.sidebard
 
{
 
  border: 1px solid rgb(170, 170, 170);
 
  margin-right: 21em;
 
}
 

Revision as of 07:25, 20 November 2010

/* body { background: #51354c url("http://dl.dropbox.com/u/1961029/bg.png") no-repeat fixed; }
#content { background: url("http://wiki.teamfortress.com/w/images/5/56/Background_Content.png") transparent}
#p-cactions li:not(.selected) { background: #5E4157; }
#p-cactions ul li a { background: none; }
#p-cactions ul li.selected a { background-color: #BDB3BA; } */