Team:Groningen/style.css
From 2011.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
height: 390px; | height: 390px; | ||
width: 1024px; | width: 1024px; | ||
- | background-image:url(https://static.igem.org/mediawiki/2011/a/aa/Groningen2011Header.png) | + | background-image:url(https://static.igem.org/mediawiki/2011/a/aa/Groningen2011Header.png); |
} | } | ||
Line 39: | Line 39: | ||
{ | { | ||
background-attachment:fixed; | background-attachment:fixed; | ||
- | background-image:url(https://static.igem.org/mediawiki/2011/1/17/Groningen2011Background.jpg) | + | background-image:url(https://static.igem.org/mediawiki/2011/1/17/Groningen2011Background.jpg); |
} | } | ||
Line 55: | Line 55: | ||
#bodyContent | #bodyContent | ||
{ | { | ||
- | + | ||
width: 1024px; | width: 1024px; | ||
position: relative; | position: relative; | ||
padding: 0px 0px 0px 0px; | padding: 0px 0px 0px 0px; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2011/b/b8/Groningen2011transparantback.png); | ||
} | } |
Revision as of 07:39, 25 August 2011
/*Text links*/
a:link {color:#20548f;} a:visited {color:#20548f;} a:hover {color:#20548f;} a:active {color:#20548f;}
/*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
{
position: relative; top:-5px; width: 1024px; padding: 0px 0px 0px 0px;
}
- bodyContent
{
width: 1024px; position: relative; padding: 0px 0px 0px 0px; background-image:url();
}
/*Inserting the menu*/
- Gwrapper
{
position: relative; width: 1024px;
}
- Gmenu
{
float: left; width: 250px; height: 800px;
}
.glossymenu
{
position: relative; top:100px; left:40px;
}
- Gcontent
{
width: 760px; margin-left: 250px;
}