|
|
Line 1: |
Line 1: |
| <html> | | <html> |
- |
| |
- | <style type="text/css">
| |
- |
| |
- | html, body {
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | body {
| |
- | background:#000000 url(https://static.igem.org/mediawiki/2010/f/f4/Valencia_marte.jpg) no-repeat top center fixed;
| |
- | }
| |
- |
| |
- | /* Tips taken from Pieter van Boheemen wiki hack */
| |
- | /* with modifications. */
| |
- | /* Author: Alejandro Vignoni*/
| |
- | /*background:transparent url("https://static.igem.org/mediawiki/2010/0/0c/Transpa.png") center top fixed repeat-y;*/
| |
- | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0;}
| |
- | #content{
| |
- | background:transparent url("https://static.igem.org/mediawiki/2010/8/86/Transpa30.png") center top fixed repeat-y;
| |
- | padding: 0px;
| |
- | margin:0 auto;
| |
- | border: none;
| |
- | }
| |
- | #bodyContent { border: none; padding:0; margin:10px width:100%;}
| |
- | #top-section { height: 20px; margin-top: -5px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; margin-bottom: 10px; padding:0; border: none;}
| |
- | #p-logo { height:1px; overflow:hidden; display: none;}
| |
- | #search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}
| |
- | .left-menu { width: 400px; display:block; float:left; margin-top:-80px; border: none;}
| |
- | .left-menu ul { border: none; }
| |
- | #menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;}
| |
- | .right-menu ul { border: none;}
| |
- | #footer-box { background-color: transparent; border: none; width: 965px; margin: 0 auto; padding: 0;}
| |
- | #footer { border: none; width: 965px; margin: 0; padding: 0;}
| |
- | .firstHeading { display: none;}
| |
- | #f-list a { color: #333; font-size: 10px;}
| |
- | #f-list a:hover { color: #666;}
| |
- | #footer ul { margin: 0; padding: 0;}
| |
- | #footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;}
| |
- |
| |
- | #menu {
| |
- | width: 965px;
| |
- | height: 34px;
| |
- | background-color: transparent;
| |
- |
| |
- | }
| |
- |
| |
- | .menuItem {
| |
- | width: 100px;
| |
- | height: 34px;
| |
- | padding: 10px;
| |
- | background: url(https://static.igem.org/mediawiki/2010/e/e6/Mars_color.png) no-repeat top right;
| |
- | float: left;
| |
- | text-align: center;
| |
- | font-family: Arial, Helvetica, sans-serif;
| |
- | font-size: 14px;
| |
- | font-weight: bold;
| |
- | position: relative;
| |
- | }
| |
- |
| |
- | .menuItem:hover {
| |
- | opacity:1.1;
| |
- | }
| |
- |
| |
- | .menuItemLink {
| |
- | font-weight: bold;
| |
- | color: #FFFFFF;
| |
- | font-family: Arial, Helvetica, sans-serif;
| |
- | font-size: 16px;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | .menuItemLink:visited {
| |
- | color: #41260B;
| |
- | }
| |
- |
| |
- | .menuItemLink:hover {
| |
- | text-decoration:none;
| |
- | }
| |
- |
| |
- | .submenuItemLink:visited {
| |
- | color: #C9833E;
| |
- | }
| |
- |
| |
- | .submenu {
| |
- | width: 200px;
| |
- | height: auto;
| |
- | position: absolute;
| |
- | top: 34px;
| |
- | left: 0px;
| |
- | margin:-1px 0px 0px -1px;
| |
- | background-color: transparent;
| |
- |
| |
- | display: none;
| |
- | text-align: left;
| |
- | }
| |
- |
| |
- | .submenuItem {
| |
- | width: 196px;
| |
- | height: 34px;
| |
- | background-color: transparent;
| |
- | background: url(https://static.igem.org/mediawiki/2010/e/e6/Mars_color.png) no-repeat top right;
| |
- | font-weight: normal;
| |
- | margin: 1px 2px 1px 1px;
| |
- | }
| |
- | .submenuItemLink:hover {
| |
- | font-weight: bold;
| |
- | }
| |
- |
| |
- | .submenuItemLink {
| |
- | font-weight: normal;
| |
- | text-decoration: none;
| |
- | color: #C9833E;
| |
- | margin: 1px 2px 1px 2px;
| |
- | }
| |
- |
| |
- |
| |
- | #HomeCenter {
| |
- | width: 696px;
| |
- | height: auto;
| |
- | float: left;
| |
- | font-family: Verdana, Sans-Serif;
| |
- | font-size: 14px;
| |
- | text-align: justify;
| |
- | margin-top: 8px;
| |
- | margin-bottom: 0;
| |
- | margin-left: 12px;
| |
- | margin-right: 12px;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | #HomeRight {
| |
- | width: 245px;
| |
- | height: auto;
| |
- | float: right;
| |
- | font-family: Verdana, Sans-Serif;
| |
- | font-size: 14px;
| |
- | text-align: center;
| |
- | }
| |
- |
| |
- | #Calendar {
| |
- |
| |
- | width: 680px;
| |
- | height: auto;
| |
- | float: left;
| |
- | font-family: Verdana, Sans-Serif;
| |
- | font-size: 13px;
| |
- | text-align: justify;
| |
- | margin-top: 8px;
| |
- | margin-bottom: 0;
| |
- | margin-left: 20px;
| |
- | margin-right: 20px;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | </style>
| |
- |
| |
| <div id="topsection"> | | <div id="topsection"> |
| | | |
Line 178: |
Line 22: |
| | | |
| </div> | | </div> |
- |
| |
- | <script type="text/javascript">
| |
- | function showMenu(callerObject) {
| |
- | // document.getElementById('sub1').style.display = 'block';
| |
- | callerObject.childNodes[3].style.display = 'block';
| |
- | }
| |
- |
| |
- | function hideMenu(callerObject) {
| |
- | // document.getElementById('sub1').style.display = 'none';
| |
- | callerObject.childNodes[3].style.display = 'none';
| |
- | }
| |
- | </script>
| |
| | | |
| | | |
- |
| |
| </html> | | </html> |