Team:Groningen/style.css

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
     a:hover {color:#20548f;}
     a:hover {color:#20548f;}
     a:active {color:#20548f;}
     a:active {color:#20548f;}
-
 
-
/*Text Opacity*/
 
-
p, h1, h2, h4, h5, h6, .image, a, img
 
-
{
 
-
    opacity:1.0; /* non IE */
 
-
    filter:alpha(opacity=0); /* IE */
 
-
}
 
/*Reworking the header*/
/*Reworking the header*/
Line 51: Line 44:
#content  
#content  
{
{
-
    opacity:0.8; /* non IE */
 
-
    filter:alpha(opacity=2); /* IE */
 
     position: relative;
     position: relative;
Line 64: Line 55:
#bodyContent
#bodyContent
{
{
-
    opacity:0.8; /* non IE */
 
-
    filter:alpha(opacity=2); /* IE */
 
     width: 1024px;
     width: 1024px;

Revision as of 19:51, 23 August 2011

/*Text links*/

   a:link {color:#20548f;}
   a:visited {color:#20548f;}
   a:hover {color:#20548f;}
   a:active {color:#20548f;}

/*Reworking the header*/

  1. top-section{
   height: 390px;
   width: 1024px;

}

  1. p-logo

{

   height: 390px;
   width: 1024px;
   background-image:url(Groningen2011Header.png)

}

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

   display: none;

}

/*Supressing the wiki titles*/ .firstHeading {

   display: none;

}

  1. contentSub

{

   display: none;

}


body {

   background-attachment:fixed;
   background-image:url(Groningen2011Background.jpg)

}

  1. content

{

   position: relative;
   top:-5px;
   width: 1024px;
   padding: 0px 0px 0px 0px;


}

  1. bodyContent

{

   width: 1024px;
   position: relative;
   padding: 0px 0px 0px 0px;

}

/*Inserting the menu*/

  1. Gwrapper

{

   position: relative;
   width: 1024px;

}

  1. Gmenu

{

   float: left;
   width: 250px;
   height: 800px;

}


.glossymenu {

   position: relative;
   top:100px;
   left:50px;

}

  1. Gcontent

{

   width: 823px;
   margin-left: 200px;

}