|
|
(20 intermediate revisions not shown) |
Line 84: |
Line 84: |
| /* end of site title */ | | /* end of site title */ |
| | | |
- | /* ---------- Navigation ---------- */ | + | /* navigation */ |
| | | |
| ul { | | ul { |
Line 164: |
Line 164: |
| #nav ul ul{ | | #nav ul ul{ |
| top:auto; | | top:auto; |
- | }
| + | } |
| | | |
| #nav li ul ul { | | #nav li ul ul { |
| left:12em; | | left:12em; |
| margin:0px 0 0 10px; | | margin:0px 0 0 10px; |
- | }
| + | } |
| | | |
| #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{ | | #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{ |
| display:none; | | display:none; |
- | }
| + | } |
| | | |
| #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{ | | #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{ |
| display:block; | | display:block; |
- | }
| |
- |
| |
- | /*end of nav*/
| |
- |
| |
- | /* content_wrapper */
| |
- |
| |
- | #content {
| |
- | background-color:#a0c73f;
| |
- | width:auto;
| |
| } | | } |
| | | |
- | #content_wrapper {
| + | /*end of navigation*/ |
- | width: 920px;
| + | |
- | margin: 0 auto;
| + | |
- | padding: 30px 40px;
| + | |
- | background: url(https://static.igem.org/mediawiki/2011/b/bc/USTC_Software_content.jpg) repeat-y;
| + | |
- | }
| + | |
| | | |
- | #content_wrapper h1 { | + | /* search */ |
- | color: #3a5909; | + | #header #search_box { |
- | font-size:24px; | + | position: absolute; |
- | padding: 0 0 60px 20px; | + | width: 333px; |
- | background: url(https://static.igem.org/mediawiki/2011/4/4d/USTC_Software_header_bg.png) no-repeat bottom left; | + | height: 53px; |
| + | bottom: 54px; |
| + | right: 16px; |
| + | background: url(https://static.igem.org/mediawiki/2011/1/15/USTC_Software_search.png) |
| } | | } |
| | | |
- | #content_wrapper p { | + | #search_box form { |
- | font-family: Verdana, Arial;
| + | |
- | font-size:14px;
| + | |
- | }
| + | |
- | | + | |
- | #content_wrapper_bottom {
| + | |
- | width: 1000px;
| + | |
- | height: 15px;
| + | |
- | margin: 0 auto;
| + | |
- | background: url(https://static.igem.org/mediawiki/2011/a/a5/USTC_Software_content_bottom.jpg) no-repeat;
| + | |
- | background-color: #a0c73f;
| + | |
- | }
| + | |
- | | + | |
- | /* end of content_wrapper */
| + | |
- | | + | |
- | /* footer */
| + | |
- | | + | |
- | #mfooter {
| + | |
- | width: 980px;
| + | |
- | margin: 0 auto;
| + | |
- | padding: 30px 10px;
| + | |
- | text-align: center;
| + | |
- | color: #333333;
| + | |
- | background-color: #a0c73f;
| + | |
- | }
| + | |
- | | + | |
- | #mfooter a {
| + | |
- | color:#000;
| + | |
- | }
| + | |
- | | + | |
- | #mfooter .mfooter_menu {
| + | |
- | margin: 0 0 10px 0;
| + | |
- | padding: 0px;
| + | |
- | list-style: none;
| + | |
- | }
| + | |
- | | + | |
- | .mfooter_menu li {
| + | |
- | margin: 0px;
| + | |
- | padding: 0 20px;
| + | |
- | display: inline;
| + | |
- | border-right: 1px solid #000000;
| + | |
- | }
| + | |
- | | + | |
- | .mfooter_menu .last_menu {
| + | |
- | border: none;
| + | |
- | }
| + | |
- | | + | |
- | #totop_box {
| + | |
- | position:fixed;
| + | |
- | width: 77px;
| + | |
- | height: 75px;
| + | |
- | bottom: 21px;
| + | |
- | right: 15px;
| + | |
- | }
| + | |
- | | + | |
- | #totop_box form {
| + | |
| width: 280px; | | width: 280px; |
| height: 27px; | | height: 27px; |
Line 264: |
Line 198: |
| } | | } |
| | | |
- | #to_org_box { | + | #searchfield { |
- | position:fixed;
| + | height: 17px; |
- | width: 77px;
| + | width: 270px; |
- | height: 75px; | + | padding: 4px 5px 6px 5px; |
- | bottom: 21px;
| + | |
- | right: 105px;
| + | |
- | }
| + | |
- | | + | |
- | #to_org_box form {
| + | |
- | width: 280px; | + | |
- | height: 27px;
| + | |
- | margin: 0;
| + | |
- | padding: 25px 0 0 0; | + | |
- | }
| + | |
- | /* end of footer*/
| + | |
- | | + | |
- | /* 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 .intro_box p {
| + | |
- | padding: 0;
| + | |
- | margin: 0 0 5px 0;
| + | |
- | }
| + | |
- | | + | |
- | #content .intro_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;
| + | |
- | }
| + | |
- | | + | |
- | .button_01 a {
| + | |
- | 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 {
| + | |
| color: #fff; | | color: #fff; |
- | background:url(./images/USTC_Software_button_hover.png) no-repeat;
| |
- | }
| |
- |
| |
- | #sidebar {
| |
- | float: right;
| |
- | width: 280px;
| |
- | padding: 0;
| |
- | background: url(./images/USTC_Software_sidebar.jpg) repeat-y;
| |
- | }
| |
- |
| |
- | #sidebar .sidebar_section {
| |
- | margin-bottom: 30px;
| |
- | }
| |
- |
| |
- | #sidebar .sidebar_section_content {
| |
- | }
| |
- |
| |
- | #sidebar h2 {
| |
- | color: #3a5909;
| |
- | font-size: 24px;
| |
- | padding: 0 0 60px 20px;
| |
- | background: url(./images/USTC_Software_header_bg.png) no-repeat bottom left;
| |
- | }
| |
- |
| |
- | #sidebar .categories_list {
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | list-style: none;
| |
- | }
| |
- |
| |
- | #sidebar .categories_list li {
| |
- | padding: 0;
| |
- | margin: 0;
| |
- | }
| |
- |
| |
- | .categories_list li a {
| |
- | display: block;
| |
- | color: #201f1c;
| |
- | 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 {
| |
- | display: block;
| |
- | margin-bottom: 10px;
| |
- | }
| |
- |
| |
- | .sidebar_section #input_field {
| |
- | height: 20px;
| |
- | width: 233px;
| |
- | padding: 0 5px;
| |
- | margin-bottom: 10px;
| |
- | color: #000000;
| |
| font-size: 12px; | | font-size: 12px; |
| font-variant: normal; | | font-variant: normal; |
| line-height: normal; | | line-height: normal; |
| + | background: none; |
| + | border: none; |
| } | | } |
| | | |
- | .sidebar_section #submit_btn{
| + | /* end of search */ |
- | float: right;
| + | |
- | 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;
| + | |
- | }
| + | |
| | | |
- | .button_01 a {
| + | /*clock_box*/ |
- | display: block; | + | #header #clock_box { |
- | width: 102px; | + | position: absolute; |
- | height: 23px; | + | width: 320px; |
- | padding: 7px 0 0 0;
| + | height: 21px; |
- | background: url(https://static.igem.org/mediawiki/2011/0/0e/USTC_Software_button.png) no-repeat;
| + | bottom: 85px; |
- | color: #333;
| + | right: 26px; |
- | font-size: 12px;
| + | |
- | font-weight: bold;
| + | |
- | text-align: center; | + | |
- | text-decoration: none; | + | |
| } | | } |
| | | |
- | .button_01 a:hover {
| + | #clock_box form { |
- | color: #fff;
| + | |
- | background:url(https://static.igem.org/mediawiki/2011/c/c1/USTC_Software_button_hover.png) no-repeat;
| + | |
- | }
| + | |
- | | + | |
- | #sidebar { | + | |
- | float: right;
| + | |
| width: 280px; | | width: 280px; |
- | padding: 0; | + | height: 27px; |
- | background: url(./images/USTC_Software_sidebar.jpg) repeat-y;
| + | |
- | }
| + | |
- | | + | |
- | #sidebar .sidebar_section {
| + | |
- | margin-bottom: 30px;
| + | |
- | }
| + | |
- | | + | |
- | #sidebar .sidebar_section_content {
| + | |
- | }
| + | |
- | | + | |
- | #sidebar h2 {
| + | |
- | color: #3a5909;
| + | |
- | font-size: 24px;
| + | |
- | padding: 0 0 60px 20px;
| + | |
- | background: url(./images/USTC_Software_header_bg.png) no-repeat bottom left;
| + | |
- | }
| + | |
- | | + | |
- | #sidebar .categories_list {
| + | |
| margin: 0; | | margin: 0; |
- | padding: 0; | + | padding: 25px 0 0 0; |
- | list-style: none;
| + | |
| } | | } |
| | | |
- | #sidebar .categories_list li {
| + | /* end of clock_box*/ |
- | padding: 0;
| + | |
- | margin: 0;
| + | |
- | }
| + | |
- | | + | |
- | .categories_list li a {
| + | |
- | display: block;
| + | |
- | color: #201f1c;
| + | |
- | 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 {
| + | |
- | display: block;
| + | |
- | margin-bottom: 10px;
| + | |
- | }
| + | |
- | | + | |
- | .sidebar_section #input_field {
| + | |
- | height: 20px;
| + | |
- | width: 233px;
| + | |
- | padding: 0 5px;
| + | |
- | margin-bottom: 10px;
| + | |
- | color: #000000;
| + | |
- | font-size: 12px;
| + | |
- | font-variant: normal;
| + | |
- | line-height: normal;
| + | |
- | }
| + | |
- | | + | |
- | .sidebar_section #submit_btn{
| + | |
- | float: right;
| + | |
- | 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>
| + | |
- | | + | |
- | <!-- Javascript-->
| + | |
- | | + | |
- | <!--jquery-1.2.3.min.js-->
| + | |
- | <script type='text/javascript'>
| + | |
- | (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(reverse)elems.reverse();}var obj=this;if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr"))obj=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var scripts=jQuery([]);jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;if(jQuery.nodeName(elem,"script")){scripts=scripts.add(elem);}else{if(elem.nodeType==1)scripts=scripts.add(jQuery("script",elem).remove());callback.call(obj,elem);}});scripts.each(evalScript);});}};jQuery.prototype.init.prototype=jQuery.prototype;function evalScript(i,elem){if(elem.src)jQuery.ajax({url:elem.src,async:false,dataType:"script"});else
| + | |
- | jQuery.globalEval(elem.text||elem.textcontent||elem.innerHTML||"");if(elem.parentNode)elem.parentNode.removeChild(elem);}jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(target.constructor==Boolean){deep=target;target=arguments[1]||{};i=2;}if(typeof target!="object"&&typeof target!="function")target={};if(length==1){target=this;i=0;}for(;i<length;i++)if((options=arguments[i])!=null)for(var name in options){if(target===options[name])continue;if(deep&&options[name]&&typeof options[name]=="object"&&target[name]&&!options[name].nodeType)target[name]=jQuery.extend(target[name],options[name]);else if(options[name]!=undefined)target[name]=options[name];}return target;};var expando="jQuery"+(new Date()).getTime(),uuid=0,windowData={};var exclude=/z-?index|font-?weight|opacity|zoom|line-?height/i;jQuery.extend({noConflict:function(deep){window.$=_$;if(deep)window.jQuery=_jQuery;return jQuery;},isFunction:function(fn){return!!fn&&typeof fn!="string"&&!fn.nodeName&&fn.constructor!=Array&&/function/i.test(fn+"");},isXMLDoc:function(elem){return elem.documentElement&&!elem.body||elem.tagName&&elem.ownerDocument&&!elem.ownerDocument.body;},globalEval:function(data){data=jQuery.trim(data);if(data){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.browser.msie)script.text=data;else
| + | |
- | script.appendChild(document.createTextNode(data));head.appendChild(script);head.removeChild(script);}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()==name.toUpperCase();},cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;var id=elem[expando];if(!id)id=elem[expando]=++uuid;if(name&&!jQuery.cache[id])jQuery.cache[id]={};if(data!=undefined)jQuery.cache[id][name]=data;return name?jQuery.cache[id][name]:id;},removeData:function(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];name="";for(name in jQuery.cache[id])break;if(!name)jQuery.removeData(elem);}}else{try{delete elem[expando];}catch(e){if(elem.removeAttribute)elem.removeAttribute(expando);}delete jQuery.cache[id];}},each:function(object,callback,args){if(args){if(object.length==undefined){for(var name in object)if(callback.apply(object[name],args)===false)break;}else
| + | |
- | for(var i=0,length=object.length;i<length;i++)if(callback.apply(object[i],args)===false)break;}else{if(object.length==undefined){for(var name in object)if(callback.call(object[name],name,object[name])===false)break;}else
| + | |
- | for(var i=0,length=object.length,value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}return object;},prop:function(elem,value,type,i,name){if(jQuery.isFunction(value))value=value.call(elem,i);return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value;},className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,className){if(elem.nodeType==1&&!jQuery.className.has(elem.className,className))elem.className+=(elem.className?" ":"")+className;});},remove:function(elem,classNames){if(elem.nodeType==1)elem.className=classNames!=undefined?jQuery.grep(elem.className.split(/\s+/),function(className){return!jQuery.className.has(classNames,className);}).join(" "):"";},has:function(elem,className){return jQuery.inArray(className,(elem.className||elem).toString().split(/\s+/))>-1;}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}callback.call(elem);for(var name in options)elem.style[name]=old[name];},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;var padding=0,border=0;jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;border+=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;});val-=Math.round(padding+border);}if(jQuery(elem).is(":visible"))getWH();else
| + | |
- | jQuery.swap(elem,props,getWH);return Math.max(0,val);}return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret;function color(elem){if(!jQuery.browser.safari)return false;var ret=document.defaultView.getComputedStyle(elem,null);return!ret||ret.getPropertyValue("color")=="";}if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(elem.style,"opacity");return ret==""?"1":ret;}if(jQuery.browser.opera&&name=="display"){var save=elem.style.outline;elem.style.outline="0 solid black";elem.style.outline=save;}if(name.match(/float/i))name=styleFloat;if(!force&&elem.style&&elem.style[name])ret=elem.style[name];else if(document.defaultView&&document.defaultView.getComputedStyle){if(name.match(/float/i))name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var getComputedStyle=document.defaultView.getComputedStyle(elem,null);if(getComputedStyle&&!color(elem))ret=getComputedStyle.getPropertyValue(name);else{var swap=[],stack=[];for(var a=elem;a&&color(a);a=a.parentNode)stack.unshift(a);for(var i=0;i<stack.length;i++)if(color(stack[i])){swap[i]=stack[i].style.display;stack[i].style.display="block";}ret=name=="display"&&swap[stack.length-1]!=null?"none":(getComputedStyle&&getComputedStyle.getPropertyValue(name))||"";for(var i=0;i<swap.length;i++)if(swap[i]!=null)stack[i].style.display=swap[i];}if(name=="opacity"&&ret=="")ret="1";}else if(elem.currentStyle){var camelCase=name.replace(/\-(\w)/g,function(all,letter){return letter.toUpperCase();});ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!/^\d+(px)?$/i.test(ret)&&/^\d/.test(ret)){var style=elem.style.left,runtimeStyle=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;elem.style.left=ret||0;ret=elem.style.pixelLeft+"px";elem.style.left=style;elem.runtimeStyle.left=runtimeStyle;}}return ret;},clean:function(elems,context){var ret=[];context=context||document;if(typeof context.createElement=='undefined')context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;jQuery.each(elems,function(i,elem){if(!elem)return;if(elem.constructor==Number)elem=elem.toString();if(typeof elem=="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+"></"+tag+">";});var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");var wrap=!tags.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!tags.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!tags.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!tags.indexOf("<td")||!tags.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!tags.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||jQuery.browser.msie&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)div=div.lastChild;if(jQuery.browser.msie){var tbody=!tags.indexOf("<table")&&tags.indexOf("<tbody")<0?div.firstChild&&div.firstChild.childNodes:wrap[1]=="<table>"&&tags.indexOf("<tbody")<0?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j)if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length)tbody[j].parentNode.removeChild(tbody[j]);if(/^\s/.test(elem))div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);}elem=jQuery.makeArray(div.childNodes);}if(elem.length===0&&(!jQuery.nodeName(elem,"form")&&!jQuery.nodeName(elem,"select")))return;if(elem[0]==undefined||jQuery.nodeName(elem,"form")||elem.options)ret.push(elem);else
| + | |
- | ret=jQuery.merge(ret,elem);});return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)return undefined;var fix=jQuery.isXMLDoc(elem)?{}:jQuery.props;if(name=="selected"&&jQuery.browser.safari)elem.parentNode.selectedIndex;if(fix[name]){if(value!=undefined)elem[fix[name]]=value;return elem[fix[name]];}else if(jQuery.browser.msie&&name=="style")return jQuery.attr(elem.style,"cssText",value);else if(value==undefined&&jQuery.browser.msie&&jQuery.nodeName(elem,"form")&&(name=="action"||name=="method"))return elem.getAttributeNode(name).nodeValue;else if(elem.tagName){if(value!=undefined){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)throw"type property can't be changed";elem.setAttribute(name,""+value);}if(jQuery.browser.msie&&/href|src/.test(name)&&!jQuery.isXMLDoc(elem))return elem.getAttribute(name,2);return elem.getAttribute(name);}else{if(name=="opacity"&&jQuery.browser.msie){if(value!=undefined){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseFloat(value).toString()=="NaN"?"":"alpha(opacity="+value*100+")");}return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100).toString():"";}name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(value!=undefined)elem[name]=value;return elem[name];}},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(typeof array!="array")for(var i=0,length=array.length;i<length;i++)ret.push(array[i]);else
| + | |
- | ret=array.slice(0);return ret;},inArray:function(elem,array){for(var i=0,length=array.length;i<length;i++)if(array[i]==elem)return i;return-1;},merge:function(first,second){if(jQuery.browser.msie){for(var i=0;second[i];i++)if(second[i].nodeType!=8)first.push(second[i]);}else
| + | |
- | for(var i=0;second[i];i++)first.push(second[i]);return first;},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i]);}}}catch(e){ret=array;}return ret;},grep:function(elems,callback,inv){var ret=[];for(var i=0,length=elems.length;i<length;i++)if(!inv&&callback(elems[i],i)||inv&&!callback(elems[i],i))ret.push(elems[i]);return ret;},map:function(elems,callback){var ret=[];for(var i=0,length=elems.length;i<length;i++){var value=callback(elems[i],i);if(value!==null&&value!=undefined){if(value.constructor!=Array)value=[value];ret=ret.concat(value);}}return ret;}});var userAgent=navigator.userAgent.toLowerCase();jQuery.browser={version:(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(userAgent),opera:/opera/.test(userAgent),msie:/msie/.test(userAgent)&&!/opera/.test(userAgent),mozilla:/mozilla/.test(userAgent)&&!/(compatible|webkit)/.test(userAgent)};var styleFloat=jQuery.browser.msie?"styleFloat":"cssFloat";jQuery.extend({boxModel:!jQuery.browser.msie||document.compatMode=="CSS1Compat",props:{"for":"htmlFor","class":"className","float":styleFloat,cssFloat:styleFloat,styleFloat:styleFloat,innerHTML:"innerHTML",className:"className",value:"value",disabled:"disabled",checked:"checked",readonly:"readOnly",selected:"selected",maxlength:"maxLength",selectedIndex:"selectedIndex",defaultValue:"defaultValue",tagName:"tagName",nodeName:"nodeName"}});jQuery.each({parent:function(elem){return elem.parentNode;},parents:function(elem){return jQuery.dir(elem,"parentNode");},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(selector){var ret=jQuery.map(this,fn);if(selector&&typeof selector=="string")ret=jQuery.multiFilter(selector,ret);return this.pushStack(jQuery.unique(ret));};});jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(){var args=arguments;return this.each(function(){for(var i=0,length=args.length;i<length;i++)jQuery(args[i])[original](this);});};});jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");if(this.nodeType==1)this.removeAttribute(name);},addClass:function(classNames){jQuery.className.add(this,classNames);},removeClass:function(classNames){jQuery.className.remove(this,classNames);},toggleClass:function(__NOTOC__
| + | |
- | {{:Team:USTC-Software/temp}}
| + | |
- | | + | |
- | <html xmlns="http://www.w3.org/1999/xhtml">
| + | |
- | <head>
| + | |
- | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| + | |
- | <title>Team:USTC-Software - 2011.igem.org</title>
| + | |
- | <meta name="description" content="home"/>
| + | |
- | <meta name="keywords" content="USTC-Software,iGEM,synthetic biology"/>
| + | |
- | <meta name="author" content="Ao Xu">
| + | |
- | <meta name="copyright" content="Copyright (c) 2011 iGEM USTC Software" />
| + | |
- | | + | |
- | <style type="text/css">
| + | |
- | | + | |
- | body {
| + | |
- | margin: 0;
| + | |
- | padding: 0;
| + | |
- | line-height: 1.5em;
| + | |
- | font-family: Georgia, "Times New Roman", Times, serif;
| + | |
- | font-size: 12px;
| + | |
- | color: #555a4a;
| + | |
- | background: #a0c73f;
| + | |
- | }
| + | |
- | | + | |
- | a:link, a:visited { color: #0683ab; text-decoration: none; font-weight: normal; }
| + | |
- | a:active, a:hover { color: #0683ab; text-decoration: underline; }
| + | |
- | | + | |
- | img { margin: 0px; padding: 0px; border: none; }
| + | |
- | | + | |
- | #header_wrapper {
| + | |
- | width: 100%;
| + | |
- | height: 265px;
| + | |
- | background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center;
| + | |
- | }
| + | |
- | | + | |
- | #header {
| + | |
- | position: relative;
| + | |
- | width: 980px;
| + | |
- | height: 265px;
| + | |
- | padding: 0 10px;
| + | |
- | margin: 0 auto;
| + | |
- | background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center;
| + | |
- | }
| + | |
- | | + | |
- | /* site title */
| + | |
- | | + | |
- | #header #site_title {
| + | |
- | float: left;
| + | |
- | width: 200px;
| + | |
- | padding: 33px 0;
| + | |
- | }
| + | |
- | | + | |
- | #site_title h1 {
| + | |
- | margin: 0;
| + | |
- | padding: 3px;
| + | |
- | font-family:"Times New Roman", Times, serif;
| + | |
- | color:#000;
| + | |
- | font-size:24px;
| + | |
- | }
| + | |
- | | + | |
- | #site_title h1 a {
| + | |
- | margin: 0px;
| + | |
- | padding: 0px;
| + | |
- | font-size: 30px;
| + | |
- | color: #ffffff;
| + | |
- | font-weight: bold;
| + | |
- | text-decoration: none;
| + | |
- | }
| + | |
- | | + | |
- | #site_title h1 a:hover {
| + | |
- | font-weight: bold;
| + | |
- | text-decoration: none;
| + | |
- | }
| + | |
- | | + | |
- | #site_title h1 a span {
| + | |
- | display: block;
| + | |
- | margin-left: 2px;
| + | |
- | font-size: 14px;
| + | |
- | color: #416902;
| + | |
- | font-weight: bold;
| + | |
- | letter-spacing: 2px;
| + | |
- | }
| + | |
- | | + | |
- | /* end of site title */
| + | |
- | | + | |
- | /* ---------- Navigation ---------- */
| + | |
- | | + | |
- | ul {
| + | |
- | list-style-image: none;
| + | |
- | }
| + | |
- | | + | |
- | #nav {
| + | |
- | float: right;
| + | |
- | font-family: Arial, Helvetica, sans-serif;
| + | |
- | font-weight: bold;
| + | |
- | font-size: 12px;
| + | |
- | padding-top: 70px;
| + | |
- | height: 43px;
| + | |
- | }
| + | |
- | | + | |
- | #nav .last {
| + | |
- | padding-right: 2px;
| + | |
- | background-image:url(https://static.igem.org/mediawiki/2011/5/59/USTC_Software_nav_button_sep.jpg);
| + | |
- | background-repeat:no-repeat;
| + | |
- | background-position:right;
| + | |
- | }
| + | |
- | | + | |
- | #nav, #nav ul{
| + | |
- | margin:0;
| + | |
- | padding:0;
| + | |
- | list-style-type:none;
| + | |
- | list-style-position:outside;
| + | |
- | position:relative;
| + | |
- | line-height:1.5em;
| + | |
- | }
| + | |
- | | + | |
- | #nav .on {
| + | |
- | color:#fff !important;
| + | |
- | background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg) !important;
| + | |
- | background-position: bottom left !important;
| + | |
- | }
| + | |
- | | + | |
- | #nav a:link, #nav a:active, #nav a:visited{
| + | |
- | display:block;
| + | |
- | padding: 14px 35px;
| + | |
- | color:#a5a5a5;
| + | |
- | text-decoration:none;
| + | |
- | text-transform: uppercase;
| + | |
- | background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg);
| + | |
- | background-position: top left;
| + | |
- | }
| + | |
- | | + | |
- | #nav a:hover {
| + | |
- | color:#fff;
| + | |
- | background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg);
| + | |
- | background-position: bottom left;
| + | |
- | }
| + | |
- | | + | |
- | #nav li{
| + | |
- | float:left;
| + | |
- | position:relative;
| + | |
- |
| + | |
- | }
| + | |
- | | + | |
- | #nav ul {
| + | |
- | position:absolute;
| + | |
- | width:13em;
| + | |
- | top:3.8em;
| + | |
- | display:none;
| + | |
- | z-index: 1;
| + | |
- | }
| + | |
- | | + | |
- | #nav li ul a {
| + | |
- | width:9em;
| + | |
- | float:left;
| + | |
- | background-color: #2e2e2e;
| + | |
- | background-image: none !important;
| + | |
- | }
| + | |
- | | + | |
- | #nav li ul a:hover {
| + | |
- | background-color: #292929;
| + | |
- | }
| + | |
- | | + | |
- | #nav ul ul{
| + | |
- | top:auto;
| + | |
- | }
| + | |
- | | + | |
- | #nav li ul ul {
| + | |
- | left:12em;
| + | |
- | margin:0px 0 0 10px;
| + | |
- | }
| + | |
- | | + | |
- | #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
| + | |
- | display:none;
| + | |
- | }
| + | |
- | | + | |
- | #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
| + | |
- | display:block;
| + | |
- | }
| + | |
- | | + | |
- | /*end of nav*/ | + | |
| | | |
| /* content_wrapper */ | | /* content_wrapper */ |
Line 830: |
Line 340: |
| .intro_box { | | .intro_box { |
| float: left; | | float: left; |
- | width: 190px; | + | width: 282px; |
| padding-bottom: 10px; | | padding-bottom: 10px; |
| border-bottom: 1px dotted #666; | | border-bottom: 1px dotted #666; |
Line 870: |
Line 380: |
| | | |
| .intro_box img { | | .intro_box img { |
- | width: 180px; | + | width: 272px; |
- | height: 100px; | + | height: 168px; |
| border: 5px solid #e6e0ce; | | border: 5px solid #e6e0ce; |
| margin-bottom: 10px; | | margin-bottom: 10px; |
Line 892: |
Line 402: |
| color: #fff; | | color: #fff; |
| background:url(./images/USTC_Software_button_hover.png) no-repeat; | | background:url(./images/USTC_Software_button_hover.png) no-repeat; |
- | }
| |
- |
| |
- | #sidebar {
| |
- | float: right;
| |
- | width: 280px;
| |
- | padding: 0;
| |
- | background: url(./images/USTC_Software_sidebar.jpg) repeat-y;
| |
- | }
| |
- |
| |
- | #sidebar .sidebar_section {
| |
- | margin-bottom: 30px;
| |
- | }
| |
- |
| |
- | #sidebar .sidebar_section_content {
| |
- | }
| |
- |
| |
- | #sidebar h2 {
| |
- | color: #3a5909;
| |
- | font-size: 24px;
| |
- | padding: 0 0 60px 20px;
| |
- | background: url(./images/USTC_Software_header_bg.png) no-repeat bottom left;
| |
- | }
| |
- |
| |
- | #sidebar .categories_list {
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | list-style: none;
| |
- | }
| |
- |
| |
- | #sidebar .categories_list li {
| |
- | padding: 0;
| |
- | margin: 0;
| |
- | }
| |
- |
| |
- | .categories_list li a {
| |
- | display: block;
| |
- | color: #201f1c;
| |
- | 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 {
| |
- | display: block;
| |
- | margin-bottom: 10px;
| |
- | }
| |
- |
| |
- | .sidebar_section #input_field {
| |
- | height: 20px;
| |
- | width: 233px;
| |
- | padding: 0 5px;
| |
- | margin-bottom: 10px;
| |
- | color: #000000;
| |
- | font-size: 12px;
| |
- | font-variant: normal;
| |
- | line-height: normal;
| |
- | }
| |
- |
| |
- | .sidebar_section #submit_btn{
| |
- | float: right;
| |
- | 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;
| |
| } | | } |
| | | |
Line 985: |
Line 422: |
| } | | } |
| | | |
- | #sidebar {
| + | .cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; } /**/ /*This is important!*/ |
- | float: right;
| + | .cleaner_h30 { clear: both; width:100%; height: 30px; }/**/ |
- | width: 280px;
| + | .cleaner_h40 { clear: both; width:100%; height: 40px; }/**/ |
- | padding: 0;
| + | .margin_r10 { margin-right: 24px; }/**/ |
- | background: url(./images/USTC_Software_sidebar.jpg) repeat-y;
| + | |
- | }
| + | |
- | | + | |
- | #sidebar .sidebar_section {
| + | |
- | margin-bottom: 30px;
| + | |
- | }
| + | |
- | | + | |
- | #sidebar .sidebar_section_content {
| + | |
- | }
| + | |
- | | + | |
- | #sidebar h2 {
| + | |
- | color: #3a5909;
| + | |
- | font-size: 24px;
| + | |
- | padding: 0 0 60px 20px;
| + | |
- | background: url(./images/USTC_Software_header_bg.png) no-repeat bottom left;
| + | |
- | }
| + | |
- | | + | |
- | #sidebar .categories_list {
| + | |
- | margin: 0;
| + | |
- | padding: 0;
| + | |
- | list-style: none;
| + | |
- | } | + | |
- | | + | |
- | #sidebar .categories_list li {
| + | |
- | padding: 0;
| + | |
- | margin: 0;
| + | |
- | }
| + | |
- | | + | |
- | .categories_list li a {
| + | |
- | display: block;
| + | |
- | color: #201f1c;
| + | |
- | 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 {
| + | |
- | display: block;
| + | |
- | margin-bottom: 10px;
| + | |
- | }
| + | |
- | | + | |
- | .sidebar_section #input_field {
| + | |
- | height: 20px;
| + | |
- | width: 233px;
| + | |
- | padding: 0 5px;
| + | |
- | margin-bottom: 10px;
| + | |
- | color: #000000;
| + | |
- | font-size: 12px;
| + | |
- | font-variant: normal;
| + | |
- | line-height: normal;
| + | |
- | } | + | |
- | | + | |
- | .sidebar_section #submit_btn{ | + | |
- | float: right;
| + | |
- | 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;
| + | |
- | } | + | |
| | | |
| + | .float_l { float: left; }/**/ |
| + | .float_r { float: right; }/**/ |
| </style> | | </style> |
| | | |
Line 1,230: |
Line 601: |
| document.getElementById("clock").innerHTML = date; | | document.getElementById("clock").innerHTML = date; |
| } | | } |
- | </SCRIPT> | + | </script> |
| | | |
| <!-- Javascript--> | | <!-- Javascript--> |
Line 1,243: |
Line 614: |
| <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> | | <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> | | </div> |
- | <!-- Navigation --> | + | <!-- navigation --> |
- | <ul id="nav">
| + | <ul id="nav"> |
| <li><a class="on" href="https://2011.igem.org/Team:USTC-Software">Home</a></li> | | <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> | | <li><a href="https://2011.igem.org/Team:USTC-Software/project">Project</a> |
Line 1,275: |
Line 646: |
| <li><a href="https://2011.igem.org/Team:USTC-Software/acknowledgements">acknowledgements</a></li> | | <li><a href="https://2011.igem.org/Team:USTC-Software/acknowledgements">acknowledgements</a></li> |
| </ul> | | </ul> |
- | </li>
| + | </li> |
| | | |
| <li><a class="last"href="https://2011.igem.org/Team:USTC-Software/human practice">Human practice</a> <!--current page--> | | <li><a class="last"href="https://2011.igem.org/Team:USTC-Software/human practice">Human practice</a> <!--current page--> |
Line 1,284: |
Line 655: |
| </li> | | </li> |
| </ul> | | </ul> |
- | <!-- // Navigation --> | + | <!-- // navigation --> |
- |
| + | |
| + | |
| + | <div id="search_box"> |
| + | |
| + | <form action="http://www.google.com.hk/cse" id="cse-search-box" method="get" target="_blank" > |
| + | <input type="text" value="SEARCH..." name="q" size="10" id="searchfield" title="searchfield" onFocus="clearText(this)" onBlur="clearText(this)" /> |
| + | <input type="hidden" name="cx" value="012577055908532603606:zpok5ilqnda" /> |
| + | <input type="hidden" name="cof" value="FORID:10" /> |
| + | <input type="hidden" name="ie" value="UTF-8" /> |
| + | <input type="submit" name="sa" value="I'm Feeling Lucky" /> |
| + | </form> |
| + | |
| + | <script src="http://www.google.com/jsapi" type="text/javascript"></script> |
| + | |
| + | <script type="text/javascript"> |
| + | google.load('search', '1', {language : 'en', style : google.loader.themes.GREENSKY}); |
| + | google.setOnLoadCallback(function() { |
| + | var customSearchControl = new google.search.CustomSearchControl('012577055908532603606:zpok5ilqnda'); |
| + | customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); |
| + | customSearchControl.draw('cse'); |
| + | }, true); |
| + | </script> |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | <div id="clock_box"> |
| + | <script type=text/javascript> |
| + | document.write('<font id="clock" color="#000000"> </font>');setInterval('Clock()',1000);</script> |
| + | </div> |
| + | |
| + | |
| <div class="cleaner"></div> | | <div class="cleaner"></div> |
| </div> <!-- end of header --> | | </div> <!-- end of header --> |
Line 1,308: |
Line 711: |
| <div class="slider_item"> | | <div class="slider_item"> |
| <img src="https://static.igem.org/mediawiki/2011/6/61/USTC_Software_002.png" alt="big_img_2" width="920" height="600" align="absmiddle"/> | | <img src="https://static.igem.org/mediawiki/2011/6/61/USTC_Software_002.png" alt="big_img_2" width="920" height="600" align="absmiddle"/> |
- | <h3>HEAD</h3>
| + | <h3>HEAD</h3> |
| <p>Sorry,this is an unfinished feature...</p> | | <p>Sorry,this is an unfinished feature...</p> |
| | | |
Line 1,315: |
Line 718: |
| </div> | | </div> |
| <div class="slider_item"> | | <div class="slider_item"> |
- | <img src="https://static.igem.org/mediawiki/2011/f/f4/USTC_Software_003.png" alt="big_img_3" width="922" height="600"/> | + | <img src="https://static.igem.org/mediawiki/2011/f/f4/USTC_Software_003.png" alt="big_img_3" width="921" height="620"/> |
- | <h3>HEAD</h3> | + | <h3>Where are we from?</h3> |
- | <p>Sorry,this is an unfinished feature...</p> | + | <p>The University of Science and Technology of China (USTC) is under the jurisdiction of the Chinese Academy of Sciences (CAS). |
| + | As a key university of the nation, it is noted for its advanced science and high technology programs, unique management studies and well-tailored disciplines in the humanities. |
| + | On May 11, the Nature Publishing Group released Nature Publishing Index 2010 China, remarking "a dramatic rise in the quality of research being published by China". University of Science and Technology of China is ranked 3rd of TOP 10 Institutions in Index 2010 China. |
| + | </p> |
| | | |
- | <a href="#">Read more...</a>
| + | <a href="http://en.ustc.edu.cn/about/">Read more...</a> |
| | | |
| </div> | | </div> |
Line 1,341: |
Line 747: |
| <img src="https://static.igem.org/mediawiki/2011/7/78/USTC_Software_image_02.jpg" alt="product" /> | | <img src="https://static.igem.org/mediawiki/2011/7/78/USTC_Software_image_02.jpg" alt="product" /> |
| | | |
- | <p class="intro">Nothing gets done by itself so we formed a group of tireless and diligent students came from different faculties (all part of USTC) and joined their forces at School of Life Sciences. <div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/team">Details</a> </div> </p> </div> | + | <p class="intro">Nothing gets done by itself so we formed a group of tireless and diligent students came from different faculties (all parts of USTC) and joined our forces at School of Life Sciences. <div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/team">Details</a> </div> </p> </div> |
| | | |
| <div class="intro_box margin_r10"> | | <div class="intro_box margin_r10"> |
Line 1,350: |
Line 756: |
| | | |
| | | |
- | <div class="intro_box "> | + | <div class="intro_box margin_r10"> |
| <h3>Huaman practice</h3> | | <h3>Huaman practice</h3> |
| <img src="https://static.igem.org/mediawiki/2011/3/3c/USTC_Software_image_04.jpg" alt="product" /> | | <img src="https://static.igem.org/mediawiki/2011/3/3c/USTC_Software_image_04.jpg" alt="product" /> |
Line 1,364: |
Line 770: |
| <h2>Project</h2> | | <h2>Project</h2> |
| | | |
- | <img src="https://static.igem.org/mediawiki/2011/f/fd/USTC_Software_image_05.jpg" alt="image" class="fl_image" /> | + | <img src="https://static.igem.org/mediawiki/2011/f/fd/USTC_Software_image_05.jpg" alt="image" width="365" class="fl_image" /> |
| | | |
- | <p><span lang="EN-US" xml:lang="EN-US">USTC 2011 DRY TEAM as a one has worked diligently on designing and implementing a user friendly and interacting-prone software which will get nearer to biology reality and free synthetic biologist from considering unnecessary minutia as well as help both layman and expert draw deep understanding of the mechanism on how the gene circuit run.</span></p>
| + | <p><span lang="EN-US" xml:lang="EN-US">USTC 2011 DRY TEAM as a one has worked diligently on designing and implementing a user friendly and interacting-prone software which will get nearer to biology reality and free synthetic biologist from considering unnecessary minutia as well as help both layman and expert draw deep understanding of the mechanism on how the gene circuit run.</span></p> |
| <div><span lang="EN-US" xml:lang="EN-US">We offer a visualizing tool which give insight into the dynamics of a biology network. User dominated parameter adjustment process is also provided to assist in getting the required behavior. In order to assess the network’s immunology to parameter perturbation, a PCA analysis approach is exploited to depict the structure of a 'good' behaved region. </span></div> | | <div><span lang="EN-US" xml:lang="EN-US">We offer a visualizing tool which give insight into the dynamics of a biology network. User dominated parameter adjustment process is also provided to assist in getting the required behavior. In order to assess the network’s immunology to parameter perturbation, a PCA analysis approach is exploited to depict the structure of a 'good' behaved region. </span></div> |
| <p class="em_text"><p class="intro"> <div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/project">Details</a> </div> </p> </p> | | <p class="em_text"><p class="intro"> <div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/project">Details</a> </div> </p> </p> |
| | | |
| </div> | | </div> |
- | | + | <h2>Sponsor</h2> |
| + | |
| + | <table width="895" height="718" border="0"> |
| + | <tr> |
| + | <td width="576" height="156"> |
| + | |
| + | <img src="https://static.igem.org/mediawiki/2011/b/ba/USTC_Software_IF_LOGO.jpg" width="265" height="225" align="middle" /></td> |
| + | <td width="309"><p align="center"><em><strong>The University of Science and Technology of China </strong></em></p> |
| + | <p align="center"><em><strong>Initiative Foundation</strong></em></p></td> |
| + | </tr> |
| + | <tr> |
| + | <td height="144"><img src="https://static.igem.org/mediawiki/2011/1/11/USTC_Software_TAO_LOGO.png" width="564" height="120" /></td> |
| + | <td><p align="center"><em><strong>Teaching Affair Office, USTC</strong></em></p></td> |
| + | </tr> |
| + | <tr> |
| + | <td height="144"><img src="https://static.igem.org/mediawiki/2011/d/d3/USTC_Software_sols.png" width="576" height="120" /></td> |
| + | <td><p align="center"><strong><em>School of Life Sciences, USTC</em></strong></p></td> |
| + | </tr> |
| + | <tr> |
| + | <td height="144"><img src="https://static.igem.org/mediawiki/2011/e/ef/USTC_Software_ADGE_LOGO.png" width="576" height="120" /></td> |
| + | <td><p align="center"><strong><em>Graduate School, USTC</em></strong></p></td> |
| + | </tr> |
| + | </table> |
| + | <h2>Vistor</h2> |
| + | |
| + | <div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'https://2011.igem.org/Team:USTC-Software', 'user' : 930921, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2011-09-13', 'lang' : 'zh', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/e30e3469"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/2011.igem.org-Team-USTC-Software-thumb.jpg" alt="Locations of visitors to this page" /></a></noscript> |
| + | |
| | | |
- | </div> <!-- end of content --><!-- end of sidebar --> | + | </div> <!-- end of content --> |
| | | |
| <div class="cleaner"></div> | | <div class="cleaner"></div> |