Difference between revisions of "User:Sysop/vector.css.test"

From MafiaWiki
Jump to: navigation, search
Line 15: Line 15:
 
}
 
}
 
div.vectorTabs ul li {
 
div.vectorTabs ul li {
    line-height: 1.5em;
 
 
     /* @embed */
 
     /* @embed */
 
     background-image: url(http://sc2mafia.com/forum/images/buttons/newbtn_middle.png);
 
     background-image: url(http://sc2mafia.com/forum/images/buttons/newbtn_middle.png);
Line 24: Line 23:
 
     background-image: url(http://sc2mafia.com/forum/images/buttons/newbtn_middle.png);
 
     background-image: url(http://sc2mafia.com/forum/images/buttons/newbtn_middle.png);
 
     background-color: #535455;
 
     background-color: #535455;
}
 
div.vectorTabs {
 
    float: left;
 
    height: 1em;
 
}
 
div.vectorTabs ul {
 
    height: 200%;
 
 
}
 
}

Revision as of 16:56, 4 July 2012

body {

   background-color: #202020;
   /* @embed */
   background-image: url(http://sc2mafia.com/forum/images/styles/DarkCore/style/pageBG.png);

} div#content {

   background-color: #202020;
   /* @embed */
   background-image: url(http://sc2mafia.com/forum/images/styles/DarkCore/style/border-Darkcore.png);
   color: #8e8e8e;

} div#mw-head {

   /* @embed */
   background-image: url(http://sc2mafia.com/forum/images/styles/DarkCore/style/pageBG.png);

} div.vectorTabs ul li {

   /* @embed */
   background-image: url(http://sc2mafia.com/forum/images/buttons/newbtn_middle.png);
   background-color:#292a2b;

} div.vectorTabs li.selected a{

   /* @embed */
   background-image: url(http://sc2mafia.com/forum/images/buttons/newbtn_middle.png);
   background-color: #535455;

}