Template:Team:Washington/Templates/Header

From 2011.igem.org

(Difference between revisions)
(Created page with "html> <script type="text/javascript" src="https://static.igem.org/mediawiki/2010/6/6a/Uw_js.txt"></script> <style type="text/css"> body { background-color: #030227; } #uw_leftBar { ...")
Line 1: Line 1:
-
html>
+
<html>
-
<script type="text/javascript" src="https://static.igem.org/mediawiki/2010/6/6a/Uw_js.txt"></script>
+
 
<style type="text/css">
<style type="text/css">
-
body {
+
#content {z-index:4;}
-
  background-color: #030227;
+
#ddwrapper * {z-index:8 !important;}
 +
 
 +
div#ddwrapper {
 +
margin:0;
 +
padding:0;
 +
height:28px;
 +
width:945px; /* change to adjust imperfections in width */
}
}
-
#uw_leftBar {
+
div#ddnav {
-
  float: left;
+
margin:0 auto; /* needed to center the dropdown */
-
  width: 140px;
+
padding:0;
-
  margin-left: 5px;
+
top:5px;
-
  margin-right: 5px;
+
/* width: 965px */
 +
visibility:hidden; /* dropdown is hidden until properly initalised by javascript */
}
}
-
#uw_ss > p {
+
div#ddtoggle {
-
  margin: 0;
+
margin:0;
 +
position:fixed;
 +
right:2px;
 +
top:15px;
 +
height:10px;
 +
width:10px;
 +
z-index:100;
}
}
-
#uw_navBar {
+
 
-
  width: 145px;
+
#ddnav ul {
-
  margin-left: -5px;
+
display:table-row; /* works only for firefox, later adjusted by javascript for IE */
-
  background-color: #030227;
+
margin:0 auto;
-
  font-family: Courier New;
+
padding:0;
-
  font-size: 91%;
+
}
}
-
#uw_navBar a:hover {
+
#ddnav ul li {
-
  background-color: #4B9631;
+
display:table-cell; /* works only for firefox, later adjusted by javascript for IE */
-
  text-decoration: none;
+
list-style:none;
 +
margin:0;
 +
padding:0 !important;
 +
border-right:1px solid #FFF; /* creates illusion of spacing between tabs */
}
}
-
#uw_navBar li {
+
#ddnav ul li:last-child{border-right:none;}
-
  list-style-type: none;
+
#ddnav a{
-
  list-style-image: none;
+
display:block;
-
  padding-left: 0.5em;
+
margin:0;
-
  background-color: #030227;
+
padding:4px 14px; /* play with dimensions for size of tabs */
 +
background-color:#075A90; /* background color for tabs */
 +
color:#FFF !important; /* font color for text in tabs */
 +
text-align:center; /* aligning for text in tabs */
 +
text-decoration:none !important;
 +
font:bold 10pt Trebuchet MS; /* font properties for text in tabs */
 +
outline:0;
}
}
-
#uw_navBar li:first-child {
+
#ddnav ul li a:hover {background-color:#99CCFF;}/* background color for tabs on mouseover */
-
  background-color: #030227;
+
#ddnav li a:active {outline:none;} /* remove standard dotted border for links when clicked (IE) */
-
  font: Courier;
+
#ddnav li a:focus {-moz-outline-style:none;} /* remove standard dotted border for links when clicked (FF) */
 +
#ddnav div {
 +
display:none;
 +
position:absolute;
 +
width:9em;
 +
background-color:#000; /* bug solution, do not change ! */
 +
border:1px solid #5970B2; /* border color for dropdown menus */
 +
opacity:0.9; /* transparancy of the dropdown menus (FF) */
 +
filter:alpha(opacity=90); /* transparancy of the dropdown menus (IE) */
}
}
-
#uw_navBar > li:last-child {
+
#ddnav div a {
-
  background-color: #030227;
+
display:block;
 +
padding:5px 10px; /* play with dimensions of block element in dropdown menus */
 +
position:relative;
 +
font:normal 8pt arial; /* font properties for text in dropdown menus */
 +
