Team:Groningen/style.css

From 2012.igem.org

Revision as of 00:45, 8 August 2012 by Jparrish (Talk | contribs)

/*Reworking the Text*/ h1, h2, h3, h4, h5, h6 {

   border-bottom-width: 0px;

}

/*Header*/

  1. top-section

{

   height: 208px;
   width: 550px;

}

  1. p-logo

{

   height: 104px;
   width: 550px;
   background-image:url(Groningen2012_AD_20120802_Menu.png);
   top: 25%;
   border: none; 

}


/*Body*/ body {

   background-attachment:fixed;
   background-image:url(Groningen2012_AD_20120802_Background.png);
   text-align: justify;
   border: none;

}

  1. content

{

   position: relative;
   top:-5px;
   width: 1024px;
   padding: 0px 0px 0px 0px;
   background-color:transparent;
   border: none;

}

  1. bodyContent

{

   width: 1024px;
   position: relative;
   padding: 0px 0px 0px 0px;
   background-color:transparent;
   border: none;

}


/*Suppress iGEM defaults*/ /*Supressing the igem logo*/ a[title="Main Page"] {

   display: none;

} /*Supressing the wiki titles*/ .firstHeading {

   display: none;

} .right-menu noprint {

   display: none;

}

  1. search-controls

{

   display: none;

}

  1. contentSub

{

   display: none;

}

  1. catlinks

{

   display: none;

}

  1. footer-box {
   display: none;

}