Team:Groningen/style.css
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
a:link {color:#20548f;} | a:link {color:#20548f;} | ||
Line 7: | Line 6: | ||
/*Text Opacity*/ | /*Text Opacity*/ | ||
- | h1 | + | h1, h2 |
{ | { | ||
opacity:1.0; /* non IE */ | opacity:1.0; /* non IE */ | ||
Line 13: | Line 12: | ||
} | } | ||
- | + | p | |
+ | { | ||
+ | opacity:0.1; /* non IE */ | ||
+ | filter:alpha(opacity=10); /* IE */ | ||
+ | } | ||
#top-section{ | #top-section{ |
Revision as of 09:52, 18 August 2011
a:link {color:#20548f;} a:visited {color:#20548f;} a:hover {color:#20548f;} a:active {color:#20548f;}
/*Text Opacity*/ h1, h2 {
opacity:1.0; /* non IE */ filter:alpha(opacity=0); /* IE */
}
p {
opacity:0.1; /* non IE */ filter:alpha(opacity=10); /* 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;
}