Team:KAIST/header

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<link rel="stylesheet" type="text/css">
+
<head>
-
<!--[if lt IE 9]>
+
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<![endif]-->
+
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
-
<script type="text/javascript" ></script>
+
  <script type="text/javascript">
-
<script type="text/javascript" ></script>
+
  $(document).ready(function(){
-
<style type="text/css">
+
-
html, body {
+
-
margin: 0;
+
-
padding: 0;
+
-
}
+
-
/* Wiki Hacks - START */
+
-
#globalWrapper {
+
    $(function(){
-
background-color: transparent;
+
    var path = location.pathname.substring(1);
-
border: none;
+
    var last = path.split("/");
-
margin: 0;
+
    if ( last[1] ) {
-
padding: 0;
+
      $('#headover ul li a[href*="' + last[1] + '"]').addClass("curlink").css("color","#ea8828");
-
}
+
    }
 +
    else {
 +
      $('#headover ul li a[href$="' + path + '"]').addClass("curlink").css("color","#ea8828");
 +
    }
 +
    });
-
#content {
+
    $('#menuback').mouseover(function() {
-
background-color: transparent;
+
    $('#headover').stop().animate({height:'150px',top:'0px'},1000);
-
border: none;
+
    });
-
padding: 0;
+
-
margin: 0;
+
-
width: 100%;
+
-
}
+
-
#bodyContent {
+
    $('#menu').mouseleave(function() {
-
border: none;
+
    $('.listhead').not('.curlink').css("color","#ffffff");
-
padding:0;
+
    $('.listmain').not('.curlink').css("color","#dddddd");
-
margin:0;
+
    $('#headover ul').fadeOut(500);
-
width:100%;
+
    $('#headover').stop().animate({height:'50px',top:'100px'},1000);
-
}
+
    });
-
#top-section {
+
    $('.listhead').mouseover(function(){
-
height: 10px;
+
    $('.listhead').not('.curlink').css("color","#ffffff");
-
margin-top: -5px;
+
    $(this).css("color","#444444");
-
margin-left: auto;
+
    $('#headover ul').css("display","none");
-
margin-right: auto;
+
    var vActive = $(this).attr("id");
-
margin-bottom: 0 !important;
+
    $('.'+vActive).stop(true, true).fadeIn(500);
-
margin-bottom: 10px;
+
    });
-
padding:0;
+
-
border: none;
+
-
}
+
-
#p-logo {
+
    $('.listmain').mouseover(function(){
-
height:1px;
+
    $('.listmain').not('.curlink').css("color","#dddddd");
-
overflow:hidden;
+
    $(this).css("color","#ea8828");
-
display: none;
+
    });
-
}
+
-
#search-controls {
+
    $('#headover').mouseleave(function(){
-
overflow:hidden;
+
    $('.listmain').not('.curlink').css("color","#dddddd");
-
display:block;
+
    });
-
background: none;
+
-
position: absolute;
+
-
top: 0px;
+
-
right: 0px;
+
-
}
+
-
.left-menu {
+
  });
-
width: 400px;
+
  </script>
-
display:block;
+
  <style type="text/css">
-
float:left;
+
-
margin-top:-80px;
+
-
border: none;
+
-
}
+
-
.left-menu ul {
+
  a:link {color:#20548f;}
-
border: none;
+
  a:visited {color:#20548f;}
-
}
+
  a:hover {color:#20548f;}
 +
  a:active {color:#20548f;}
-
#menubar.right-menu {
+
  #top-section {
-
width:300px;
+
  background-color: #ffffff;
-
display:block;
+
  height: 100px;
-
float:left;
+
  border: none;
-
margin-top:-80px;
+
  width:910px;
-
border: none;
+
  height:20px}
-
}
+
-
.right-menu ul {
+
  #p-logo {
-
border: none;
+
  position: absolute;
-
}
+
  display: none;}
-
#footer-box {
+
  #search-controls {
-
background-color: transparent;
+
  display: none;}
