Team:Groningen/styletest.css

From 2012.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
/*Header*/
/*Header*/
 +
#top-section
 +
{
 +
    height: 390px;
 +
    width: 1024px;
 +
}
#p-logo  
#p-logo  
{
{

Revision as of 23:52, 7 August 2012

/*Header*/

  1. top-section

{

   height: 390px;
   width: 1024px;

}

  1. p-logo

{

   height: 390px;
   width: 1024px;
   background-image:url(ID_20120807_Groningen2012Header.png);
   opacity:0.6;
   filter:alpha(opacity=60); /* For IE8 and earlier */

}

/*Body* body {

   background-attachment:fixed;
   background-image:url(ID_20120807_Groningen2012Background.jpg);
   text-align: justify;

}

/*Footer*/


/*Suppression*/ /*Supressing the igem logo*/ a[title="Main Page"] {

   display: none;

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

   display: none;

}

  1. contentSub

{

   display: none;

}

  1. catlinks

{

   display: none;

}