Template:SJTU-BioX-Shanghai

From 2009.igem.org

(Difference between revisions)
(New page: __NOTOC__ <html> <style type="text/css"> - ----------------------------------------------------------------------------: /* color scheme ...)
(Removing all content from page)
 
Line 1: Line 1:
-
__NOTOC__
 
-
<html>
 
-
<style type="text/css">
 
-
 
-
/*----------------------------------------------------------------------------*/
 
-
/*  color scheme                                                            */
 
-
/*----------------------------------------------------------------------------*/
 
-
 
-
/* COLOR #1 background of the top most bar */
 
-
.logo-div{background-color:#8dcff4;}
 
-
 
-
/* COLOR #2 background of the horizontal bar */
 
-
#topbar-nav{background-color:#bfe2f9;}
 
-
 
-
/* COLOR #3 background of buttons in the horizontal bar on hover */
 
-
#topbar-nav a:hover{background-color:#8dcff4;}
 
-
 
-
/* COLOR #4 background of button when on that page, no link (should be same as COLOR #8) */
 
-
#topbar-nav .selflink{background-color:#bfe2f9;}
 
-
 
-
/* COLOR #5 background left side menu */
 
-
#leftsidemenu .body {background-color:#bfe2f9;}
 
-
#leftsidemenu .normal{background-color:#bfe2f9;}
 
-
#leftsidemenu .counter {background-color:#bfe2f9;}
 
-
 
-
/* COLOR #6 background left side menu lighter color boxes (eg Sponsors) */
 
-
#leftsidemenu .light{background-color:#bfe2f9;}
 
-
 
-
/* COLOR #7 background of buttons in left side menu on hover */
 
-
#leftsidemenu a:hover{background-color:#8dcff4;}
 
-
 
-
/* COLOR #8 background of button when on that page, no link */
 
-
#leftsidemenu .selflink{background-color:#8dcff4;}
 
-
 
-
/* COLOR #9 background main content area */
 
-
#content-container{background-color: white;}
 
-
 
-
 
-
 
-
/*----------------------------------------------------------------------------*/
 
-
/*  general stuff                                                            */
 
-
/*----------------------------------------------------------------------------*/
 
-
 
-
/*turn off title at top.*/
 
-
.firstHeading{font-size:95%;
 
-
font-weight: bold;
 
-
margin-bottom: 0px;
 
-
}
 
-
 
-
#contentSub {display:none;
 
-
margin: 0px 0px 0px 0px;
 
-
}
 
-
 
-
#content {padding-left:0;
 
-
padding-right:10px;
 
-
padding-top:0px;
 
-
padding-bottom:10px;
 
-
}
 
-
 
-
.no-display{display:none}
 
-
 
-
body{margin:0;
 
-
    padding:0;}
 
-
 
-
.noborder{border-top:0px;}
 
-
 
-
/* colors lab notebook */
 
-
.day-empty {
 
-
    color: red;
 
-
}
 
-
.day-active {
 
-
    color: green;
 
-
}
 
-
 
-
 
-
 
-
/*----------------------------------------------------------------------------*/
 
-
/*  header area                                                              */
 
-
/*----------------------------------------------------------------------------*/
 
-
 
-
.logo-div{padding-top:10px;
 
-
          padding-bottom:3px; }
 
-
 
-
 
-
#topbar-nav{padding-left:2%;
 
-
          padding-top:6px;
 
-
          padding-bottom:6px;
 
-
          text-align:right  }
 
-
             
 
-
#topbar-nav a:link, #topbar-nav a:active, #topbar-nav a:visited, #topbar-nav a:hover, #topbar-nav .selflink{font-size:95%;                                                                    color:black;
 
-
                                                                            text-decoration:none;
 
-
                                                                            border:1px solid #bfe2f9;
 
-
                                                                            padding-top:2px;
 
-
                                                                            padding-left:4px;
 
-
                                                                            padding-right:4px}
 
-
 
-
#topbar-nav a:hover, #topbar-nav .selflink{border:1px solid #bfe2f9;}
 
-
 
-
/*----------------------------------------------------------------------------*/
 
-
/* menu left                                                                  */
 
-
/*----------------------------------------------------------------------------*/
 
-
 
-
a.side-link:link, a.side-link:active, a.side-link:visited, a.side-link:hover{border:1px solid #ececec}
 
-
 
-
#content{padding-top:1%;}
 
-
 
-
#leftsidemenu {width:180px;
 
-
                  padding-top:0%; 
 
-
                  line-height:150%;
 
-
                  float:left;
 
-
                  z-index:99%;
 
-
                  background-color:#bfe2f9;
 
-
height=auto;}
 
-
 
-
#leftsidemenu ul{list-style-type:none; 
 
-
                        list-style: none;                     
 
-
                        margin:0;
 
-
                        padding: 0 0 1.1em 0;
 
-
                        }
 
-
 
-
                       
 
-
#leftsidemenu li{padding: 0.3ex 0;}
 
-
 
-
#leftsidemenu a:link, #leftsidemenu a:active, #leftsidemenu a:visited, #leftsidemenu a:hover, #leftsidemenu .selflink{color:black;
 
-
                                                                        text-decoration:none;
 
-
                                                                        padding:3px;
 
-
                                                                        display:block;
 
-
                                                                        border-top:0px solid #ececec;
 
-
                                                                        border-bottom:0px solid #ececec;
 
-
                                                                        padding-left:12px}
 
-
         
 
-
#leftsidemenu .counter {padding-right:0.5%;
 