-
border: none;
+
-
width: 1002px;
+
-
margin: 0 auto;
+
-
padding: 0;
+
-
}
+
-
#footer {
+
  #menubar.left-menu {
-
border: none;
+
  position: absolute;
-
width: 1002px;
+
  top:0px;
-
margin: 0;
+
  left:0px;}
-
padding: 0;
+
-
}
+
-
.firstHeading {
+
  #menubar.right-menu {
-
display: none;
+
  position: absolute;
-
}
+
  top:0px;
 +
  right:0px;}
-
#f-list a {
 
-
color: #333;
 
-
font-size: 10px;
 
-
}
 
-
#f-list a:hover {
+
  #menubar a:active,#menubar a:hover,#menubar a:link,#menubar a:visited {
-
color: #666;
+
  color: #000000;}
-
}
+
-
#footer ul {
+
  #footer-box {
-
margin: 0;
+
  width:900px;}
-
padding: 0;
+
-
}
+
-
#footer ul li {
+
  body {
-
margin-top: 0;
+
  background-color: #555555}
-
margin-bottom: 0;
+
-
margin-left: 10px;
+
-
margin-right: 10px;
+
-
padding: 0;
+
-
}
+
-
/* Wiki Hacks - END */
+
  .firstHeading {
 +
    display: none;}
-
#dashed_line {
+
  #content {
-
background-image: url();
+
    width: 900px;
-
height: 1px;
+
    border: none;
-
width: 100%;
+
    font-family: helvetica, arial, sans-serif;
-
overflow: hidden;
+
    color: #555555}
-
}
+
-
#wrapper {
+
  #title {
-
width: 1002px;
+
    width:900px;
-
margin: 0 auto;
+
    height:55px;
-
}
+
    position: relative;
 +
    top: 0px;
 +
    left: 0px;}
-
#header_wrap {
+
  #paralogo {
-
width:100%;
+
    width:400px;
-
height:0px;
+
    height:50px;
-
}
+
    position: relative;
 +
    top: 0px;
 +
    left: 20px;}
-
#menu_wrap {
+
  #implogo {
-
width:100%;
+
    width:200px;
-
height:0px;
+
    height:50px;
-
display:block;
+
    position: absolute;
-
float: left;
+
    top: 0px;
-
}
+
    left: 435px;}
-
#content_wrap {
+
  #igemlogo {
-
width:100%;
+
    width:84px;
-
/* background-color: #fff; */
+
    height:50px;
-
margin-top: -24px;
+
    position:absolute;
-
display:block;
+
    top:0px;
-
float: left;
+
    left:615px;}
-
}
+
-
#footer_wrap {
+
  #csynbilogo {
-
width:100%;
+
    width:140px;
-
height:40px;
+
    height:35px;
-
background-color: transparent;
+
    position:absolute;
-
display:block;
+
    top:-10px;
-
float: left;
+
    left:695px;}
-
padding-top: 10px;
+
-
}
+
-
/* Footer START */
+
  #csbl {
 +
    width:140px;
 +
    height:35px;}
-
#footer_wrap #copyright {
+
  #belink {
-
display: block;
+
    width:200px;
-
float: left;
+
    height:16px;
-
width: 300px;
+
    position: absolute;
-
text-align: center;
+
    top: 25px;
-
font-size: 10px;
+
    font-size:1em;
-
color: #000;
+
    left: 697px;
-
}
+
    font-weight:500;}
-
#footer_wrap #footer_links {
+
  #belink a {
-
display: block;
+
    text-decoration:none;}
-
float: right;
+
-
width: 500px;
+
-
text-align: center;
+
-
font-size: 10px;
+
-
}
+
-
#footer_links ul {
+
  #mblink {
-
margin: 0;
+
    width:205px;
-
padding: 0;
+
    height:16px;
-
}
+
    position: absolute;
 +
    top: 42px;
 +
    font-size:1em;
 +
    left: 697px;
 +
    font-weight:500;}