text-align:left; /* aligning of text in dropdown menus */
 +
cursor:pointer;
}
}
-
#uw_navBar .selflink {
+
#ddnav div a:hover, #ddnav span a:hover {color:#000 !important;} /* text color on mouseover */
-
  font-size: 130%;
+
#ddnav span div {
-
  background-color: #7D26CD;
+
position:relative;
-
  color: #FCF21D;
+
border:none;
-
}
+
border-bottom:2px groove #5970B2; /* separator for submenus, groove does not work in FF */
-
#uw_content {
+
opacity:1.0; /* avoid stacking transparancy for submenus (FF) */
-
  margin-left:   11.25em;
+
filter:alpha(opacity=100); /* avoid stacking transparancy for submenus (IE) */
-
  padding-left:  1em;
+
-
  padding-right: 1em;
+
-
  min-height:    552px;
+
-
  border-left:   3px solid #030227;
+
-
  border-right:  3px solid #030227;
+
-
  border-top:    3px solid #030227;
+
-
  border-bottom: 3px solid #030227;
+
-
}
+
-
#contentSub {
+
-
  display: none;
+
-
}
+
-
#contentSub + p {
+
-
  display: none;
+
-
}
+
-
h1.firstHeading {
+
-
  display: none;
+
-
}
+
-
#uw_himg {
+
-
  text-align: center;
+
-
  padding-top: 1em;
+
}
}
 +
 +
/* may want to upload the following pictures to a new location */
 +
.expand {background: url('https://static.igem.org/mediawiki/2008/e/ef/Icon-expand.png') no-repeat 95% 50%;}
 +
.collapse {background: url('https://static.igem.org/mediawiki/2008/c/cd/Icon-collapse.png') no-repeat 95% 50%;}
 +
 +
