Team:SKLBC-China/Team
From 2014hs.igem.org
(Difference between revisions)
Nie1234567 (Talk | contribs) |
Nie1234567 (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | {{:Team:SKLBC-China/ | + | {{:Team:SKLBC-China/covercss}} |
- | + | ||
<html> | <html> | ||
- | < | + | <head> |
- | + | <style type="text/css"> | |
- | + | *{margin:0px;padding:0px} | |
- | + | body {background-color:rgb(2,173,163)} | |
- | + | img.logo {position:fixed; | |
- | + | right:10px; | |
- | + | height:50px; | |
- | </body> | + | border-radius:50%; |
+ | overflow:hidden} | ||
+ | div.header {background-color:rgb(46,178,170);width:100%;height:30px;z-index:3;top:0px;position:fixed} | ||
+ | div.container {margin:0;padding:0;background-color:rgb(61,59,66);width:60%;left:20%;margin-top:0px;z-index:-1;opacity:0.6;position:fixed} | ||
+ | div.content {width:60%;left:20%;margin-top:0px;z-index:1;position:relative} | ||
+ | div.bgleft {background-repeat:no-repeat;width:48%;height:100%;left:0%;bottom:0%;z-index:-2;position:fixed;background-size:100%;background-image: url(https://static.igem.org/mediawiki/2014hs/a/a3/SKLBC-China2014-ldownc.jpg);background-position:bottom} | ||
+ | div.bgright {background-repeat:no-repeat;width:32%;height:100%;left:68%;bottom:0%;z-index:-2;position:fixed;background-size:100%;background-image: url(https://static.igem.org/mediawiki/2014hs/5/57/SKLBC-China2014-rdownc.jpg);background-position:bottom} | ||
+ | div.bigtitle {background-position:center;background-image:url(https://static.igem.org/mediawiki/2014hs/6/6e/SKLBC-China2014-title.jpg);background-size:100%;background-repeat:no-repeat;width:60%;left:20%;margin-top:30px;z_index:2;position:relative} | ||
+ | p {text-align:center;color:rgb(2,173,163);font-family:Gulim;font-size:17px} | ||
+ | ul {float:left; | ||
+ | width:100%; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | list-style-type:none;} | ||
+ | a.s {float:left; | ||
+ | font-size:15px; | ||
+ | width:9.8%; | ||
+ | text-decoration:none; | ||
+ | font-family:Gulim; | ||
+ | color:white; | ||
+ | background-color:rgb(46,178,170); | ||
+ | padding:0.2em 0.6em; | ||
+ | border-right:1px solid white; | ||
+ | -webkit-transition: background-color 0.25s ease-in; | ||
+ | -moz-transition: background-color 0.25s ease-in; | ||
+ | -o-transition: background-color 0.25s ease-in;} | ||
+ | a:hover {background-color:rgb(244,174,184)} | ||
+ | li {display:inline} | ||
+ | </style> | ||
+ | </head> | ||
+ | <title>SKLBC-China-This Is Our Team!</title> | ||
+ | <body> | ||
+ | <div class="header" style="text-align:center"> | ||
+ | <ul> | ||
+ | <li><a class="s" href="#">Team</a></li> | ||
+ | <li><a class="s" href="https://2014hs.igem.org/Team:SKLBC-China">Back To Home</a></li> | ||
+ | <li><a class="s" href="#">Member</a></li> | ||
+ | <li><a class="s" href="#">Sponsor</a></li> | ||
+ | </ul> | ||
+ | <a href="https://2014hs.igem.org/Team:SKLBC-China"><img class="logo" src="https://static.igem.org/mediawiki/2014hs/7/7f/SKLBC-China2014-ogo.jpg"/></a> | ||
+ | </div> | ||
+ | <div class="bgleft"></div> | ||
+ | <div class="bgright"></div> | ||
+ | <div class="container" style="height:100%;"></div> | ||
+ | <div class="bigtitle" style="height:120px"></div> | ||
+ | <div class="content"> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> | ||
- | |||
- |
Revision as of 15:19, 4 June 2014