Team:KAIST-Korea/Test

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:KAIST/header}}
{{:Team:KAIST/header}}
-
 
<html>
<html>
Line 24: Line 23:
background-color:transparent;}
background-color:transparent;}
-
 
-
#header {
 
-
position: absolute;
 
-
left:0px;
 
-
top:0px;
 
-
width:975px;
 
-
        height:400px;
 
-
align:left;
 
-
z-index:999;
 
-
background-color: transparent;
 
-
        background-repeat: no-repeat;
 
-
background-image: url(https://static.igem.org/mediawiki/2011/thumb/f/f6/Menuground.png/800px-Menuground.png) ;
 
-
}
 
#menu ul {
#menu ul {
Line 63: Line 49:
         height: 1em;
         height: 1em;
font-family:Calibri,sans-serif;
font-family:Calibri,sans-serif;
-
font-size:16px;
 
}
}
Line 70: Line 55:
 +
.aHome{
 +
font-size:15pt
 +
}
-
.lefttdtop {
 
-
background: url() no-repeat top left;
 
-
padding-top:35px;
 
-
padding-left:28px;
 
-
padding-right:0px;
 
-
}
 
-
.lefttdtopteam {
+
-
background: url() no-repeat top left;
+
 
-
padding-top:35px;
+
 
-
padding-left:28px;  
+
 
-
padding-right:0px;
+
</style>
 +
 
 +
 
 +
 
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
 
 +
 
 +
<!--[if IE]>
 +
<style type="text/css">
 +
 
 +
</style>
 +
<![endif]--> 
 +
 
 +
<div id="header">
 +
<div id="menu">
 +
<ul id="nav">
 +
 
 +
 
 +
 
 +
<li id="menu_Home"><a class="aHome" href="https://2011.igem.org/Team:KAIST-Korea">Home</a>
 +
</li>
 +
 
 +
 
 +
 
 +
<li id="menu_Team"><a class="aTeam" href="https://2011.igem.org/Team:KAIST-Korea/Team">Team</a>
 +
</li>
 +
 
 +
 
 +
 
 +
<li id="menu_project"><a class="aProject" href="https://2011.igem.org/Team:KAIST-Korea/Project">Project</a>
 +
</li>
 +
 
 +
 
 +
 
 +
<li id="menu_Results"><a class="menu_Results" href="https://2011.igem.org/Team:KAIST-Korea/Results">Results</a>
 +
</li>
 +
 
 +
 
 +
 
 +
<li id="menu_Human_Practices"><a class="aHuman_Practices" href="https://2011.igem.org/Team:KAIST-Korea/Human_Practices">Human</a>
 +
</li>
 +
 
 +
 
 +
 
 +
<li id="menu_Diary"><a class="aDiary" href="https://2011.igem.org/Team:KAIST-Korea/Diary">Diary</a>
 +
</li>
 +
 
 +
 
 +
 
 +
<li id="menu_Misc"><a class="aMisc" href="https://2011.igem.org/Team:KAIST-Korea/Misc">Misc.</a>
 +
</li>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</ul>
 +
 
 +
</div>
 +
</div>
 +
 
 +
</body>
 +
</html>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
----------------------------------------------------------------------------------------------------
 +
{{:Team:KAIST/header}}
 +
<html>
 +
 
 +
<!--
 +
 
 +
============================================================================================
 +
*** PLEASE NOTE: ***
 +
 
 +
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: 226px 0px 0px;
 +
background-color:transparent;}
 +
 
 +
 
 +
#menu ul {
 +
padding: 0;
 +
margin: 0;
 +
width:975px;
 +
height:1px;
}
}
-
.lefttdtopproject {
+
#nav {  
-
background: url() no-repeat top left;
+
position:absolute;  
-
padding-top:35px;
+
padding: 0 0 0 0; 
-
padding-left:28px;  
+
margin:0px;
-
padding-right:0px;
+
list-style: none;
 +
left:60px;
 +
top:78px;  
 +
float:left;
 +
width:975px;  
 +
height:1px;  
}
}
-
.righttdtop {  
+
#nav li {
-
min-width:30px;  
+
float: left;
-
padding:0;  
+
position: relative;
-
background: url() no-repeat left top;
+
width: 14em;
 +
        height: 1em;
 +
font-family:Calibri,sans-serif;
}
}
-
.lefttdbottom {  
+
#nav a, #nav a:visited { text-decoration:none; color:#000000; font-weight:bold;}
-
background: url() no-repeat top left;
+
#nav a:hover, #nav a:active { color:#228b22;}
-
height:30px;  
+
-
line-height:1em;
+
-
}
+
-
+
-
.righttdbottom {
+
-
width:30px;
+
-
height:30px;
+
-
table-layout:fixed;
+
-
padding:0;
+
-
background: url() left top;
+
-
}
+
-
 
-
body#Home .aHome,
 
-
body#Team .aTeam,
 
-
body#Project .aProject,
 
-
body#Results .aResult,
 
-
body#Human_Practices .aHuman_Practices,
 
-
body#Diary .aDiary
 
-
body#Misc .aMisc
 
 +
.aHome{
 +
font-size:15pt
 +
}
-
{ color:#8a2be2; <!--cursor: default;--> }
 
-
#nav li table a {background-color:transparent}
 
-
a:link, a:visited {text-decoration:none; color:#000000;}
 
-
a:hover, a:active {text-decoration:none; color:#8a2be2;}
 
-
</style>
 
-
<script type="text/javascript">
+
</style>
-
startList = function() {
+
-
if (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>
+
-
<script type="text/javascript">
 
-
removesqBracket = function() {
 
-
var arr = document.getElementsByTagName("span");
 
-
var count = arr.length;
 
-
 
-
for (var i=0;i<count;i++) {
 
-
var arri = arr[i];
 
-
 
-
if(arri.className== "editsection") {
 
-
var arritext = arri.innerHTML
 
-
arritext = arritext.replace(/^\[/, "");
 
-
document.getElementsByTagName("span")[i].innerHTML = arritext.replace(/\]$/, "");
 
-
}
 
-
}}
 
-
window.onload = removesqBracket;
 
-
</script>
 
</head>
</head>

Revision as of 12:29, 27 June 2011