|
|
(14 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <html> | + | <html><head> |
- | <style type="text/css"> | + | |
| | | |
| + | |
| | | |
- | #Navigation_top{
| + | <style type="text/css"> |
- | padding-top:20px;
| + | |
- | width:971px;
| + | |
- | height:auto;
| + | |
- | background-color: #FFBB55;
| + | |
- | float:left;
| + | |
- | border-left:3px solid #FF8A00;
| + | |
- | border-right:3px solid #FF8A00;
| + | |
- | border-bottom:3px solid #FF8A00;
| + | |
- | position:relative;
| + | |
- | background-image:url('http://www.anders.bennehag.com/wp-content/uploads/2009/02/hkust2.jpg');
| + | |
- | top:-20px;
| + | |
- | left:-6px;
| + | |
- | border-radius:10px;
| + | |
- | -moz-border-radius:10px;
| + | |
- | }
| + | |
| | | |
- | .Navigation_Buttons{
| |
- | width:168px;
| |
- | height:50px;
| |
- | margin:10px;
| |
- | position:relative;
| |
- | float:left;
| |
- | background-color:#333333;
| |
- | opacity:0.6;
| |
- | border:3px solid #000000;
| |
- | border-radius:10px;
| |
- | -moz-border-radius:10px;
| |
- | }
| |
| | | |
- | .Navigation_Buttons#Team{
| |
- | clear:both;
| |
- | }
| |
| | | |
- | .Navigation_Buttons h3 p{
| |
- | color:#FFFFFF;
| |
- | }
| |
| | | |
- | div.Navigation_Content{
| |
- | width:950px;
| |
- | height:auto;
| |
- | margin:7px;
| |
- | display:none;
| |
- | float:left;
| |
- | opacity:0.6;
| |
- | background-color:#555555;
| |
- | border:3px solid #000000;
| |
- | border-radius:10px;
| |
- | -moz-border-radius:10px;
| |
- | }
| |
- |
| |
- | .Navigation_Content#Home_Content{
| |
- | position:inherit;
| |
- | }
| |
- |
| |
- | .Content_Buttons{
| |
- | width:164px;
| |
- | height:50px;
| |
- | margin:10px;
| |
- | background-color:#000000;
| |
- | padding-top:20px;
| |
- | opacity:1.0;
| |
- | position:relative;
| |
- | text-align:center;
| |
- | vertical-align:middle;
| |
- | float:left;
| |
- | border:3px solid #FFFFFF;
| |
- | border-radius:7px;
| |
- | -moz-border-radius:7px;
| |
- | }
| |
- |
| |
- | .Content_Buttons p a{
| |
- | color:#33DDFF;
| |
- | text-decoration:none;
| |
- | size:10px;
| |
- | }
| |
| | | |
- | .Upper_Logos#iGEM_Logo{
| + | #iGEM_Logo{ |
| width:100px; | | width:100px; |
| height:80px; | | height:80px; |
- | background-image:url('https://static.igem.org/mediawiki/2012/3/32/Igem-logo.png');
| + | position:absolute; |
- | background-size:100px 80px;
| + | right:10px; |
- | background-repeat:no-repeat;
| + | top:60px; |
- | float:left;
| + | z-index:+15; |
| } | | } |
- | | + | #hkust_Logo{ |
- | .Upper_Logos#HKUST_Logo{
| + | width:60px; |
- | width:270px; | + | |
| height:80px; | | height:80px; |
- | background-image:url('https://static.igem.org/mediawiki/2012/9/97/HKUST_Logo_Final.jpg');
| + | position:absolute; |
- | background-size:270px 80px;
| + | right:110px; |
- | background-repeat:no-repeat;
| + | top:60px; |
- | float:right;
| + | z-index:+15; |
| } | | } |
| | | |
| | | |
| </style> | | </style> |
| + | |
| + | </head> |
| + | |
| <body> | | <body> |
- | <div id="Navigation_top">
| + | |
- | <a href="https://2012.igem.org/Main_Page"><img id="iGEM_Logo" class="Upper_Logos" src="https://static.igem.org/mediawiki/2012/3/32/Igem-logo.png"></a> | + | <a href="https://2013.igem.org/Main_Page"><img id="iGEM_Logo" src="https://static.igem.org/mediawiki/2013/4/46/Igem_qgem_logo.png"></a> |
| + | |
| + | |
| + | <a href="http://www.ust.hk/eng/index.htm"><img id="hkust_Logo" src="https://static.igem.org/mediawiki/2013/5/55/Hkust_logo.gif"></a> |
| + | |
| </body> | | </body> |
| + | |
| </html> | | </html> |