Team:Dundee/common.css

From 2012.igem.org

(Difference between revisions)
Line 15: Line 15:
{
{
     display: none;
     display: none;
 +
}
 +
 +
#headerText
 +
{
 +
    color: #FFFFFF;
 +
    font-weight: bolder;
 +
    position: fixed;
 +
    left:30px;
 +
    top 30px;
 +
    width: 200px;
}
}

Revision as of 11:55, 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;

}

.firstHeading {

   display: none;

}

  1. headerText

{

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

}

  1. menuDiv

{

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

}

  1. content

{

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

}

  1. p-logo

{

   display: none;

}


  1. catlinks

{

   display: none;

}

  1. footer-box

{

   display: none;

}