|
|
Line 3: |
Line 3: |
| <html> | | <html> |
| | | |
- | <!--
| + | .aHome{ |
- | | + | font-size:15pt |
- | ============================================================================================
| + | |
- | *** 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;}
| + | |
- | | + | |
- |
| + | |
- | #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 {
| + | |
- | padding: 0;
| + | |
- | margin: 0;
| + | |
- | width:975px;
| + | |
- | height:1px;
| + | |
- | }
| + | |
- | | + | |
- | #nav {
| + | |
- | position:absolute;
| + | |
- | padding: 0 0 0 0;
| + | |
- | margin:0px;
| + | |
- | list-style: none;
| + | |
- | left:60px;
| + | |
- | top:78px;
| + | |
- | float:left;
| + | |
- | width:975px;
| + | |
- | height:1px;
| + | |
- | }
| + | |
- |
| + | |
- | #nav li {
| + | |
- | float: left;
| + | |
- | position: relative;
| + | |
- | width: 14em;
| + | |
- | height: 1em;
| + | |
- | font-family:Calibri,sans-serif;
| + | |
- | font-size:16px;
| + | |
- | }
| + | |
- |
| + | |
- | #nav a, #nav a:visited { text-decoration:none; color:#000000; font-weight:bold;}
| + | |
- | #nav a:hover, #nav a:active { color:#228b22;}
| + | |
- | | + | |
- | | + | |
- | | + | |
- | .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;
| + | |
- | }
| + | |
- | | + | |
- | .lefttdtopproject {
| + | |
- | background: url() no-repeat top left;
| + | |
- | padding-top:35px;
| + | |
- | padding-left:28px;
| + | |
- | padding-right:0px;
| + | |
- | }
| + | |
- |
| + | |
- | .righttdtop {
| + | |
- | min-width:30px;
| + | |
- | padding:0;
| + | |
- | background: url() no-repeat left top;
| + | |
- | }
| + | |
- |
| + | |
- | .lefttdbottom {
| + | |
- | background: url() no-repeat top left;
| + | |
- | 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
| + | |
- | | + | |
- | | + | |
- | { 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">
| + | |
- | 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>
| |
- |
| |
- | <body>
| |
- |
| |
- |
| |
- |
| |
- | <!--[if IE]>
| |
- | <style type="text/css">
| |
- |
| |
- | </style>
| |
- | <![endif]-->
| |
- |
| |
- | <div id="header">
| |
- | <div id="menu">
| |
- | <ul id="nav">
| |
- |
| |
| | | |
| | | |
Line 225: |
Line 44: |
| | | |
| | | |
- |
| |
- | </ul>
| |
- |
| |
- | </div>
| |
- | </div>
| |
- |
| |
- | </body>
| |
| </html> | | </html> |
| | | |