User:Kleinsorg/menu

From 2010.igem.org

< User:Kleinsorg(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
{{Template_HD2010_topheader}}
+
{{:Team:Heidelberg/Top}}
 +
{{:Team:Heidelberg/Key}}
 +
{{:Team:Heidelberg/Frame}}
-
<html>
+
<html><style type="text/css">
-
<!--
 
-
============================================================================================
+
#toc,
-
*** PLEASE NOTE: ***
+
.toc {
 +
margin-left:50px;
-
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.
 
-
 
-
Stefan Kleinsorg, Thomas Uhlig
 
-
 
-
============================================================================================
 
-
 
-
/-->
 
-
 
-
<head>
 
-
 
-
<style type="text/css">
 
-
#bodyContent {
 
-
        width: 975px;
 
-
        margin: 236px 0px 0px;
 
-
        background-color:transparent;}
 
-
 
-
 
-
#header {
 
-
        position: absolute;
 
-
        left:0px;
 
-
        top:0px;
 
-
        margin:0;
 
-
        width:975px;
 
-
        height:236px;
 
-
        align:left;
 
-
        background-color: transparent;
 
-
        background-image: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/d/d1/Header_nt.png) ;
 
-
        }
 
-
 
-
#menu ul { padding: 0; margin: 0; width:975px; height:236px;}
 
-
#nav { position:absolute; z-index:2; padding: 0 0 0 0;  margin:0px; list-style: none; left:57px; top:83px; float:left; width:975px; height:236px; }
 
-
#nav li {  float: left;  position: relative;  width: 10em; font-family:Calibri; font-size:12pt; }
 
-
#nav li a { text-decoration:none; color:#3b3b3b; font-weight:bold;}
 
-
#nav li a:visited {color: #3b3b3b; }
 
-
#nav li a:hover { color:#f09600; }
 
-
#nav li a:active { color:#f09600;}
 
-
.menutable {
 
-
display:none;
 
-
border-style:none;
 
-
position: absolute;
 
-
z-index:5;
 
-
top: 15px; 
 
-
left: -26px; 
 
-
padding:0px; 
 
-
margin:0px; 
 
-
list-style: none;
 
-
border-spacing:0;
 
-
border-style:none;
 
-
background-color:transparent;
 
-
}
 
-
 
-
 
-
#nav li ul {
 
-
display:none;}
 
-
 
-
#menu_home {margin-right:-99px; }
 
-
#menu_team {margin-right:-103px; }
 
-
#menu_project  {margin-right:-91px; }
 
-
#menu_parts  {margin-right:-109px; }
 
-
#menu_modeling  {margin-right:-75px; }
 
-
#menu_notebook  {margin-right:-69px; }
 
-
#menu_human_practices  {margin-right:-26px; }
 
-
#menu_sponsors  {margin-right:-105px; }
 
-
#nav li:hover table, li.over table { display: block; }
 
-
 
-
.lefttd {
 
-
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/2/2c/Header_team_popup_bulge_w_left.png) no-repeat top left;
 
-
height:146px;
 
-
padding-left:30px;
 
-
padding-right:5px;
 
-
line-height:1em;
 
-
}
 
-
 
-
.righttd {
 
-
width:34px;
 
-
height:146px;
 
-
padding:0;
 
-
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/a/ab/Header_team_popup_bulge_w_right.png);
 
-
}
 
-
 
-
 
-
.lefttdtop {
 
-
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/1/15/Header_team_popup_bulge_w_left_top.png) no-repeat top left;
 
-
padding-top:33px;
 
-
padding-left:30px;
 
-
padding-right:5px;
 
-
line-height:1em;
 
-
}
 
-
 
-
.righttdtop {
 
-
width:34px;
 
-
padding:0;
 
-
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/1/1a/Header_team_popup_bulge_w_right_top.png) no-repeat left top;
 
-
}
 
-
 
-
.lefttdbottom {
 
-
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/4/44/Header_team_popup_bulge_w_left_bottom.png) no-repeat top left;
 
-
height:34px;
 
-
line-height:1em;
 
-
}
 
-
 
-
.righttdbottom {
 
-
width:34px;
 
-
height:34px;
 
-
table-layout:fixed;
 
-
padding:0;
 
-
background: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/c/c0/Header_team_popup_bulge_w_right_bottom.png) left top;
 
-
}
 
-
 
-
body#home #menu_home a,
 
-
body#team .ateam ,
 
-
body#project #menu_project a,
 
-
body#notebook #menu_parts a,
 
-
body#modeling #menu_modeling a,
 
-
body#sponsors #menu_notebook a,
 
-
body#humanprac #menu_human_practices a,
 
-
body#parts  #menu_sponsors a
 
