Team:Groningen/style.css

From 2011.igem.org

(Difference between revisions)
Line 45: Line 45:
}
}
-
#Gmenu
+
 
 +
#bodyContent
{
{
-
     float: left;
+
     opacity:0.8; /* non IE */
-
     width: 200px;
+
     filter:alpha(opacity=2); /* IE */
-
background: blue;
+
 +
    width: 1024px;
 +
    position: relative;
 +
    padding: 0px 0px 0px 0px;
}
}
 +
#Gwrapper
#Gwrapper
{
{
     position: relative;
     position: relative;
-
 
     width: 1024px;
     width: 1024px;
 +
}
-
background: yellow;
+
#Gmenu
 +
{
 +
    float: left;
 +
    width: 200px;
 +
    background: blue;
}
}
 +
#Gcontent
#Gcontent
{
{
     width: 823px;
     width: 823px;
-
     background: red;
+
     margin-left: 200px;
-
margin-left: 200px;
+
-
}
+
-
#bodyContent
+
-
{
+
-
    opacity:0.8; /* non IE */
+
-
    filter:alpha(opacity=2); /* IE */
+
-
 
+
-
 
+
-
 
+
-
    width: 1024px;
+
-
    position: relative;
+
-
    padding: 0px 0px 0px 0px;
+
}
}

Revision as of 09:55, 19 August 2011

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

/*Text Opacity*/ p, h1, h2, h4, h5, h6, .image {

   opacity:1.0; /* non IE */
   filter:alpha(opacity=0); /* IE */

}

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

}

  1. p-logo

{

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

}

a[title="Main Page"] {

   display: none;

}

body {

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

}

  1. content

{

   opacity:0.8; /* non IE */
   filter:alpha(opacity=2); /* IE */
   position: relative;
   width: 1024px;
   padding: 0px 0px 0px 0px;


}

  1. bodyContent

{

   opacity:0.8; /* non IE */
   filter:alpha(opacity=2); /* IE */
   width: 1024px;
   position: relative;
   padding: 0px 0px 0px 0px;

}

  1. Gwrapper

{

   position: relative;
   width: 1024px;

}

  1. Gmenu

{

   float: left;
   width: 200px;
   background: blue;

}

  1. Gcontent

{

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

}