Team:Shenzhen BGIC 0101/css

From 2013.igem.org

(Difference between revisions)
Line 14: Line 14:
     border: none;}
     border: none;}
#menubar {
#menubar {
-
   top: -10px;}
+
   top: -20px;}
.left-menu:hover {
.left-menu:hover {
     background-color: transparent;}
     background-color: transparent;}
Line 22: Line 22:
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
     display:none;}
     display:none;}
 +
#menubar .left-menu .noprint{
 +
  height: 10px; 
 +
}
#content, #globalWrapper {
#content, #globalWrapper {
     border: none;
     border: none;

Revision as of 08:56, 26 August 2013

  1. contentSub, #search-controls, .firstHeading, #catlinks, #footer-box, #p-logo,right-menu noprint {
   display:none;}

body {

   padding: 0;
  
   margin:0 auto;}
  1. bodyContent{
 }
  1. top-section {
   width: 965px;
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
 top: -20px;}

.left-menu:hover {

   background-color: transparent;}
  1. menubar li a {
   background-color: transparent;}
  1. menubar > ul > li:last-child {
   display:none;}
  1. menubar .left-menu .noprint{
 height: 10px;  

}

  1. content, #globalWrapper {
   border: none;
   width: 100%;
   margin: 0;
   padding: 0;
  

}

  1. content{
position:relative;
 z-index:2;
font-family: 'Lucida Sans Unicode',sans-serif;
font-size: 14px;
line-height: 1em;
border:none !important;
 margin:0 !important;
 padding:0 !important;

}