Team:LZU-China/HumanPractice
From 2013.igem.org
(Difference between revisions)
Membership (Talk | contribs) |
Membership (Talk | contribs) |
||
Line 4: | Line 4: | ||
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> | <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | /* | + | /* main color : #ffb600 */ |
- | /**** | + | /**** alter igem default setting ***/ |
#blank *{ width: 960px; border-style: none; margin: 0 auto; padding: 0; background-color: #000;} | #blank *{ width: 960px; border-style: none; margin: 0 auto; padding: 0; background-color: #000;} | ||
#globalWrapper{ overflow: hidden; background-color: #000;} | #globalWrapper{ overflow: hidden; background-color: #000;} | ||
- | + | #top,#header,h1.firstHeading,#catlinks{display: none;} | |
#content{width: 960px; background-attachment: scroll; overflow: hidden; border-style: none; background-color: #000;} | #content{width: 960px; background-attachment: scroll; overflow: hidden; border-style: none; background-color: #000;} | ||
#footer-box{position:relative; z-index:100; background:none; border:none;} | #footer-box{position:relative; z-index:100; background:none; border:none;} | ||
#footer-box a{color:#FFF; font-size:13px;} | #footer-box a{color:#FFF; font-size:13px;} | ||
#footer #f-poweredbyico, #footer #f-copyrightico{display:none;} | #footer #f-poweredbyico, #footer #f-copyrightico{display:none;} | ||
+ | #top-section #p-logo,#top-section #memubar, #top-section #search-constrols{display:none;} | ||
+ | #top-section .right-menu a{font-size:13px; font-weight:bold; color:#FFF; padding:2px 5px 2px 5px;} | ||
+ | #top-section .right-menu:hover a{text-decoration:underline color:#ffb600;} | ||
+ | body{height:100px;background-color:#000;} | ||
+ | .body-in{margin:0 auto; overflow:auto; padding-bottom:50px; font-family:"微软雅黑", Arial; width:960px;} | ||
- | |||
- | |||
- | |||
/** logo ***/ | /** logo ***/ | ||
Line 29: | Line 31: | ||
.main-top .logo:hover .op-box{display:block;} | .main-top .logo:hover .op-box{display:block;} | ||
- | /**** | + | /**** main items ****/ |
ul.main-items{line-height:40px; overflow:auto; padding:0; margin-left:0;} | ul.main-items{line-height:40px; overflow:auto; padding:0; margin-left:0;} | ||
.main-items a{ text-decoration:none;} | .main-items a{ text-decoration:none;} | ||
Line 37: | Line 39: | ||
.main-center{overflow:auto; margin-top:30px; position:relative;} | .main-center{overflow:auto; margin-top:30px; position:relative;} | ||
- | /***** | + | /***** left items******/ |
.center-left{width:200px; color:#333; position:absolute; left:0; top:0;} | .center-left{width:200px; color:#333; position:absolute; left:0; top:0;} | ||
.center-left a{ text-decoration:none;} | .center-left a{ text-decoration:none;} | ||
Line 51: | Line 53: | ||
- | /** | + | /** main bg **/ |
#main-bg-box {position: fixed;height:214px; width:100%; left:0px; text-indent:10px; bottom: 0px; background-image:url(https://static.igem.org/mediawiki/2013/7/7c/Main_bottom_bg.png); background-repeat:no-repeat; z-index:-1;} | #main-bg-box {position: fixed;height:214px; width:100%; left:0px; text-indent:10px; bottom: 0px; background-image:url(https://static.igem.org/mediawiki/2013/7/7c/Main_bottom_bg.png); background-repeat:no-repeat; z-index:-1;} | ||
* HTML #main-bg-box {position: absolute; bottom: auto; ; top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-0); } | * HTML #main-bg-box {position: absolute; bottom: auto; ; top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-0); } | ||
- | /*** | + | /*** right content ***/ |
.center-right{width:680px; color:#FFF; float:right; padding:20px; min-height:400px; border:1px solid #333;} | .center-right{width:680px; color:#FFF; float:right; padding:20px; min-height:400px; border:1px solid #333;} | ||
- | /*** | + | /*** home page **/ |
.main-center .home-items{ margin:0 auto; width:960px;} | .main-center .home-items{ margin:0 auto; width:960px;} | ||
.main-center .home-items a{ margin-left:76px; margin-top:30px; display:inline-block; border:none;} | .main-center .home-items a{ margin-left:76px; margin-top:30px; display:inline-block; border:none;} | ||
Line 67: | Line 69: | ||
.main-center .home-items a img:hover{ margin:0; border:3px solid #fff;} | .main-center .home-items a img:hover{ margin:0; border:3px solid #fff;} | ||
- | /***** | + | /***** team page ****/ |
.team{padding:10px; padding-top:30px;} | .team{padding:10px; padding-top:30px;} | ||
.team .one{border-bottom:2px solid #333; margin-bottom:30px; padding:0 20px 30px 20px;} | .team .one{border-bottom:2px solid #333; margin-bottom:30px; padding:0 20px 30px 20px;} | ||
Line 74: | Line 76: | ||
</style> | </style> | ||
- | <title> | + | <title>human Practice</title> |
</head> | </head> | ||
Line 85: | Line 87: | ||
<div class="op-box"> | <div class="op-box"> | ||
<a target="_self" href="https://2013.igem.org/wiki/index.php?title=Team:LZU-China/HumanPractice&action=edit">edit</a> | <a target="_self" href="https://2013.igem.org/wiki/index.php?title=Team:LZU-China/HumanPractice&action=edit">edit</a> | ||
+ | <a target="_self" href="https://2013.igem.org/Team:LZU-China/HumanPractice">view</a> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 96: | Line 99: | ||
<a href="https://2013.igem.org/Team:LZU-China/Safety"><li>Safety</li></a> | <a href="https://2013.igem.org/Team:LZU-China/Safety"><li>Safety</li></a> | ||
<a href="https://2013.igem.org/Team:LZU-China/Attributions"><li>Attributions</li></a> | <a href="https://2013.igem.org/Team:LZU-China/Attributions"><li>Attributions</li></a> | ||
- | <a href="https://igem.org/Team | + | <a href="https://2013.igem.org/Team:LZU-China/HumanPractice"><li>H.P.</li></a> |
</ul> | </ul> | ||
</div> | </div> |
Revision as of 07:57, 27 September 2013
IGEM — 兰州大学