.docked {background: #99ccff url("https://static.igem.org/mediawiki/2008/6/62/Ddnavundock.png") no-repeat 50% 50%;}
 +
.undocked {background: #99ccff url("https://static.igem.org/mediawiki/2008/e/e4/Ddnavdock.png") no-repeat 50% 50%;}
</style>
</style>
-
</html>
 
-
<div id="uw_leftBar">
 
-
<div id="uw_ss">
 
-
<ul id="uw_navBar">
 
-
[[Image:Gears_Husky.png|142px]]
 
-
<li>[[Team:Washington|<span style="color:#F0F7C1">Home</span>]]</li>
 
-
<li>[[Team:Washington/Gram Negative|<span style="color:#F0F7C1">Gram(-) Therapeutic</span>]]<ul>
 
-
  <li>[[Team:Washington/Gram Negative/Design|<span style="color:#F0F7C1">Design</span>]]</li>
 
-
  <li>[[Team:Washington/Gram Negative/Build|<span style="color:#F0F7C1">Build</span>]]</li>
 
-
  <li>[[Team:Washington/Gram Negative/Test|<span style="color:#F0F7C1">Test Results</span>]]</li>
 
-
</ul></li>
 
-
<li>[[Team:Washington/Gram Positive|<span style="color:#F0F7C1">Gram(+) Therapeutic</span>]]<ul>
 
-
  <li>[[Team:Washington/Gram Positive/Design|<span style="color:#F0F7C1">Design</span>]]</li>
 
-
  <li>[[Team:Washington/Gram Positive/Build|<span style="color:#F0F7C1">Build</span>]]</li>
 
-
  <li>[[Team:Washington/Gram Positive/Test|<span style="color:#F0F7C1">Test Results</span>]]</li>
 
-
</ul></li>
 
-
<li>[[Team:Washington/Tools Created|<span style="color:#F0F7C1">Tools Created</span>]]<ul>
 
-
  <li>[[Team:Washington/Tools Created/New Vectors|<span style="color:#F0F7C1">New Vectors</span>]]</li>
 
-
  <li>[[Team:Washington/Tools Created/New Software|<span style="color:#F0F7C1">New Software</span>]]</li>
 
-
</ul></li>
 
-
<li>[[Team:Washington/Tools Used|<span style="color:#F0F7C1">Tools Used</span>]]<ul>
 
-
  <li>[[Team:Washington/Tools Used/Software|<span style="color:#F0F7C1">Software</span>]]</li>
 
-
  <li>[[Team:Washington/Tools Used/Next-Gen Cloning|<span style="color:#F0F7C1">Next-Gen Cloning</span>]]</li>
 
-
</ul></li>
 
-
<li>[[Team:Washington/Protocols|<span style="color:#F0F7C1">Protocols</span>]]</li>
 
-
<li>[[Team:Washington/Safety|<span style="color:#F0F7C1">Safety</span>]]</li>
 
-
<li>[[Team:Washington/Team|<span style="color:#F0F7C1">Meet the Team</span>]]</li>
 
-
<li>[[Team:Washington/Accomplishments|<span style="color:#F0F7C1">Accomplishments</span>]]</li>
 
-
<li>[[Team:Washington/Parts|<span style="color:#F0F7C1">Parts Submitted</span>]]</li>
 
-
<li>[[Team:Washington/Notebook|<span style="color:#F0F7C1">Notebook</span>]]</li>
 
-
<li>[[Team:Washington/Bibliography|<span style="color:#F0F7C1">References</span>]]</li>
 
-
[[Image:washington_bottom_border.png|142px]]
 
-
</ul>
 
-
<html bgcolor="#000000">
 
-
</a></a>
 
-
</html>
 
 +
<!-- IMPORTANT: save following script under a personalized webspace or download the library at www.jquery.com -->
 +
<script type="text/javascript" src="http://student.kuleuven.be/~s0173901/wiki/js/jquery.js"></script>
 +
<script type="text/javascript">
 +
function ddnav() {
 +
$('#ddnav ul li').hover(
 +
function () {
 +
$(this).find('div:first').css('display','block');},
 +
function () {
 +
$(this).find('div:first').css('display','none');}
 +
);
 +
}
 +
 +
function ddnavsub() {
 +
$('#ddnav span > a').toggle(
 +
function () {
 +
$(this).removeClass("#ddnav expand").addClass("#ddnav collapse");
 +
$(this).parent().find('div:first').slideDown('fast');
 +
$(this).hover(
 +
function (){$(this).css('background-color','#99AAFF');},
 +
function (){$(this).css('background-color','#99AAFF');});},
 +
function () {
 +
$(this).removeClass("#ddnav collapse").addClass("#ddnav expand");
 +
$(this).parent().find('div:first').css('display','none');
 +
$(this).hover(
 +
function (){$(this).css('background-color','#99CCFF');},
 +
function (){$(this).css('background-color','#075A90');});}
 +
).addClass("#ddnav expand");
 +
}
 +
 +
/* If you wish to omit the docking feature, remove following function ddtoggle() */
 +
function ddtoggle() {
 +
$('#ddtoggle').toggle(
 +
function () {
 +
$(this).removeClass('undocked').addClass('docked');
 +
$('#ddnav').css('position','fixed');},
 +
function () {
 +
$(this).removeClass('docked').addClass('undocked');
 +
$('#ddnav').css('position','static');}
 +
);
 +
}
 +
 +
function ddalign() {
 +
var _windowWidth = $(window).width();
 +
var _leftOffset = (_windowWidth - 965)/2;
 +
 +
$('div#ddnav').css('left',_leftOffset);
 +
}
 +
 +
function ddmsie() {
 +
$('#ddnav a').hover(
 +
function () {$(this).css('background-color','#99ccff');},
 +
function () {$(this).css('background-color','#075a90');}
 +
);
 +
 +
/* toggle doesn't work yet */
 +
$('#ddtoggle').css('display','none');
 +
 +
$('#ddnav ul').css('display','inline-block');
 +
$('#ddnav ul li').css('display','inline');
 +
$('#ddnav ul li').css('position','relative');
 +
$('#ddnav ul li>a').css('display','inline-block');
 +
$('#ddnav ul li>a').css('margin-right','-4px');
 +
 +
$('#ddnav div').css('left','0');
 +
$('#ddnav div').css('top','100%');
 +
$('#ddnav span div').css('top','0');
 +
}
 +
 +
function ddmozilla() {
 +
ddtoggle();
 +
$(window).bind('resize', function() {ddalign();});
 +
}
 +
 +
$(function () {
 +
ddnav();
 +
ddnavsub();
 +
 +
if(jQuery.browser.msie) ddmsie();
 +
if(jQuery.browser.mozilla) ddmozilla();
 +
 +
$('#ddnav').css('visibility','visible');
 +
});
 +
</script>
 +
 +
<!-- If you wish to omit the docking feature omit following line (div with id ddtoggle) -->
 +
<div id="ddtoggle" class="undocked"></div>
 +
<div id="ddwrapper">
 +
<!-- Here the actual links are defined, simply replace with your own links in the appropriate sections -->
 +
<div id="ddnav" align="center">
 +
<ul>
 +
<li>
 +
<a href="https://2008.igem.org/Team:KULeuven">Home</a>
 +
</li>
 +
<li>
 +
<a>The Team</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Team/LabsandGroups">Research Labs and Groups</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Team/Students">Students</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Team/Instructors">Instructors</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Team/Advisors">Advisors</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Team/Pictures">Pictures</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a>The Project</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project">Summary</a>
 +
<span>
 +
<a>Components</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Input">Input</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Output">Output</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Filter">Filter</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Inverter">Invertimer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Reset">Reset</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/CellDeath">Cell Death</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Memory">Memory</a>
 +
</div>
 +
</span>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Evaluation">End Evaluation</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Literature">Literature</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Brainstorm">Brainstorm</a>
 +
</div>
 +
</li>
 +
        <li>
 +
<a>Ethics</a>
 +
<div>
 +
 +
</div>
 +
</li>
 +
<li>
 +
<a>Submitted Parts</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Parts">Listing</a>
 +
<a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=KULeuven">Sandbox</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a>Modeling</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Overview">Overview</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/KineticConstants">Kinetic Constants</a>
 +
<span>
 +
<a>Components</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Output">Output</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Filter">Filter</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">Invertimer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Reset">Reset</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/CellDeath">Cell Death</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Memory">Memory</a>
 +
</div>
 +
</span>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/FullModel">Full Model</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Model/Sensitivity">Sensitivity Analysis</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/MultiCell">Multi-cell Model</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Diffusion">Diffusion</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a>Data Analysis</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Overview">Overview</a>
 +
<span>
 +
<a>New Parts</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/GFP">GFP (LVA-tag)</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/T7">T7 (UmuD-tag)</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Antisense">Antisense LuxI</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/ccdB">Celldeath (ccdB)</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/HybridProm">Hybrid Promotor</a>
 +
</div>
 +
</span>
 +
                        <span>
 +
<a>Components</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Input">Input</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Output">Output</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Filter">Filter</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Inverter">Invertimer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Reset">Reset</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/CellDeath">Cell Death</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Memory">Memory</a>
 +
</div>
 +
</span>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/FullModel">Full Model</a>
 +
</div>
 +
</li>
 +
        <li>
 +
<a>Software</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Software/MultiCell">Multi-cell Toolbox</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Software/Simbiology2LaTeX">Simbiology2LaTeX Toolbox</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a>Notebook</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/SummerHolidays">Summer Holidays</a>
 +
<span>
 +
<a>Reports</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Meeting Reports">Daily</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Weekly Meetings">Weekly</a>
 +
</div>
 +
</span>
 +
<span>
 +
<a>Lab Data</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Freezer">Freezer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Primers">Primers</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Ligation">Ligation</a>
 +
</div>
 +
</span>
 +
<a href="https://2008.igem.org/Team:KULeuven/Tools">Tools</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Press">Press</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Guestbook">Guestbook</a>
 +
                       
 +
</div>
 +
</li>
 +
       
 +
</ul>
</div>
</div>
</div>
</div>
-
<div id="uw_content">
+
</html>
-
<div id="uw_himg">
+
-
<!-- [[Image:Uw_title_logo.png|400px]] -->
+
-
</div>
+

Revision as of 18:54, 2 September 2011