-
#footer_links ul li {
+
  #mblink a {
-
display: block;
+
    text-decoration:none;}
-
list-style-type: none;
+
-
float:left;
+
-
padding: 0;
+
-
margin: 0 5px 0 5px;
+
-
}
+
-
#footer_links ul li a {
+
  #menu {
-
color: #000;
+
    width:900px;
-
text-decoration: none;
+
    height:150px;
-
}
+
    position: relative;
 +
    top: 20px;
 +
    left: 0px;}
-
#footer_links ul li a:hover {
+
  #menuback {
-
text-decoration: underline;
+
    width:100px;
-
}
+
    height:150px;
 +
    position: absolute;
 +
    top: 0px;
 +
    left: 0px;
 +
    background-color: #ea8828}
-
/* Footer END */
+
  #headpic {
 +
    width:800px;
 +
    height:150px;
 +
    position: absolute;
 +
    top: 0px;
 +
    left: 100px;
 +
    background-image: url(''); }
 +
  #headover {
 +
    width: 800px;
 +
    height:50px;
 +
    position: absolute;
 +
    top: 100px;
 +
    left: 0px;
 +
    background: url('') 0px 0px no-repeat; }
-
/* Body START */
+
  a {
-
#content_table {
+
    outline:none;}
-
width:100%;
+
-
padding:0;
+
-
margin: 10px 0 0 0;
+
-
border:none;
+
-
border-color: transparent;
+
-
border-collapse:collapse;
+
-
background-color: transparent;
+
-
}
+
-
#content_table #top_row {
+
  #headtit{
-
background-image: url(/wiki/images/2/24/Main_bg.png);
+
    font-family: helvetica, arial, sans-serif;
-
background-repeat: no-repeat;
+
    font-size: 1.2em;
-
height: 20px;
+
    color: #ffffff;
-
border: none;
+
    position: absolute;
-
overflow: hidden;
+
    top: 0.5em;
-
line-height: 10px;
+
    right: 1.4em;}
-
font-size: 10px;
+
-
float: left;
+
-
display: block;
+
-
width: 100%;
+
-
}
+
-
#content_table #bottom_row {
+
  .dark{
-
background-image: url(https://static.igem.org/mediawiki/2010/3/3c/Main_bg_bottom.png);
+
    color: #dddddd;}
-
background-repeat: no-repeat;
+
-
background-position: bottom left;
+
-
height: 20px;
+
-
border: none;
+
-
overflow: hidden;
+
-
float: left;
+
-
display: block;
+
-
width: 100%;
+
-
}
+
-
#content_table .main_row {
+
  .highlight{
-
background-image: url(https://static.igem.org/mediawiki/2010/d/d3/Main_bg_middle.png);
+
    color: #ea8828;}
-
float: left;
+
-
display: block;
+
-
width: 1002px;
+
-
}
+
-
#main_td {
+
  #menulist{
-
width:1002px;
+
    position: absolute;
-
vertical-align: top;
+
    top: 16px;
-
padding-right: 10px;
+
    left: 3px;
-
padding-left: 10px;
+
    list-style: none;}
-
float: left;
+
-
display: block;
+
-
}
+
-
/* Body END */
+
  #menulist li{
 +
    height: 30px;
 +
    }
-
/* Head START */
+
  #menulist li a{
