Team:Baskent-Meds/test

From 2012.igem.org

(Difference between revisions)
 
(71 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
<html>
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
Line 6: Line 6:
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.js" type="text/javascript"></script>
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.js" type="text/javascript"></script>
<script src="http://buildinternet.com/live/smoothmenu/js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="http://buildinternet.com/live/smoothmenu/js/jquery.easing.1.3.js" type="text/javascript"></script>
-
<script src="http://buildinternet.com/live/smoothmenu/animated-menu.js" type="text/javascript"></script>
 
-
<script language="JavaScript" type="text/JavaScript">
 
<!--
<!--
 +
<script>
 +
$(document).ready(function(){
 +
 +
//Fix Errors - http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup/
 +
 +
//Remove outline from links
 +
$("a").click(function(){
 +
$(this).blur();
 +
});
 +
 +
//When mouse rolls over
 +
$("li").mouseover(function(){
 +
$(this).stop().animate({height:'150px'},{queue:false, duration:600, easing: 'easeOutBounce'})
 +
});
 +
 +
//When mouse is removed
 +
$("li").mouseout(function(){
 +
$(this).stop().animate({height:'50px'},{queue:false, duration:600, easing: 'easeOutBounce'})
 +
});
 +
 +
});
 +
 +
-->
 +
</script>
 +
<link rel="stylesheet" type="text/css" media="screen" href="http://www.bustack.com/wiki/css/coda-slider.css">
 +
<link rel="stylesheet" href="http://www.bustack.com/wiki/nivo/themes/default/default.css" type="text/css" media="screen" />
 +
<link rel="stylesheet" href="http://www.bustack.com/wiki/nivo/nivo-slider.css" type="text/css" media="screen" />
 +
<link rel="stylesheet" href="http://www.bustack.com/wiki/nivo/demo/style.css" type="text/css" media="screen" />
 +
 +
    </script>
 +
<script language="JavaScript" type="text/JavaScript">
 +
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
Line 15: Line 45:
}
}
MM_reloadPage(true);
MM_reloadPage(true);
-
//-->
+
 
</script>
</script>
 +
<script type="text/javascript" src="http://www.bustack.com/wiki/nivo/demo/scripts/jquery-1.7.1.min.js"></script>
 +
    <script type="text/javascript" src="http://www.bustack.com/wiki/nivo/jquery.nivo.slider.js"></script>
 +
</head>   
</head>   
<style type="text/css">
<style type="text/css">
-
+
h1{margin:100px;}#top-section {height: 20px;border-left: none;border-right: none;}
-
#top-section {height: 20px;border-left: none;border-right: none;}
+
#siteSub {display:none;}
#siteSub {display:none;}
#search-controls {display:none;}
#search-controls {display:none;}
Line 51: Line 83:
#catlinks { height: 0px; overflow: hidden; display: none; border:  }
#catlinks { height: 0px; overflow: hidden; display: none; border:  }
-
body{
+
body{
-
    font-family:"Gill Sans MT", Helvetica;
+
font-family:"Gill Sans MT", Helvetica;
-
font-size: 18px;
+
font-size: 12px;
-
    background:#F3F3F3;
+
background:#F3F3F3;
 +
color: #FFFFFF;
 +
background-color: #FFFFFF;
}   
}   
    
    
Line 63: Line 97:
    
    
li{   
li{   
-
     width:100px;   
+
     width:110px;   
-
     height:50px;   
+
     height:40px;   
     float:left;   
     float:left;   
     color:#191919;   
     color:#191919;   
Line 71: Line 105:
}   
}   
    
    
-
a{
+
a{
-
    color:#FFF;
+
color:#FFF;
-
    text-decoration:none;
+
text-decoration:none;
 +
font-family: Gill Sans MT, Helvetica;
 +
font-size: 18px;
}   
}   
    
    
Line 81: Line 117:
    
    
   
   
-
 
+
 
