Team:Dundee/common.css

From 2012.igem.org

(Difference between revisions)
Line 12: Line 12:
}
}
-
#content
+
#mainContent
{
{
 +
    width:965px;
     border: 1px solid #777777;
     border: 1px solid #777777;
     border-top: 0px;
     border-top: 0px;
 +
}
 +
 +
#content
 +
{
 +
    display: none;
}
}

Revision as of 11:35, 2 July 2012

body {

   background-color: #CCCCBB;

}

  1. top-section

{

   background-image: url('https://static.igem.org/mediawiki/2012/d/d9/Dundee12bannerbg.png');
   height: 276px;
   border: 1px solid #777777;
   border-top: 0px;

}

  1. mainContent

{

   width:965px;
   border: 1px solid #777777;
   border-top: 0px;

}

  1. content

{

   display: none;

}

  1. p-logo

{

   display: none;

}


  1. catlinks

{

   display: none;

}

  1. footer-box

{

   display: none;

}