Team:Groningen/style.css
From 2011.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
body | body | ||
{ | { | ||
- | |||
- | |||
- | |||
- | |||
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) | ||
} | } | ||
+ | |||
#content | #content | ||
{ | { | ||
+ | opacity:0.1; /* non IE */ | ||
+ | filter:alpha(opacity=10); /* IE */ | ||
position: relative; | position: relative; | ||
width: 1024px; | width: 1024px; | ||
padding: 0px 0px 0px 0px; | padding: 0px 0px 0px 0px; | ||
} | } |
Revision as of 09:40, 18 August 2011
a:link {color:#20548f;} a:visited {color:#20548f;} a:hover {color:#20548f;} a:active {color:#20548f;}
- 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.1; /* non IE */ filter:alpha(opacity=10); /* IE */ position: relative; width: 1024px; padding: 0px 0px 0px 0px;
}