Team:Yale/Templates/Yale Header

From 2010.igem.org

(Difference between revisions)
 
(39 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
<script type="text/javascript">
 +
$('.left-menu ul')[0].innerHTML="<li><a href=\"https://2010.igem.org\" style=\"font-weight:normal; text-transform:none\">2010 iGEM home</a></li>"+$('.left-menu ul')[0].innerHTML;
 +
 +
function loadalert ()
 +
 +
        {alert("You are currently using Internet Explorer.  For optimal experience on the iGEM Yale wiki, we highly recommend using either Mozilla Firefox or Google Chrome.")}
 +
</script>
 +
 +
<!--[if IE]>
 +
<body onLoad="loadalert()">
 +
<![endif]-->
 +
<title>iGEM Yale</title>
<title>iGEM Yale</title>
Line 9: Line 21:
body {
body {
-
         font-family: Helvetica, sans-serif;}
+
         font-family: 'Helvetica Neue', Arial, sans-serif;}
#menubar li a{
#menubar li a{
Line 73: Line 85:
}
}
-
div#main-content a {
+
div#main-content a#nav {
                 color: black;
                 color: black;
                 float: right;
                 float: right;
-
                 padding-top: 15px;
+
                 padding-top: 10px;
 +
                padding-bottom: 10px;
                 font-weight: bold;
                 font-weight: bold;
}
}
-
div#main-content a:hover, ul#nav li a:active {
+
div#main-content a:hover, div#main-content a:active {
color: #8f6620;
color: #8f6620;
}
}
div#main-content h5 {
div#main-content h5 {
-
font: 20px Helvetica,sans-serif;
+
font: 18px Helvetica,sans-serif;
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
color: white;
color: white;
text-align: center;
text-align: center;
 +
                padding-top: 10px;
}
}
Line 103: Line 117:
padding-right: 15px;
padding-right: 15px;
width: 645px;
width: 645px;
-
height: 385px;
+
height: 440px;
background: url(https://static.igem.org/mediawiki/2010/d/db/Yale-home-left.png) repeat-x #e4e5e5;
background: url(https://static.igem.org/mediawiki/2010/d/db/Yale-home-left.png) repeat-x #e4e5e5;
}
}
 +
 +
div#main-content div#left-col div#img-nav{
 +
float: left;
 +
padding-right: 15px;
 +
padding-bottom: 15px;
 +
}
div#main-content div#right-col {
div#main-content div#right-col {
Line 112: Line 132:
padding-right: 15px;
padding-right: 15px;
width: 215px;
width: 215px;
-
height: 385px;
+
height: 440px;
background: url(https://static.igem.org/mediawiki/2010/2/23/Yale-home-right.png) repeat-x #e4e5e5;
background: url(https://static.igem.org/mediawiki/2010/2/23/Yale-home-right.png) repeat-x #e4e5e5;
}
}
Line 127: Line 147:
background: url(https://static.igem.org/mediawiki/2010/9/92/Yale-left-img1.png) bottom;
background: url(https://static.igem.org/mediawiki/2010/9/92/Yale-left-img1.png) bottom;
text-indent: -99999px;
text-indent: -99999px;
-
float: left;
+
        float: left;
}
}
Line 187: Line 207:
<li><a href="https://2010.igem.org/Team:Yale/Our Project">our project</a></li>
<li><a href="https://2010.igem.org/Team:Yale/Our Project">our project</a></li>
<li><a href="https://2010.igem.org/Team:Yale/Our Team">our team</a></li>
<li><a href="https://2010.igem.org/Team:Yale/Our Team">our team</a></li>
 +
</ul>
</div>
</div>
</div>
</div>
</body>
</body>
</html>
</html>

Latest revision as of 02:52, 28 October 2010

iGEM Yale