Team:KAIST/header

From 2011.igem.org

(Difference between revisions)
 
(83 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<head>
+
<head>
-
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
<!--
-
  <script type="text/javascript" src=""></script>
+
-
  <script type="text/javascript">
+
-
  $(document).ready(function(){
+
-
    $(function(){
+
============================================================================================
-
    var path = location.pathname.substring(1);
+
*** PLEASE NOTE: ***
-
    var last = path.split("/");
+
-
    if ( last[1] ) {
+
-
      $('#headover ul li a[href*="' + last[1] + '"]').addClass("curlink").css("color","#ea8828");
+
-
    }
+
-
    else {
+
-
      $('#headover ul li a[href$="' + path + '"]').addClass("curlink").css("color","#ea8828");
+
-
    }
+
-
    });
+
-
    $('#menuback').mouseover(function() {
+
The contents and design of this wiki are published under the GNU Free Documentation License. You are granted the right to copy and modify our work, but you must publish your work under the same type of license while recognizing us the authors.
-
    $('#headover').stop().animate({height:'150px',top:'0px'},1000);
+
-
    });
+
-
    $('#menu').mouseleave(function() {
+
Stefan Kleinsorg, Thomas Uhlig
-
    $('.listhead').not('.curlink').css("color","#ffffff");
+
-
    $('.listmain').not('.curlink').css("color","#dddddd");
+
-
    $('#headover ul').fadeOut(500);
+
-
    $('#headover').stop().animate({height:'50px',top:'100px'},1000);
+
-
    });
+
-
    $('.listhead').mouseover(function(){
+
============================================================================================
-
    $('.listhead').not('.curlink').css("color","#ffffff");
+
-
    $(this).css("color","#444444");
+
-
    $('#headover ul').css("display","none");
+
-
    var vActive = $(this).attr("id");
+
-
    $('.'+vActive).stop(true, true).fadeIn(500);
+
-
    });
+
-
    $('.listmain').mouseover(function(){
+
/-->
-
    $('.listmain').not('.curlink').css("color","#dddddd");
+
-
    $(this).css("color","#ea8828");
+
-
    });
+
-
    $('#headover').mouseleave(function(){
+
<style type="text/css">
-
    $('.listmain').not('.curlink').css("color","#dddddd");
+
-
    });
+
-
  });
+
/* IGEM stuff */
-
  </script>
+
-
  <style type="text/css">
+
-
  a:link {color:#20548f;}
 
-
  a:visited {color:#20548f;}
 
-
  a:hover {color:#20548f;}
 
-
  a:active {color:#20548f;}
 
-
  #top-section {
 
-
  background-color: #ffffff;
 
-
  height: 100px;
 
-
  border: none;
 
-
  width:910px;
 
-
  height:20px}
 
-
  #p-logo {
+
#content { background-color:black; border:none; width:983px;}
-
  position: absolute;
+
-
  display: none;}
+
-
  #search-controls {
+
#contentSub {display:none;}
-
  display: none;}
+
#siteSub {display:none;}
 +
#search-controls {
 +
top:30px;
 +
left:0;}
 +
input.searchButton {
 +
position:absolute;
 +
font-size:11pt;
 +
font-family:Calibri;
 +
font-weight:normal;
 +
color:#0066FF;
 +
}
 +
input.searchButton:visited {color: #000000;}
 +
input.searchButton:hover {color:#f09600;}
 +
input.searchButton:active{color:#f09600; font-weight:bold}
 +
#searchGoButton {left:130px;}
 +
#mw-searchButton {left:164px;}
 +
.firstHeading {display:none;}
-
  #menubar.left-menu {
+
#top-section {
-
  position: absolute;
+
height:60px;
-
  top:0px;
+
border-bottom-style:solid;
-
  left:0px;}
+
border-color:#FFFFFF;
 +
border-width:1px;
 +
border-left: none;
 +
border-right: none;
 +
z-index:0;
 +
}
-
  #menubar.right-menu {
+
<!--Remove the banner-->
-
  position: absolute;
+
#p-logo {height:10px; width:10px; overflow:hidden;}
-
  top:0px;
+
#p-logo a{color:black;}
-
  right:0px;}
+
img[src*="/wiki/skins/common/images/wiki.png"]{
 +
    visibility:hidden;
 +
    top:-100px;
 +
    width:10px;
 +
    height:0px;
 +
margin-top:20px;
 +
    background:transparent;
 +
}
 +
#menubar{
 +
background-color:black;
 +
top:0px;
 +
z-index:99;
 +
font-size:10pt;
 +
font-family:Calibri;}
 +
.left-menu {margin-top:0px; left:-20px;}
 +
.left-menu ul {border:none;}
 +
.right-menu {margin-top:0px; right:30px;}
 +
.right-menu ul {border:none;}
 +
#menubar li a {background-color:black; color: #ffffff;}
 +
#menubar li a:visited {color: #ffffff;}
 +
#menubar li a:hover { color:#1478ff;}
 +
#menubar li a:active{ color:#1478ff; font-weight:bold}
-
  #menubar a:active,#menubar a:hover,#menubar a:link,#menubar a:visited {
+
#catlinks {
-
  color: #000000;}
