Team:Groningen/style.css
From 2012.igem.org
/*Reworking the Text*/ h1, h2, h3, h4, h5, h6 {
border-bottom-width: 0px;
}
/*Header*/
- top-section
{
height: 208px; width: 550px;
}
- p-logo
{
height: 104px; width: 550px; background-image:url(); top: 25%; border: none;
}
/*Body*/
body
{
background-attachment:fixed; background-image:url(); text-align: justify; border: none;
}
- content
{
position: relative; top:-5px; width: 1024px; padding: 0px 0px 0px 0px; background-color:transparent; border: none;
}
- bodyContent
{
width: 1024px; position: relative; padding: 0px 0px 0px 0px; background-color:transparent; border: none;
}
/*Suppress iGEM defaults*/
/*Supressing the igem logo*/
a[title="Main Page"]
{
display: none;
} /*Supressing the wiki titles*/ .firstHeading {
display: none;
} .right-menu noprint {
display: none;
}
- search-controls
{
display: none;
}
- contentSub
{
display: none;
}
- catlinks
{
display: none;
}
- footer-box {
display: none;
}