Template:WashUHeader

From 2010.igem.org

(Difference between revisions)
 
(223 intermediate revisions not shown)
Line 1: Line 1:
 +
__NOTOC__
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
#header {
 +
padding: 0;
 +
}
-
.primary-1 { background-color: #04859D }
+
#top-section {
-
.primary-2 { background-color: #206876 }
+
height: 15px;
-
.primary-3 { background-color: #015666 }
+
margin-top: 0px;
-
.primary-4 { background-color: #37B6CE }
+
margin-left: auto;
-
.primary-5 { background-color: #5FBDCE }
+
margin-right: auto;
 +
margin-bottom: 0px;
 +
padding:0;
 +
border: none;
 +
position: relative;
 +
top:-75px;
 +
}
-
.secondary-a-1 { background-color: #FFB000 }
+
body {
-
.secondary-a-2 { background-color: #BF9330 }
+
background: #315c25;
-
.secondary-a-3 { background-color: #A67200 }
+
}
-
.secondary-a-4 { background-color: #FFC440 }
+
-
.secondary-a-5 { background-color: #FFD373 }
+
-
.secondary-b-1 { background-color: #FF1800 }
+
.firstHeading {display: none;}
-
.secondary-b-2 { background-color: #BF3D30 }
+
-
.secondary-b-3 { background-color: #A61000 }
+
-
.secondary-b-4 { background-color: #FF5240 }
+
-
.secondary-b-5 { background-color: #FF8073 }
+
 +
#footer-box {
 +
background-color:#eb24e0;
 +
border-color-top:#000f00;
 +
border-color-bottom:#000f00;
 +
font: 12px verdana;
 +
padding-right:10px;
 +
padding-left:10px;
 +
margin: auto;
 +
-moz-border-radius: 15px;
 +
border-radius: 15px;
 +
top: auto;
 +
position: relative;
 +
}
-
body {
+
#footer-box a{
-
margin:10px; padding: 2px;
+
    background:#eb24e0;
-
background: #eee9e9;
+
color:#000f00;
-
color: #000000;
+
}
-
font: 67.5% Verdana, sans-serif;
+
-
text-align:left;
+
-
}
+
-
h1 {
+
#footer-box a:hover{
-
margin: 10px;
+
    color:#FFFFFF;
-
font-size: 100%;
+
background: #000f00;
-
}
+
text-decoration:none;
 +
}
p {
p {
-
margin: 10px;
+
color:#000000;
-
}
+
padding: 10px;
 +
}
-
hr {
+
h1 {
 +
padding: 5px;
 +
background: #90EE90;
 +
font-weight: bold;
 +
}
 +
 
 +
h2 {
 +
padding: 5px;
 +
background: #90EE90;
 +
font-weight: bold;
 +
}
 +
 
 +
h3 {
 +
padding: 10px;
 +
font-weight: bold;
 +
font-size: 18px;
 +
}
 +
 
 +
#topmenu{
border:none;
border:none;
-
border-bottom:1px solid silver;
+
border:0px;
-
}
+
margin:0px;
 +
padding:0px;
 +
font: 67.5% verdana;
 +
font-size:14px;
 +
font-weight:bold;
 +
position: relative;
 +
}
 +
 
 +
#topmenu ul{
 +
background:#eb24e0;
 +
height:35px;
 +
list-style:none;
 +
margin:0;
 +
padding:0;
 +
}
 +
 
 +
#topmenu li{
 +
float:left;
 +
padding:0px;
 +
}
 +
 
 +
#topmenu li a{
 +
background:#eb24e0;
 +
color:#000f00;
 +
display:block;
 +
font-weight:normal;
 +
line-height:35px;
 +
margin:0px;
 +
padding:0px 25px;
 +
text-align:center;
 +
text-decoration:none;
 +
}
 +
 
 +
#topmenu li a:hover, #topmenu ul li:hover a{
 +
background: #000f00;
 +
color:#FFFFFF;
 +
text-decoration:none;
 +
}
 +
 
 +
#topmenu li ul{
 +
background:#eb24e0;
 +
display:none;
 +
height:auto;
 +
padding:0;
 +
margin:0;
 +
border:0;
 +
position:absolute;
 +
width:200px;
 +
z-index:200;
 +
}
 +
 
 +
#topmenu li:hover ul{
 +
display:block;
 +
}
 +
 
 +
#topmenu li li {
 +
display:block;
 +
float:none;
 +
margin:0;
 +
padding:0;
 +
width:200px;
 +
}
 +
 
 +
#topmenu li:hover li a{
 +
background:none;
 +
}
 +
 
 +
#topmenu li ul a{
 +
display:block;
 +
height:35px;
 +
font-size:12px;
 +
font-style:normal;
 +
margin:0px;
 +
padding:0px 10px 0px 15px;
 +
text-align:left;
 +
}
 +
 
 +
#topmenu li ul a:hover, #topmenu li ul li:hover a{
 +
background:#000f00;
 +
border:0px;
 +
color:#ffffff;
 +
text-decoration:none;
 +
}
 +
 
 +
