XMU-CHINA/Temp/leftbar
From 2012.igem.org
(Difference between revisions)
(moved User:Youbin to /Temp/titlebar) |
|||
Line 1: | Line 1: | ||
- | + | <html xmlns="http://www.w3.org/1999/xhtml"> | |
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <title>XMU</title> | ||
+ | <script src="https://2012.igem.org/Team:XMU-China/JS/SpryMenuBar.js" type="text/javascript"></script> | ||
+ | <link href="https://2012.igem.org/Team:XMU-China/CSS/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | #schoolbadge { | ||
+ | position:relative; | ||
+ | width:50px; | ||
+ | height:50px; | ||
+ | z-index:4; | ||
+ | left:0px; | ||
+ | top:3px; | ||
+ | padding-left:20px; | ||
+ | font-size:30px; | ||
+ | color: #006dab; | ||
+ | font-family:Tahoma, Geneva, sans-serif; | ||
+ | text-align:center; | ||
+ | |||
+ | } | ||
+ | #leftnavig { | ||
+ | position:relative; | ||
+ | width:145px; | ||
+ | height:115px; | ||
+ | z-index:2; | ||
+ | left: 0px; | ||
+ | top: 55px; | ||
+ | } | ||
+ | |||
+ | #titlebar { | ||
+ | font-size: 13px; | ||
+ | color: #006DAB; | ||
+ | background-image: url(pictures/index.png); | ||
+ | background-repeat: no-repeat; | ||
+ | position: absolution; | ||
+ | z-index: 3; | ||
+ | width: 800px; | ||
+ | left: 0px; | ||
+ | top: 0px; | ||
+ | display: table; | ||
+ | letter-spacing: 1px; | ||
+ | } | ||
+ | #photo { | ||
+ | position:absolute; | ||
+ | width:840px; | ||
+ | height:100px; | ||
+ | z-index:3; | ||
+ | left:145px; | ||
+ | top:80px; | ||
+ | visibility:inherit; | ||
+ | padding:30px; | ||
+ | |||
+ | } | ||
+ | #description { | ||
+ | position: absolute; | ||
+ | width:840px; | ||
+ | left: 135px; | ||
+ | top: 70px; | ||
+ | margin:30px; | ||
+ | table-layout:relative; | ||
+ | height:350px; | ||
+ | |||
+ | } | ||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <div id="schoolbadge"><img src="https://static.igem.org/mediawiki/2012/6/67/Schoolbadge.gif" alt="pictures/校徽.gif | ||
+ | " width="100%" /></div> | ||
+ | <div id="leftnavig"><table border="0" cellspacing="0" cellpadding="0" background="pictures/left-navigbar.png" width="100%"> | ||
+ | <tr> | ||
+ | <td height="22"> Project description</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="22"> Main results</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="22"> Data</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="22"> Protocals</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="22"> Team members</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><img src="https://static.igem.org/mediawiki/2012/a/a5/Leftbar.png" alt="pictures/leftbar.png" width="145" /></td> | ||
+ | </tr> | ||
+ | </table></div> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="description"><table width="100%" border="0" cellspacing="0" cellpadding="0" > | ||
+ | <tr></tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | </body> | ||
+ | </html> |
Revision as of 12:41, 2 August 2012
|