/*Menu Color Classes*/   
/*Menu Color Classes*/   
-
.green{background:#6AA63B;}   
+
 
-
.yellow{background:#FBC700;}   
+
.green{
-
.red{background:#D52100;}   
+
background:#6AA63B;
-
.purple{background:#5122B4;}   
+
color: #FFFFFF;
-
.blue{background:#0292C0;}  
+
font-size: 18px;
-
.pink{background: #000000}  
+
}   
-
.style2 {font-size: 16px}
+
.yellow{
 +
background:#FBC700;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
}   
 +
.red{
 +
background:#D52100;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
}   
 +
.purple{
 +
background:#5122B4;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
}   
 +
.blue{
 +
background:#0292C0;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
}  
 +
.pink{
 +
background: #000000;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
}  
 +
.style2 {
 +
font-size: 16px;
 +
color: #FFFFFF;
 +
}
 +
    a:link {
 +
text-decoration: none;
 +
}
 +
a:visited {
 +
text-decoration: none;
 +
color: #FFFFFF;
 +
}
 +
a:hover {
 +
text-decoration: none;
 +
color: #FFFFFF;
 +
}
 +
a:active {
 +
text-decoration: none;
 +
color: #FFFFFF;
 +
}
 +
    .style3 {color: #000000}
 +
height: 74px;
 +
width: 74px;
 +
}
 +
.style8 {font-size: 18px}
 +
    .style11 {font-size: 36px}
     </style>
     </style>
</head>   
</head>   
<body>   
<body>   
-
     <div id="Layer2" style="position:absolute; left:90px; top:13px; width:907px; height:1801px; z-index:2">
+
     <div id="Layer2" style="position:absolute; left:-20px; top:-8px; width:1000px; height:9000px; z-index:2">
-
<div id="Layer1" style="position:absolute; left:96px; top:1px; width:750px; height:127px; z-index:1">
+
   
-
    <p>&nbsp;    </p>
+
-
    <ul><li class="green"><p><a href="#">Home</a></p> 
+
  <div id="Layer3" style="position:absolute; left:-20px; top:-8px; width:1000px; height:9000px; z-index:2">
-
        <p class="subtext"></br>
+
   
-
        <span class="style2">The front page</span></p>
+
        <div class="slider-wrapper theme-default">
-
        </li>
+
            <div id="slider" class="nivoSlider">
-
        <li class="yellow">
+
               
-
            <p><a href="#">About</a></p>
+
<a href="/Team:Baskent-Meds/Project"><img src="http://www.bustack.com/wiki/thumb/thumb.JPG" alt="ssa" title="#risorc"/>
-
             <p class="style2">More info</p>
+
-
        </li>
+
<a href="/Team:Baskent-Meds/Notebook"><img src="http://www.bustack.com/wiki/thumb/thumb3.JPG" alt="asd" title="#buk"/>
-
        <li class="red">
+
<a href="/Team:Baskent-Meds/Team"><img src="http://www.bustack.com/wiki/thumb/thumb4.JPG" alt="mearba" title="#mit"/>
-
            <p><a href="#">Contact</a></p>
+
<a href="/Team:Baskent-Meds/Gallery"><img src="http://www.bustack.com/wiki/thumb/thumbson.JPG" alt="dasda" border="0" title="#fan"/></a>
-
            <p class="style2">>Get in touch</p>
+
-
        </li>
+
               
-
        <li class="blue">
+
            </div>
-
            <p><a href="#">Submit</a></p>
+
             <div id="risorc" class="nivo-html-caption">
-
            <p class="style2">Send us your stuff!</p>
+
                <strong>our</strong> research's pillars, <em> killing the legionella</em><a href="/Team:Baskent-Meds/Project">a link</a>.
-
        </li>
+
            </div>
-
        <li class="purple">
+
<div id="buk" class="nivo-html-caption">
-
            <p><a href="#">Terms</a></p>
+
                <strong>Follows us </strong> in the <em>lab</em>, we are telling what we did <a href="/Team:Baskent-Meds/Notebook">a link</a>.
-
            <p class="style2">Legal things</p>
+
            </div>
-
        </li>  
+
<div id="mit" class="nivo-html-caption">
-
<li class="pink">
+
                <strong>have</strong> we <em> met</em>? <a href="/Team:Baskent-Meds/Team">a link</a>.
-
            <p><a href="#">Terms</a></p>
+
            </div>
-
            <p class="style2">Legal things</p>
+
<div id="fan" class="nivo-html-caption">
-
        </li>  
+
                <strong>also</strong> we have<em>fun!</em> with our competitors <a href="/Team:Baskent-Meds/Gallery">a link</a>.
-
     </ul>  
+
            </div>
-
</div>  
+
        </div>
-
  </div>
+
</div>
 +
     </div>
 +
      <script type="text/javascript">
 +
   
 +
$(window).load(function() {
 +
        $('#slider').nivoSlider();
 +
    });
 +
    </script>
</body>   
</body>   
</html>
</html>

Latest revision as of 01:44, 1 August 2012

Smooth Animated jQuery Menu

our research's pillars, killing the legionellaa link.
Follows us in the lab, we are telling what we did a link.
have we met? a link.
also we havefun! with our competitors a link.