Template:Leanna css

From 2010.igem.org

(Difference between revisions)
 
(47 intermediate revisions not shown)
Line 7: Line 7:
   <script src="http://d2o0t5hpnwv4c1.cloudfront.net/004_Moo/tutorial/demo/sliding_effect.js"></script>
   <script src="http://d2o0t5hpnwv4c1.cloudfront.net/004_Moo/tutorial/demo/sliding_effect.js"></script>
<script> google.load("jquery", "1.4.2"); </script>
<script> google.load("jquery", "1.4.2"); </script>
-
<script type="text/javascript">
+
<!--[if IE]>
-
$('#rightMenu a')
+
<style>
-
.css( {backgroundPosition: "0 0"} )
+
#whitespace {
-
.mouseover(function(){
+
height: 200px;
-
$(this).stop().animate(
+
}
-
{backgroundPosition:"(0 -250px)"},
+
#header {
-
{duration:500})
+
width: 985px;
-
})
+
padding: 0px;
-
.mouseout(function(){
+
margin: 0px;
-
$(this).stop().animate(
+
background-color: black;
-
{backgroundPosition:"(0 0)"},
+
}
-
{duration:500})
+
#navwrapper {
-
})
+
position: absolute;
-
</script>
+
width: 985px;
-
<script type="text/javascript">
+
padding: 1px;
-
$(function() {
+
margin: 1px;
-
$("#button").toggle(
+
background-color: green;
-
function() {
+
}
-
$("#effect").animate({backgroundColor: '#aa0000', color: '#fff', width: 500}, 1000);
+
-
},
+
-
function() {
+
-
$("#effect").animate({backgroundColor: '#fff', color: '#000', width: 240}, 1000);
+
-
}
+
-
);
+
-
});
+
-
$(document).ready(function(){
+
-
if($("#nav")) {
+
-
$("#nav dd").hide();
+
-
$("#nav dt b").click(function() {
+
-
if(this.className.indexOf("clicked") != -1) {
+
-
$(this).parent().next().slideUp(200);
+
-
$(this).removeClass("clicked");
+
-
}
+
-
else {
+
-
$("#nav dt b").removeClass();
+
-
$(this).addClass("clicked");
+
-
$("#nav dd:visible").slideUp(200);
+
-
$(this).parent().next().slideDown(500);
+
-
}
+
-
return false;
+
-
});
+
-
}
+
-
});
+
-
</script>
+
#topnav {
 +
height: 65px;
 +
padding: 1px;
 +
margin: 1px;
 +
background-color: pink;
 +
}
 +
 
 +
 
 +
 
 +
</style>
 +
<![endif]-->
<style type="text/css">
<style type="text/css">
.toggler { width: 500px; height: 200px; position: relative;}
.toggler { width: 500px; height: 200px; position: relative;}
Line 618: Line 603:
#topnav li.about ul {
#topnav li.about ul {
-
width: 923px;
+
width: 955px;
}
}
Line 678: Line 663:
#topnav li.notebook ul {
#topnav li.notebook ul {
-
width: 463px;
+
width: 336x;
-
padding-left: 460px;
+
padding-left: 360px;
}
}
Line 697: Line 682:
#topnav li.contributions ul {
#topnav li.contributions ul {
-
width: 403px;
+
width: 603px;
-
padding-left: 520px;
+
padding-left: 420px;
}
}
Line 753: Line 738:
</li>
</li>
<li class="notebook"><a href="https://2010.igem.org/Team:MIT/Notebook"><table style="padding: 5px; background-color: transparent; color:white;"><tr><td>Notebook</td></table>
<li class="notebook"><a href="https://2010.igem.org/Team:MIT/Notebook"><table style="padding: 5px; background-color: transparent; color:white;"><tr><td>Notebook</td></table>
-
<!-- <img src="https://static.igem.org/mediawiki/2010/e/ed/Pelletedcrop.png" width=182px> --!>
 
</a>
</a>
<ul>
<ul>
Line 764: Line 748:
<li class="contributions"><a href="#" class="last"><table style="padding: 5px; background-color: transparent; color:white;"><tr><td>Contributions</td></table></a>
<li class="contributions"><a href="#" class="last"><table style="padding: 5px; background-color: transparent; color:white;"><tr><td>Contributions</td></table></a>
<ul>
<ul>
-
<li><a href="#">New Mammalian Standard</a></li>
+
<li><a href="https://2010.igem.org/Team:MIT_mammalian_Standard">New Mammalian Standard</a></li>
<li><a href="#">New Backbone</a></li>
<li><a href="#">New Backbone</a></li>
<li class="last"><a href="https://2010.igem.org/Team:MIT_bioethics">Bioethics</a></li>
<li class="last"><a href="https://2010.igem.org/Team:MIT_bioethics">Bioethics</a></li>
Line 780: Line 764:
<br><a href="mailto:igem2010.mit@gmail.com?subject=Questions about MIT iGEM 2010"><img src="https://static.igem.org/mediawiki/2010/8/8b/Gmail-square.png" height=40px>
<br><a href="mailto:igem2010.mit@gmail.com?subject=Questions about MIT iGEM 2010"><img src="https://static.igem.org/mediawiki/2010/8/8b/Gmail-square.png" height=40px>
</a>
</a>
-
</div>
+
</div></html>
-
</html>
+

Latest revision as of 21:26, 27 October 2010