Team:Groningen/style.css

From 2012.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
-
/*Reworking the Text*/
 
-
h1, h2, h3, h4, h5, h6
 
-
{
 
-
    border-bottom-width: 0px;
 
-
}
 
/*Header*/
/*Header*/
Line 10: Line 5:
     height: 208px;
     height: 208px;
     width: 550px;
     width: 550px;
 +
    border: none;
}
}
#p-logo  
#p-logo  

Revision as of 00:49, 8 August 2012

/*Header*/

  1. top-section

{

   height: 208px;
   width: 550px;
   border: none; 

}

  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;

}

  1. menubar

{

   display: none;

}

  1. search-controls

{

   display: none;

}

  1. contentSub

{

   display: none;

}

  1. catlinks

{

   display: none;

}

  1. footer-box {
   display: none;

}