-
{ color:#00a5ea; <!--cursor: default;--> }
 
-
 
-
 
-
</style>
 
-
 
-
 
-
<script type="text/javascript">
 
-
startList = function() {
 
-
if (document.all&&document.getElementById) {
 
-
navRoot = document.getElementById("nav");
 
-
for (i=0; i<navRoot.childNodes.length; i++) {
 
-
node = navRoot.childNodes[i];
 
-
if (node.nodeName=="LI") {
 
-
node.onmouseover=function() {
 
-
this.className+=" over";
 
-
  }
 
-
  node.onmouseout=function() {
 
-
  this.className=this.className.replace(" over", "");
 
-
  }
 
-
  }
 
-
  }
 
-
}
 
}
}
-
window.onload=startList;
 
-
</script>
 
-
</head>
 
-
 
-
<body>
 
-
<!--[if IE]>
 
-
<style type="text/css">
 
</style>
</style>
-
<![endif]-->
+
</html>
-
<div id="header">
+
{{:Team:Heidelberg/tables|normal=FFF|highlight=ddd}}
-
<div id="menu">
+
-
<ul id="nav">
+
-
  <li id="menu_home"><a href="">Home</a>
+
-
<table class="menutable" cellpadding="0" cellspacing="0">
+
-
<tr>
+
-
<td class="lefttdtop">
+
-
<a href="">test</a><br>
+
-
<a href="">testtesttesttest</a><br>
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
</td>
+
-
<td class="righttdtop">&nbsp;</td>
+
-
</tr>
+
-
<tr>
+
-
<td class="lefttdbottom"></td>
+
-
<td class="righttdbottom"></td>
+
-
</tr>
+
-
</table>
+
-
  </li>
+
{{:Team:Heidelberg/Pagetop}}
-
  <li id="menu_team"><a class="ateam" href="">Team</a>
+
=level1=
-
<table class="menutable" cellpadding="0" cellspacing="0">
+
==level222==
-
<tr>
+
===level3===
-
<td class="lefttdtop">
+
====level4====
-
<a href="">test</a><br>
+
-
</td>
+
-
<td class="righttdtop">&nbsp;</td>
+
-
</tr>
+
-
<tr>
+
-
<td class="lefttdbottom"></td>
+
-
<td class="righttdbottom"></td>
+
-
</tr>
+
-
</table>
+
-
  </li>
+
-
  <li id="menu_project"><a href="">Project</a>
+
{{:Team:Heidelberg/Pagemiddle}}
-
<table class="menutable" cellpadding="0" cellspacing="0">
+
-
<tr>
+
-
<td class="lefttd">
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
</td>
+
-
<td class="righttd">&nbsp;</td>
+
-
</tr>
+
-
</table>
+
-
  </li>
+
-
  <li id="menu_parts"><a href="">Parts</a>
+
__TOC__
-
<table class="menutable" cellpadding="0" cellspacing="0">
+
-
<tr>
+
-
<td class="lefttd">
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
</td>
+
-
<td class="righttd">&nbsp;</td>
+
-
</tr>
+
-
</table>
+
-
</li>
+
-
  <li id="menu_modeling"><a href="">Modeling</a>
 
-
<table class="menutable" cellpadding="0" cellspacing="0">
 
-
<tr>
 
-
<td class="lefttd">
 
-
<a href="">test</a><br>
 
-
<a href="">test</a><br>
 
-
<a href="">test</a><br>
 
-
</td>
 
-
<td class="righttd">&nbsp;</td>
 
-
</tr>
 
-
</table>
 
-
</li>
 
-
  <li id="menu_notebook"><a href="">Notebook</a>
+
{{:Team:Heidelberg/Bottom}}
-
<table class="menutable" cellpadding="0" cellspacing="0">
+
-
<tr>
+
-
<td class="lefttd">
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
</td>
+
-
<td class="righttd">&nbsp;</td>
+
-
</tr>
+
-
</table>
+
-
  </li>
+
-
 
+
-
  <li id="menu_human_practices"><a href="">Human Practices</a>
+
-
<table class="menutable" cellpadding="0" cellspacing="0">
+
-
<tr>
+
-
<td class="lefttd">
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
</td>
+
-
<td class="righttd">&nbsp;</td>
+
-
</tr>
+
-
</table>
+
-
  </li>
+
-
 
+
-
  <li id="menu_sponsors"><a href="">Sponsors</a>
+
-
<table class="menutable" cellpadding="0" cellspacing="0">
+
-
<tr>
+
-
<td class="lefttd">
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
<a href="">test</a><br>
+
-
</td>
+
-
<td class="righttd">&nbsp;</td>
+
-
</tr>
+
-
</table>
+
-
  </li>
+
-
</ul>
+
-
 
+
-
</div>
+
-
</div>
+
-
</body>
+
-
 
+
-
</html>
+

Latest revision as of 15:10, 18 October 2010

level1

level222

level3

level4

Contents