-
h1.logo {
+
    font-weight: 100;
-
background-image: url();
+
    font-size: 1.2em;
-
background-repeat: repeat-y;
+
    text-decoration: none;
-
border:none;
+
    font-family: helvetica, arial, sans-serif;
-
width: 390px;
+
    color: #ffffff;}
-
height: 0px;
+
-
}
+
-
/*#search-controls {
+
  #headover ul{
-
background-image: url();
+
    list-style: none;
-
background-repeat: no-repeat;
+
    display: none;
-
background-position: -5px -10px;
+
    position: absolute;
-
border: none;
+
    top: 1.2em;
-
width:217px;
+
    left: 0.2em;
-
height:48px;
+
    }
-
text-align:left;
+
-
}
+
-
*/
+
-
#search-controls input {
+
-
display: block;
+
-
float: left;
+
-
}
+
-
/*
+
-
#search-controls #searchInput {
+
-
width: 145px;
+
-
border: none;
+
-
margin-left: 8px;
+
-
margin-top: 3px;
+
-
padding: 2px;
+
-
color: #000;
+
-
font-size: 10px;
+
-
height:16px;
+
-
}
+
-
*/
+
-
#search-controls #searchGoButton {
+
-
display:none;
+
-
}
+
-
/*
+
-
#search-controls #mw-searchButton {
+
-
width: 33px;
+
-
border: none;
+
-
cursor: pointer;
+
-
height: 26px;
+
-
color: #ffffff;
+
-
text-indent:-9999px;
+
-
line-height:0;
+
-
text-align: right;
+
-
font-size: 1px;
+
-
}
+
-
*/
+
-
/* Head END */
+
  #headover ul ul{
 +
    position: absolute;
 +
    width:10em;
 +
    top:-0.2em;
 +
    left: 10em;
 +
    list-style:none;}
-
</style>
+
  #headover ul li{
-
<div id="dashed_line">&nbsp;</div>
+
    height: 2.4em;
-
<div id="wrapper">
+
    }
-
<div id="header_wrap"><h1 class="logo"></h1></a></div>
+
 +
  #headover ul li a{
 +
    font-weight: 100;
 +
    font-size: 1.2em;
 +
    text-decoration: none;
 +
    font-family: helvetica, arial, sans-serif;
 +
    color: #dddddd;}
 +
 +
  </style>
 +
</head>
 +
<body>
 +
  <div id='title'>
 +
  <div id='paralogo'>
 +
    <a href=''>
 +
    <img src=''>
 +
    </a>
 +
  </div>
 +
  <div id='implogo'>
 +
    <a href=''>
 +
    <img src=''>
 +
    </a>
 +
  </div>
 +
  <div id='igemlogo'>
 +
    <a href='https://2010.igem.org/Main_Page'>
 +
    <img src='https://static.igem.org/mediawiki/2010/7/7d/ICLlogo2.png'>
 +
    </a>
 +
  </div>
 +
  <div id='csynbilogo'>
 +
    <a href=''>
 +
    <img id="" src=''>
 +
    </a>
 +
  </div>
 +
  <div id='belink'>
 +
    <a href=''></a>
 +
  </div>
 +
  <div id='mblink'>
 +
    <a href=''></a>
 +
  </div>
 +
  </div>
 +
  <div id='menu'>
 +
  <div id='menuback'>
 +
    <ul id='menulist'>
 +
    <li><a href='#' class='listhead' id='project'></a></li>
 +
    <li><a href='#' class='listhead' id='plan'></a></li>
 +
    <li><a href='#' class='listhead' id='results'></a></li>
 +
    <li><a href='#' class='listhead' id='extra'></a></li>
 +
    </ul>
 +
  </div>
 +
  <div id='headpic'>
 +
    <div id='headover'>
 +
    <p id='headtit'>Parasight<span class='dark'> &nbsp;<span class='highlight'>|</span>&nbsp;&nbsp;Parasite detection with a rapid response</span></p>
 +
    <ul class='project'>
 +
      <li><a href=''class='listmain' id='results'></a></li>
 +
      <li><a href=''class='listmain' id='results'></a></li>
 +
      <li><a href=''class='listmain' id='results'></a></li>
 +
      <li><a href='https://2010.igem.org/Team:Imperial_College_London/Chassis' class='listmain' id='results'>Chassis</a></li> 
 +
      </ul>
 +
    </ul>
 +
    </div>
 +
  </div>
 +
  </div>
 +
</body>
</html>
</html>

Revision as of 08:05, 14 June 2011