|
|
Line 1: |
Line 1: |
| __NOTOC__ | | __NOTOC__ |
| {{:Team:USTC-Software/temp}} | | {{:Team:USTC-Software/temp}} |
- |
| |
| | | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | | <html xmlns="http://www.w3.org/1999/xhtml"> |
- |
| |
| <head> | | <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
- | <title>Team:USTC-Software - 2011.igem.org/</title> | + | <title>Team:USTC-Software - 2011.igem.org</title> |
| <meta name="description" content="home"/> | | <meta name="description" content="home"/> |
| <meta name="keywords" content="USTC-Software,iGEM,synthetic biology"/> | | <meta name="keywords" content="USTC-Software,iGEM,synthetic biology"/> |
Line 22: |
Line 20: |
| font-size: 12px; | | font-size: 12px; |
| color: #555a4a; | | color: #555a4a; |
- | background: #a0c73f;
| + | background: #a0c73f; |
| } | | } |
| | | |
Line 28: |
Line 26: |
| a:active, a:hover { color: #0683ab; text-decoration: underline; } | | a:active, a:hover { color: #0683ab; text-decoration: underline; } |
| | | |
- | p { margin: 0px; padding: 0px; }
| |
| img { margin: 0px; padding: 0px; border: none; } | | img { margin: 0px; padding: 0px; border: none; } |
- |
| |
- | .cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; } /*This is important!*/
| |
- | .cleaner_h30 { clear: both; width:100%; height: 30px; }
| |
- | .cleaner_h40 { clear: both; width:100%; height: 40px; }
| |
- |
| |
- | .margin_r10 { margin-right: 10px; }
| |
- |
| |
- | .float_l { float: left; }
| |
- | .float_r { float: right; }
| |
| | | |
| #header_wrapper { | | #header_wrapper { |
Line 95: |
Line 83: |
| | | |
| /* end of site title */ | | /* end of site title */ |
| + | |
| /* ---------- Navigation ---------- */ | | /* ---------- Navigation ---------- */ |
| | | |
Line 191: |
Line 180: |
| | | |
| /*end of nav*/ | | /*end of nav*/ |
- |
| |
- | /* Search */
| |
- | #header #search_box {
| |
- | position: absolute;
| |
- | width: 333px;
| |
- | height: 53px;
| |
- | bottom: 64px;
| |
- | right: 15px;
| |
- | background: url(./images/USTC_Software_search.png)
| |
- | }
| |
- |
| |
- | #search_box form {
| |
- | width: 280px;
| |
- | height: 27px;
| |
- | margin: 0;
| |
- | padding: 25px 0 0 0;
| |
- | }
| |
- |
| |
- | #searchfield {
| |
- | height: 17px;
| |
- | width: 270px;
| |
- | padding: 4px 5px 6px 5px;
| |
- | color: #fff;
| |
- | font-size: 12px;
| |
- | font-variant: normal;
| |
- | line-height: normal;
| |
- | background: none;
| |
- | border: none;
| |
- | }
| |
- |
| |
- | /* end of search */
| |
- |
| |
- | /*clock_box*/
| |
- | #header #clock_box {
| |
- | position: absolute;
| |
- | width: 333px;
| |
- | height: 42px;
| |
- | bottom: 15px;
| |
- | right: 14px;
| |
- | }
| |
- |
| |
- | #clock_box form {
| |
- | width: 280px;
| |
- | height: 27px;
| |
- | margin: 0;
| |
- | padding: 25px 0 0 0;
| |
- | }
| |
- |
| |
- | /* end of clock_box*/
| |
| | | |
| /* content_wrapper */ | | /* content_wrapper */ |
| | | |
| #content { | | #content { |
- | background-color:#FFF;
| + | background-color:#a0c73f; |
- | float: left;
| + | width:auto; |
- | width: 600px;
| + | |
- | }
| + | |
- | | + | |
- | #content p {
| + | |
- | text-align: justify;
| + | |
- | margin-bottom: 10px;
| + | |
- | }
| + | |
- | | + | |
- | #content h2 {
| + | |
- | color: #3a5909;
| + | |
- | font-size: 24px;
| + | |
- | padding: 0 0 60px 20px;
| + | |
- | background: url(https://static.igem.org/mediawiki/2011/4/4d/USTC_Software_header_bg.png) no-repeat bottom left;
| + | |
| } | | } |
| | | |
Line 274: |
Line 201: |
| background: url(https://static.igem.org/mediawiki/2011/4/4d/USTC_Software_header_bg.png) no-repeat bottom left; | | background: url(https://static.igem.org/mediawiki/2011/4/4d/USTC_Software_header_bg.png) no-repeat bottom left; |
| } | | } |
| + | |
| | | |
| #content_wrapper p { | | #content_wrapper p { |
Line 289: |
Line 217: |
| | | |
| /* end of content_wrapper */ | | /* end of content_wrapper */ |
- |
| |
- | /* content */
| |
- | .content_section {
| |
- | clear: both;
| |
- | width: 100%;
| |
- | }
| |
- |
| |
- | .intro_box {
| |
- | float: left;
| |
- | width: 190px;
| |
- | padding-bottom: 10px;
| |
- | border-bottom: 1px dotted #666;
| |
- | margin-bottom: 20px;
| |
- | }
| |
- |
| |
- | .fl_image {
| |
- | float: left;
| |
- | margin: 3px 15px 5px 0;
| |
- | }
| |
- |
| |
- | #content .product_box p {
| |
- | padding: 0;
| |
- | margin: 0 0 5px 0;
| |
- | }
| |
- |
| |
- | #content .product_box a {
| |
- | color: #000000;
| |
- | font-weight: bold;
| |
- | }
| |
- |
| |
- | #content .em_text {
| |
- | color: #537c11;
| |
- | }
| |
- |
| |
- | .inro {
| |
- | color: #C30;
| |
- | font-size: 14px;
| |
- | font-weight: bold;
| |
- | }
| |
- |
| |
- | .intro_box h3 {
| |
- | background: #63a103;
| |
- | padding: 3px 10px;
| |
- | margin: 0 0 10px 0;
| |
- | color: #ffffff;
| |
- | font-size: 12px;
| |
- | }
| |
- |
| |
- | .intro_box img {
| |
- | width: 180px;
| |
- | height: 100px;
| |
- | border: 5px solid #e6e0ce;
| |
- | margin-bottom: 10px;
| |
- | }
| |
| | | |
| /* footer */ | | /* footer */ |
Line 407: |
Line 281: |
| /* end of footer*/ | | /* end of footer*/ |
| | | |
- | .button_01 a {
| + | </style> |
- | display: block;
| + | |
- | width: 102px;
| + | |
- | height: 23px;
| + | |
- | padding: 7px 0 0 0;
| + | |
- | background: url(./images/USTC_Software_button.png) no-repeat;
| + | |
- | color: #333;
| + | |
- | font-size: 12px;
| + | |
- | font-weight: bold;
| + | |
- | text-align: center;
| + | |
- | text-decoration: none;
| + | |
- | }
| + | |
| | | |
- | .button_01 a:hover {
| + | </head> |
- | color: #fff;
| + | |
- | background:url(./images/USTC_Software_button_hover.png) no-repeat;
| + | |
- | }
| + | |
| | | |
- | #sidebar {
| + | <body> |
- | float: right;
| + | <div id="header_wrapper"> |
- | width: 280px;
| + | |
- | padding: 0;
| + | |
- | background: url(./images/USTC_Software_sidebar.jpg) repeat-y;
| + | |
- | }
| + | |
| | | |
- | #sidebar .sidebar_section {
| + | <div id="header"> |
- | margin-bottom: 30px;
| + | |
- | }
| + | <div id="site_title"> |
| + | <h1><img src="https://static.igem.org/mediawiki/2011/b/b8/USTC_Software_iGEM_logo.jpg" alt="iGEM" width="173" height="150" /> </br> </br> USTC-Software </h1> |
| + | </div> |
| + | |
| + | <!-- Navigation --> |
| + | <ul id="nav"> |
| + | <li><a class="on" href="https://2011.igem.org/Team:USTC-Software">Home</a></li> |
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/project">Project</a> |
| + | <ul> |
| + | <li><a href="#">TBD_1</a></li> |
| + | <li><a href="#">TBD_2</a></li> |
| + | <li><a href="#">TBD_3</a> |
| + | <ul> |
| + | <li><a href="#">TBD_3_1</a></li> |
| + | <li><a href="#">TBD_3_2</a></li> |
| + | <li><a href="#">TBD_3_3</a></li> |
| + | </ul> |
| + | </li> |
| + | </ul> |
| + | </li> |
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/model">MoDeL</a> |
| + | <ul> |
| + | <li><a href="#">TBD_1</a></li> |
| + | <li><a href="#">TBD_2</a></li> |
| + | </ul> |
| + | </li> |
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/notebook">Notebook</a> |
| | | |
- | #sidebar .sidebar_section_content {
| + | </li> |
- | }
| + | |
| | | |
- | #sidebar h2 {
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/team">Team</a> |
- | color: #3a5909;
| + | <ul> |
- | font-size: 24px;
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/members">members</a></li> |
- | padding: 0 0 60px 20px;
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/collaboration">collaboration</a></li> |
- | background: url(https://static.igem.org/mediawiki/2011/4/4d/USTC_Software_header_bg.png) no-repeat bottom left;
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/attribution">attribution</a></li> |
- | }
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/acknowledgements">acknowledgements</a></li> |
| + | </ul> |
| + | </li> |
| + | |
| + | <li><a class="last"href="https://2011.igem.org/Team:USTC-Software/human practice">Human practice</a> <!--current page--> |
| + | <ul> |
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/safety">safety</a></li> |
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/meetup">meetup</a></li> |
| + | </ul> |
| + | </li> |
| + | </ul> |
| + | <!-- // Navigation --> |
| + | |
| + | <div class="cleaner"></div> |
| + | </div> <!-- end of header --> |
| | | |
- | #sidebar .categories_list {
| + | </div> |
- | margin: 0;
| + | <!-- end of header_wrapper --> |
- | padding: 0;
| + | |
- | list-style: none;
| + | |
- | }
| + | |
| | | |
- | #sidebar .categories_list li {
| + | <div id="content_wrapper"> |
- | padding: 0;
| + | |
- | margin: 0;
| + | |
- | }
| + | |
| | | |
- | .categories_list li a {
| + | </div> |
- | display: block;
| + | |
- | color: #201f1c;
| + | <div id="content_wrapper_bottom"> </div> |
- | padding: 5px 0 5px 20px;
| + | |
- | background: url(./images/USTC_Software_list.png) center left no-repeat;
| + | |
- | }
| + | |
- | .categories_list li a:hover {
| + | |
- | color: #537c11;
| + | |
- | text-decoration: none;
| + | |
- | }
| + | |
| | | |
- | .sidebar_section label {
| + | <!-- end of content_wrapper --> |
- | display: block;
| + | |
- | margin-bottom: 10px;
| + | <div id="mfooter"> |
- | }
| + | |
| | | |
- | .sidebar_section #input_field {
| + | <ul class="mfooter_menu"> |
- | height: 20px;
| + | <li><a href="#" class="current">Home</a></li> |
- | width: 233px;
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/project" target="_parent">Project</a></li> |
- | padding: 0 5px;
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/model" target="_parent"> MoDeL</a></li> |
- | margin-bottom: 10px;
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/notebook" target="_parent">Notebook</a></li> |
- | color: #000000;
| + | <li><a href="https://2011.igem.org/Team:USTC-Software/team" target="_parent">Team</a></li> |
- | font-size: 12px;
| + | <li class="last_menu"><a href="https://2011.igem.org/Team:USTC-Software/team" target="_parent">Human Practice</a></li> |
- | font-variant: normal;
| + | |
- | line-height: normal;
| + | </ul> |
- | }
| + | <b> Welcome to   <a href="http://en.ustc.edu.cn/" target="_blank">University of Science and Technology of China</a> ! </b> |
| | | |
- | .sidebar_section #submit_btn{ | + | <div id="to_org_box"><a href="https://2011.igem.org/Main_Page"><img class="logo" src="https://static.igem.org/mediawiki/2011/b/b8/USTC_Software_iGEM_logo.jpg" width="69" height="70"alt="to igem.org" style="right:auto"/></a> |
- | float: right;
| + | </div> |
- | height: 30px;
| + | |
- | width: 80px;
| + | |
- | margin: 0px;
| + | |
- | padding: 3px 0 15px 0;
| + | |
- | cursor: pointer;
| + | |
- | font-size: 12px;
| + | |
- | text-align: center;
| + | |
- | vertical-align: bottom;
| + | |
- | white-space: pre;
| + | |
- | outline: none;
| + | |
- | }
| + | |
| | | |
- | </style> | + | <div id="totop_box"> |
| + | <a href="#top"><img class="logo" src="https://static.igem.org/mediawiki/2011/e/eb/USTC_Software_top_icon.gif" width="76" height="72"alt="go back to top" style="right:auto"/></a> |
| + | </div> |
| | | |
- | <!-- Javascript--> | + | </div> <!-- end of mfooter --> |
| | | |
- | <!--jquery-1.2.3.min.js-->
| + | </body> |
- | <script type='text/javascript'>
| + | </html> |
- | (function(){if(window.jQuery)var _jQuery=window.jQuery;var jQuery=window.jQuery=function(selector,context){return new jQuery.prototype.init(selector,context);};if(window.$)var _$=window.$;window.$=jQuery;var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/;var isSimple=/^.[^:#\[\.]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return this;}else if(typeof selector=="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem)if(elem.id!=match[3])return jQuery().find(selector);else{this[0]=elem;this.length=1;return this;}else
| + | |
- | selector=[];}}else
| + | |
- | return new jQuery(context).find(selector);}else if(jQuery.isFunction(selector))return new jQuery(document)[jQuery.fn.ready?"ready":"load"](selector);return this.setArray(selector.constructor==Array&&selector||(selector.jquery||selector.length&&selector!=window&&!selector.nodeType&&selector[0]!=undefined&&selector[0].nodeType)&&jQuery.makeArray(selector)||[selector]);},jquery:"1.2.3",size:function(){return this.length;},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];},pushStack:function(elems){var ret=jQuery(elems);ret.prevObject=this;return ret;},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){var ret=-1;this.each(function(i){if(this==elem)ret=i;});return ret;},attr:function(name,value,type){var options=name;if(name.constructor==String)if(value==undefined)return this.length&&jQuery[type||"attr"](this[0],name)||undefined;else{options={};options[name]=value;}return this.each(function(i){for(name in options)jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!="object"&&text!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0])jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;while(elem.firstChild)elem=elem.firstChild;return elem;}).append(this);return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1)this.appendChild(elem);});},prepend:function(){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1)this.insertBefore(elem,this.firstChild);});},before:function(){return this.domManip(arguments,false,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,true,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},find:function(selector){var elems=jQuery.map(this,function(elem){return jQuery.find(selector,elem);});return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):elems);},clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createElement("div");container.appendChild(clone);return jQuery.clean([container.innerHTML])[0];}else
| + | |
- | return this.cloneNode(true);});var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined)this[expando]=null;});if(events===true)this.find("*").andSelf().each(function(i){if(this.nodeType==3)return;var events=jQuery.data(this,"events");for(var type in events)for(var handler in events[type])jQuery.event.add(clone[i],type,events[type][handler],events[type][handler].data);});return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,this));},not:function(selector){if(selector.constructor==String)if(isSimple.test(selector))return this.pushStack(jQuery.multiFilter(selector,this,true));else
| + | |
- | selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return!selector?this:this.pushStack(jQuery.merge(this.get(),selector.constructor==String?jQuery(selector).get():selector.length!=undefined&&(!selector.nodeName||jQuery.nodeName(selector,"form"))?selector:[selector]));},is:function(selector){return selector?jQuery.multiFilter(selector,this).length>0:false;},hasClass:function(selector){return this.is("."+selector);},val:function(value){if(value==undefined){if(this.length){var elem=this[0];if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0)return null;for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery.browser.msie&&!option.attributes.value.specified?option.text:option.value;if(one)return value;values.push(value);}}return values;}else
| + | |
- | return(this[0].value||"").replace(/\r/g,"");}return undefined;}return this.each(function(){if(this.nodeType!=1)return;if(value.constructor==Array&&/radio|checkbox/.test(this.type))this.checked=(jQuery.inArray(this.value,value)>=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=value.constructor==Array?value:[value];jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)this.selectedIndex=-1;}else
| + | |
- | this.value=value;});},html:function(value){return value==undefined?(this.length?this[0].innerHTML:null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},data:function(key,value){var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value==null){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data==undefined&&this.length)data=jQuery.data(this[0],key);return data==null&&parts[1]?this.data(parts[0]):data;}else
| + | |
- | return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});},domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);if
| + | |