Team:UCL E/css

From 2013.igem.org

(Difference between revisions)
Line 68: Line 68:
   display: block;
   display: block;
   color:#fff;
   color:#fff;
-
  background-color:rgb(96,96,96);
 
}
}
Line 86: Line 85:
margin: 0;
margin: 0;
margin-left:3px;
margin-left:3px;
 +
}
 +
 +
#menubar li{
 +
background-color:rgb(96,96,96);
}
}

Revision as of 16:09, 16 July 2013

body, html { width:100% ;

   height:100% ;
   overflow:hidden ;
   background-color:#fff;

}

  1. footer-box{
  display:none;

}

iframe { width:100% ;

       height:100% ;
   border:none ;
   margin-top:-20px;

}

  1. toc{
     float: right;
     margin-left: 10px;

}

  1. search-controls{
     display: none;

}

  1. catlinks{
     display: none;

}

  1. p-logo{
    display: none;

}

  1. top-section{
    border: none;
    height: auto;
    top: -15px;

}

.firstHeading{ display:none; }

h1{

     border:none;

}

  1. content{
      width:950px;
      padding:0px;
      border:none;
      background:none;

}

  1. toc{
     display:none;

}

  1. topbar{
  background-color: #999; 
  height: 100px;

}

  1. globalWrapper{
  padding-bottom:0px;

}

.left-menu{

 display: block;
 color:#fff;

}

  1. menubar li{
 display: block;
 top:15px;

}

  1. menubar{

width:50px;

  left:0px;

position:fixed; }

  1. menubar ul{

margin: 0; margin-left:3px; }

  1. menubar li{

background-color:rgb(96,96,96); }

.right-menu{ text-align: left; }

li#pt-userpage,li#pt-login{ padding-left:0px; }

.left-menu{ margin-top: 56px; }