Team:HNU China
From 2014.igem.org
(Difference between revisions)
Yannickchou (Talk | contribs) |
Yannickchou (Talk | contribs) |
||
(19 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
+ | #globalWrapper { | ||
+ | margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; | ||
+ | } | ||
+ | #top-section { | ||
+ | margin-top:0; | ||
+ | margin-left:0; | ||
+ | width: 0px; | ||
+ | height: 1px; | ||
+ | height: 1px !important; | ||
+ | position: relative; | ||
+ | z-index: 100; | ||
+ | border: 0px; | ||
+ | border: 0px !important; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | position:fixed; | ||
+ | margin-bottom: 0; | ||
+ | height:0; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | #content { | ||
+ | background: transparent; | ||
+ | margin: 0px auto; | ||
+ | padding: 0px; | ||
+ | width: 1280px; | ||
+ | color: black; | ||
+ | line-height: 1.5em; | ||
+ | border-right-width: 0; | ||
+ | border-left-width: 0; | ||
+ | border-right-style: none; | ||
+ | border-left-style: none; | ||
+ | position: relative; | ||
+ | z-index: 2; | ||
+ | } | ||
body { | body { | ||
- | background-image:url(https://static.igem.org/mediawiki/2014/d/df/Backgroundhnu.png); | + | background-image:url(https://static.igem.org/mediawiki/2014/d/df/Backgroundhnu.png); |
- | background-position: | + | background-position:center; |
- | background-repeat: no-repeat; | + | background-repeat: no-repeat; |
- | font: x-small/normal sans-serif; margin: 0px; padding: 0px; color: black; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 245, 229); | + | font: x-small/normal sans-serif; |
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | color: black; | ||
+ | font-size-adjust: none; | ||
+ | font-stretch: normal; | ||
+ | background-color: rgb(255, 245, 229); | ||
+ | height: auto; | ||
} | } | ||
- | # | + | #menu { |
+ | width: 900px; | ||
+ | margin: auto; | ||
+ | min-height: 100%; | ||
+ | height: auto; | ||
+ | } | ||
+ | #menu ul { | ||
+ | width: 100%; | ||
+ | list-style: none; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | #menu ul li { | ||
+ | float:left; | ||
+ | padding-left: -30px; | ||
+ | } | ||
+ | #menu img:hover { | ||
+ | filter:alpha(opacity=50); | ||
+ | -moz-opacity:0.5; | ||
+ | opacity:0.5; | ||
+ | } | ||
+ | #foot { | ||
+ | margin-left:270px; | ||
+ | margin-top:650px; | ||
+ | } | ||
+ | #a{ | ||
+ | float: left; | ||
+ | width: 100px; | ||
+ | } | ||
+ | #b{ | ||
+ | float: left; | ||
+ | width: 300px; | ||
+ | } | ||
+ | #c{ | ||
+ | float: left; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
+ | |||
<body> | <body> | ||
- | <div id=""> | + | <div id="menu"> |
+ | <ul> | ||
+ | <li> | ||
+ | <a href="https://2014.igem.org/Team:HNU_China"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/f/fe/Project_LOGO.png" id="logo" alt="project LOGO" /> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2014.igem.org/Team:HNU_China"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/1/17/Home_Button.png" id="home" alt="Home Button" /> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2014.igem.org/Team:HNU_China/Project"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/4/49/Project_Button.png" id="project" alt="Project Button" /> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2014.igem.org/Team:HNU_China/Parts"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/3/3d/HumanPractice_Button.png" id="human_practice" alt="HumanPractice" /> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2014.igem.org/Team:HNU_China/Team"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/5/5d/Team_Button.png" id="team" alt="Team Button" /> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2014.igem.org/Team:HNU_China/Achievement"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/e/ef/Achievement_Button.png" id="achivement" alt="Achievement Button" /> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2014.igem.org/Team:HNU_China/Safety"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/e/ef/Safety_Button.png" id="safety" alt="Safety Button" /> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2014.igem.org/Main_Page"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/0/02/IGEM_LOGO.png" id="igem" alt="iGEM LOGO" /> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div id="foot"> | ||
+ | <div id="a"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/1/18/HNU_LOGO.png" /> | ||
+ | </div> | ||
+ | <div id="b"> | ||
+ | <p>Hunan University|Lushan South Road,<br/>Changsha,Hunan Province,China.410082<br/>Tel:0731-88822606 <br/>Hunan University © 2014 Privacy Policy</p> | ||
+ | </div> | ||
+ | <div id="c"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/b/b0/BIO_LOGO.png" /> | ||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 16:44, 5 August 2014
Hunan University|Lushan South Road,
Changsha,Hunan Province,China.410082
Tel:0731-88822606
Hunan University © 2014 Privacy Policy