#topmenu p{
 +
clear:left;
 +
}
#content{
#content{
-
padding:10px;
+
    margin: 0 auto -50px;
-
margin:10 auto;
+
position: relative;
position: relative;
-
top: -25px;
+
top: -55px;
-
padding-left:5px;
+
padding-top: 0px;
-
padding-right:5px;
+
padding-left:10px;
-
background-color:#ffffff;
+
padding-right:10px;
 +
padding-bottom: 10px;
 +
background-color:#FFFFFF;
border: none;
border: none;
-
}
+
font: 50% verdana;
 +
font-size:14px;
 +
-moz-border-radius: 15px;
 +
border-radius: 15px;
 +
}
-
#footer {
+
#content a {
-
padding:1em;
+
text-decoration: underline;
-
text-align:center;
+
color:#315c25;
-
font-size:50%;
+
}
-
}
+
 +
#content a:hover{
 +
color:#83F52C;
 +
}
 +
 +
</style>
</style>
 +
<body>
 +
 +
<br>
 +
<div id="header">
 +
<img src="https://static.igem.org/mediawiki/2010/5/59/WashU_Header_4.jpg">
 +
</div>
 +
 +
<div id="topmenu">
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:WashU" >Home</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Team" id="current">Team</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:WashU/Team#Undergraduates">Undergraduates</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Team#Mentors">Mentors</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Team#Advisors">Advisors</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Team#Pictures_of_Us_and_our_Lab">Pictures</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Yeast" id="current">Yeast</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:WashU/Yeast#Background">Background</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Yeast#Project_Goals">Project Goals</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Yeast#Results">Results</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Splicing" id="current">Splicing</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:WashU/Splicing#Background">Background</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Splicing#Splicing:_The_New_Alternative_-_Project_Goals">Project Goals</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Splicing#Results">Results</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Parts">Parts</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Notebook">Notebook</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:WashU/Notebook/MolecularBiology">Molecular Biology Group</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Notebook/Yeast">Yeast Group</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Notebook/Microscropy">Microscopy Group</a></li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Notebook/Biobricks">Biobrick Group</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2010.igem.org/Team:WashU/Safety">Safety</a></li>
 +
</ul>
 +
</div>
 +
 +
 +
 +
 +
<!-- Start of StatCounter Code -->
 +
<script type="text/javascript">
 +
var sc_project=6047317;
 +
var sc_invisible=1;
 +
var sc_security="7c372fd7";
 +
</script>
 +
 +
<script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script>
 +
<noscript>
 +
<div class="statcounter"><a title="tumblr site counter" href="http://www.statcounter.com/tumblr/" target="_blank">
 +
<img class="statcounter" src="http://c.statcounter.com/6047317/0/7c372fd7/1/" alt="tumblr site counter" ></a></div></noscript>
 +
<!-- End of StatCounter Code -->
 +
 +
</body>
</html>
</html>

Latest revision as of 14:12, 27 October 2010