Team:Groningen/style.css
From 2011.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
} | } | ||
+ | /*Reworking the header*/ | ||
#top-section{ | #top-section{ | ||
height: 390px; | height: 390px; | ||
Line 16: | Line 17: | ||
} | } | ||
- | |||
#p-logo | #p-logo | ||
{ | { | ||
Line 40: | Line 40: | ||
display: none; | display: none; | ||
} | } | ||
+ | |||
+ | |||
body | body | ||
{ | { | ||
Line 52: | Line 54: | ||
position: relative; | position: relative; | ||
+ | top: -10 | ||
width: 1024px; | width: 1024px; | ||
padding: 0px 0px 0px 0px; | padding: 0px 0px 0px 0px; |
Revision as of 11:15, 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 */
}
/*Reworking the header*/
- top-section{
height: 390px; width: 1024px;
}
- p-logo
{
height: 390px; width: 1024px; background-image:url()
}
/*Supressing the igem logo*/ a[title="Main Page"] {
display: none;
}
/*Supressing the wiki titles*/ .firstHeading {
display: none;
}
- contentSub
{
display: none;
}
body
{
background-attachment:fixed; background-image:url()
}
- content
{
opacity:0.8; /* non IE */ filter:alpha(opacity=2); /* IE */
position: relative; top: -10 width: 1024px; padding: 0px 0px 0px 0px;
}
- bodyContent
{
opacity:0.8; /* non IE */ filter:alpha(opacity=2); /* IE */
width: 1024px; position: relative; padding: 0px 0px 0px 0px;
}
- Gwrapper
{
position: relative; width: 1024px;
}
- Gmenu
{
float: left; width: 200px;
}
- Gcontent
{
width: 823px; margin-left: 200px;
}