Team:Groningen/style.css
From 2011.igem.org
(Difference between revisions)
Line 50: | Line 50: | ||
width: 200px; | width: 200px; | ||
background: blue; | background: blue; | ||
- | + | ||
- | + | ||
} | } | ||
#Gwrapper | #Gwrapper | ||
{ | { | ||
- | width: | + | width: 1024px; |
- | + | ||
background: yellow; | background: yellow; | ||
} | } | ||
#Gcontent | #Gcontent | ||
{ | { | ||
- | + | width: 823px; | |
- | width: | + | |
background: red; | background: red; | ||
+ | margin-left: 200px; | ||
} | } | ||
#bodyContent | #bodyContent |
Revision as of 09:51, 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 */
}
- top-section{
height: 372px; width: 1024px;
}
- p-logo
{
height: 372px; width: 1024px; background-image:url()
}
a[title="Main Page"] {
display: none;
}
body {
background-attachment:fixed; background-image:url()
}
- content
{
opacity:0.8; /* non IE */ filter:alpha(opacity=2); /* IE */
position: relative; width: 1024px; padding: 0px 0px 0px 0px;
}
- Gmenu
{
float: left; width: 200px;
background: blue;
}
- Gwrapper
{
width: 1024px;
background: yellow; }
- Gcontent
{
width: 823px; background: red;
margin-left: 200px; }
- bodyContent
{
opacity:0.8; /* non IE */ filter:alpha(opacity=2); /* IE */
right:10px; top:100px; width: 1024px; position: relative; padding: 0px 0px 0px 0px;
}