+
border:none;
 +
background-color:black;
 +
padding: 5px;
 +
margin-top: 1em;
 +
clear: both;
 +
border-bottom-style:solid;
 +
border-color:#FFFFFF;
 +
border-width:1px;
 +
}
-
  #footer-box {
+
#footer {
-
  width:900px;}
+
position:relative;
 +
bottom:5%;
 +
background-color:transparent;
 +
font-size:10pt;
 +
font-family:Calibri;
 +
z-index:-1;
 +
}
 +
#footer-box {background-color:transparent; border:none}
 +
#footer li a {color:white;}
 +
#footer li a:visited {color: #666666;}
 +
#footer li a:hover { color:#f09600; text-decoration:none; }
 +
#footer li a:active{ color:#f09600; text-decoration:none; font-weight:bold}
-
  body {
+
body {
-
  background-color: #555555}
+
width=1280px;
 +
background-position:top-center;
 +
background-color:black;
 +
}
-
  .firstHeading {
+
.upbg {
-
    display: none;}
+
position: absolute;
 +
overflow:hidden;
 +
top: -55px;
 +
left: -145px;
 +
width:0px;
 +
height:0px;
 +
z-index:-100;
 +
}
 +
</style>
-
  #content {
+
</head>
-
    width: 900px;
+
-
    border: none;
+
-
    font-family: helvetica, arial, sans-serif;
+
-
    color: #555555}
+
-
  #title {
 
-
    width:900px;
 
-
    height:55px;
 
-
    position: relative;
 
-
    top: 0px;
 
-
    left: 0px;}
 
-
 
-
  #paralogo {
 
-
    width:400px;
 
-
    height:50px;
 
-
    position: relative;
 
-
    top: 0px;
 
-
    left: 20px;}
 
-
 
-
  #implogo {
 
-
    width:200px;
 
-
    height:50px;
 
-
    position: absolute;
 
-
    top: 0px;
 
-
    left: 435px;}
 
-
 
-
  #igemlogo {
 
-
    width:84px;
 
-
    height:50px;
 
-
    position:absolute;
 
-
    top:0px;
 
-
    left:615px;}
 
-
 
-
  #csynbilogo {
 
-
    width:140px;
 
-
    height:35px;
 
-
    position:absolute;
 
-
    top:-10px;
 
-
    left:695px;}
 
-
 
-
  #csbl {
 
-
    width:140px;
 
-
    height:35px;}
 
-
 
-
  #belink {
 
-
    width:200px;
 
-
    height:16px;
 
-
    position: absolute;
 
-
    top: 25px;
 
-
    font-size:1em;
 
-
    left: 697px;
 
-
    font-weight:500;}
 
-
 
-
  #belink a {
 
-
    text-decoration:none;}
 
-
 
-
  #mblink {
 
-
    width:205px;
 
-
    height:16px;
 
-
    position: absolute;
 
-
    top: 42px;
 
-
    font-size:1em;
 
-
    left: 697px;
 
-
    font-weight:500;}
 
-
 
-
  #mblink a {
 
-
    text-decoration:none;}
 
-
 
-
  #menu {
 
-
    width:900px;
 
-
    height:150px;
 
-
    position: relative;
 
-
    top: 20px;
 
-
    left: 0px;}
 
-
 
-
  #menuback {
 
-
    width:100px;
 
-
    height:150px;
 
-
    position: absolute;
 
-
    top: 0px;
 
-
    left: 0px;
 
-
    background-color: #ea8828}
 
-
 
-
  #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; }
 
-
 
-
  a {
 
-
    outline:none;}
 
-
 
-
  #headtit{
 
-
    font-family: helvetica, arial, sans-serif;
 
-
    font-size: 1.2em;
 
-
    color: #ffffff;
 
-
    position: absolute;
 
-
    top: 0.5em;
 
-
    right: 1.4em;}
 
-
 
-
  .dark{
 
-
    color: #dddddd;}
 
-
 
-
  .highlight{
 
-
    color: #ea8828;}
 
-
 
-
  #menulist{
 
-
    position: absolute;
 
-
    top: 16px;
 
-
    left: 3px;
 
-
    list-style: none;}
 
-
 
-
  #menulist li{
 
-
    height: 30px;
 
-
    }
 
-
 
-
  #menulist li a{
 
-
    font-weight: 100;
 
-
    font-size: 1.2em;
 
-
    text-decoration: none;
 
-
    font-family: helvetica, arial, sans-serif;
 
-
    color: #ffffff;}
 
-
 
-
  #headover ul{
 
-
    list-style: none;
 
-
    display: none;
 
-
    position: absolute;
 
-
    top: 1.2em;
 
-
    left: 0.2em;
 
-
    }
 
-
 
-
  #headover ul ul{
 
-
    position: absolute;
 
-
    width:10em;
 
-
    top:-0.2em;
 
-
    left: 10em;
 
-
    list-style:none;}
 
-
 
-
  #headover ul li{
 
-
    height: 2.4em;
 
-
    }
 
-
 
-
  #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'><span class='dark'> &nbsp;<span class='highlight'>|</span>&nbsp;&nbsp;</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>

Latest revision as of 19:38, 27 June 2011