Team:Dundee/common.css

From 2012.igem.org

Revision as of 12:31, 2 July 2012 by Kippy76 (Talk | contribs)

body {

   background-color: #CCCCBB;

}

h1, h2, h3, h4, h5, h6 {

   font-weight: bold;
   border: 0px;
   margin: 0px;
   padding: 0px;

}

h1 {

   font-size: 3em;
   line-height:130%;

}

h2 {

   font-size: 180%;

}

  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;

}

.firstHeading {

   display: none;

}

  1. headerText

{

   color: #FFFFFF;
   font-weight: bolder;
   position: absolute;
   left: 30px;
   top: -220px;
   width: 200px;

}

  1. menuDiv

{

   position: absolute;
   background-color: #3333FF;
   width: 975px;
   height: 30px;
   border: 0px;
   left: -0px;
   top: -0px;
   margin-left: auto;
   margin-right: auto;
   font-weight: bolder;

}

  1. menuDiv ul

{

   list-style-type: none;
   list-style-image: none;
   display: none;
   text-align: center;

}

  1. menuDiv ul li a:hover

{ background: #FFFFFF; }

  1. menuDiv li

{

   color: #FFFFFF;
   margin: 0px;
   padding: 0px 5px 0px 5px;
   display: block;

}

  1. content

{

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

}

  1. mainContent

{

   margin-top:50px;

}

  1. p-logo

{

   display: none;

}


  1. catlinks

{

   display: none;

}

  1. footer-box

{

   display: none;

}