-
                                  border-top:1px solid gray;
 
-
                                  padding-left:1px;
 
-
                                  padding-right:5px;
 
-
                                  padding-bottom:10px;}
 
-
                       
 
-
#leftsidemenu .counter a:link, #leftsidemenu .counter a:active, #leftsidemenu .counter a:visited, #leftsidemenu .counter a:hover{color:black;
 
-
                                                                        text-decoration:none;
 
-
                                                                        padding:3px;
 
-
                                                                        display:block;
 
-
                                                                        border-top:1px solid #ececec;
 
-
                                                                        border-bottom:1px solid #ececec;
 
-
                                                                        padding-left:1px}
 
-
                                                                                                                   
 
-
#leftsidemenu a:hover{border-top:0px solid gray;
 
-
                  border-bottom:0px solid gray}
 
-
 
-
#leftsidemenu .selflink{border-top:0px solid gray;
 
-
                  border-bottom:0px solid gray}
 
-
 
-
#leftsidemenu .light{border-top:0px solid gray;
 
-
                                padding-left:5px;
 
-
                                padding-right:5px; 
 
-
                                padding-bottom:10px;
 
-
                                }
 
-
 
-
#leftsidemenu .normal{padding-right:0.5%;
 
-
                                border-top:0px solid gray;
 
-
                                padding-left:5px;
 
-
                                padding-right:5px;
 
-
                                padding-bottom:10px;}
 
-
 
-
#leftsidemenu span{font-size:90%;
 
-
                            font-weight:700}
 
-
 
-
#leftsidemenu .no-padding{padding:0}
 
-
 
-
#leftsidemenu .subnav{border:0;
 
-
                            padding-left:0;
 
-
                            padding-right:0}
 
-
/*----------------------------------------------------------------------------*/
 
-
/* content                                                                */
 
-
/*----------------------------------------------------------------------------*/
 
-
 
-
#content-container{margin-left:180px;
 
-
                  margin-right:1px;
 
-
                  border-left:2px solid #00CED1;
 
-
                  padding-top:1%; padding-left:8px; padding-right:1px;}
 
-
 
 
-
</style>
 
-
 
-
<!-- *** HEADER *** -->
 
-
<div class="logo-div">
 
-
 
-
<img src=https://static.igem.org/mediawiki/2008/9/94/Tudelft_header_logo.png>
 
-
 
-
</div>
 
-
<!--end header-->
 
-
 
-
<!-- *** TOPBAR *** -->
 
-
<div id="topbar-nav">
 
-
</html>[[Team:TUDelft/Brainstorm | Brainstorm]]  [[Team:TUDelft/Calendar | Calendar]] [[Team:TUDelft/Contact | Contact]]<html>
 
-
</div>
 
-
<!--end topbar-->
 
-
 
-
<!-- *** LEFTSIDEMENU *** -->
 
-
<div id="leftsidemenu" background-color:#bfe2f9;>
 
-
<!--links div-->
 
-
<div class="normal subnav">
 
-
</html>
 
-
  <ul>
 
-
  <li>[[Team:TUDelft | Home]]</li>
 
-
  <li>[[Team:TUDelft/Team | Team]]</li>
 
-
  <li>[[Team:TUDelft/Meetings | Meetings]]</li>
 
-
  </ul>
 
-
 
-
  <span style="padding-left:0 px;"><h3>&nbsp;PROJECT</h3></span><p>
 
-
  <ul>
 
-
  <li>[[Team:TUDelft/Project | Overview]]</li>
 
-
  <li>[[Team:TUDelft/Research Proposal | Research Proposal]]</li>
 
-
  <li>[[Team:TUDelft/Notebook | Lab Notebook]]</li>
 
-
  <li>[http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2009&group=TUDelft Parts]</li>
 
-
  <li>[[Team:TUDelft/Modeling | Modeling]]</li>
 
-
  <li>[[Team:TUDelft/Ethics | Ethics]]</li>
 
-
  </ul>
 
-
<html>
 
-
</div>
 
-
<!--end links div-->
 
-
<div class="normal subnav">
 
-
</html>
 
-
<span style="padding-left:0 px;"><h3>&nbsp;SPONSORS</h3></span>
 
-
<cite>&nbsp;&nbsp;add sponsors' logos here</cite>
 
-
<html>
 
-
</div>
 
-
<div class="normal subnav">
 
-
</html>
 
-
<span style="padding-left:0 px;"><h3>&nbsp;VISITORS</h3></span>
 
-
<html>
 
-
<a href="http://www2.clustrmaps.com/user/086882d9" class="external text" title="http://www2.clustrmaps.com/user/086882d9" rel="nofollow"><img src="http://www2.clustrmaps.com/stats/maps-no_clusters/2009.igem.org-Team-TUDelft-thumb.jpg" alt="2009.igem.org-Team-TUDelft-thumb.jpg"></a>
 
-
<p align="center">
 
-
<a href="http://www.easycounter.com/">
 
-
<img src="http://www.easycounter.com/counter.php?timvos87"
 
-
border="0"  alt="Web Site Hit Counters"></a></p>
 
-
</div>
 
-
 
-
</div>
 
-
<!--end leftsidemenu-->
 
-
</html>
 
-
<html>
 
-
 
-
<!--
 
-
////////////////////////////////////////////////////////////////////////
 
-
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 
-
-->
 
-
 
-
 
-
<!--//// CONTENT \\\\-->
 
-
<div id="content-container">
 
-
 
-
</html>
 

Latest revision as of 04:38, 8 July 2009