|
|
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;}
| |
- |
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* header area */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | #header {
| |
- | width: 965px;
| |
- | height: 153px;
| |
- | position: relative;
| |
- | }
| |
- |
| |
- | #header_middle .plainlinks a {
| |
- | width: 330px;
| |
- | height: 100px;
| |
- | position: absolute;
| |
- | top: 0px;
| |
- | left: 0px;
| |
- | text-decoration: none;
| |
- | background: url(https://static.igem.org/mediawiki/2010/8/89/UTDallas_logo.png) no-repeat left top !important;
| |
- | }
| |
- |
| |
- | #header_bar_link {
| |
- | width: 330px;
| |
- | height: 17px;
| |
- | position: absolute;
| |
- | top: 100px;
| |
- | left: 0px;
| |
- | background-color:#FF6600;
| |
- | }
| |
- |
| |
- | #header_bar_link a, #header_bar_link .selflink {
| |
- | text-decoration: none;
| |
- | color:#fff;
| |
- | position: relative;
| |
- | float: right;
| |
- | margin: 0 10px 5px 0;
| |
- | height: 17px;
| |
- | font-size: 95%;
| |
- | font-weight: bolder;
| |
- | }
| |
- |
| |
- | #header_bar_link a:hover {
| |
- | color: #000000;
| |
- | }
| |
- |
| |
- | #header_bar_link .selflink {
| |
- | color: #444;
| |
- | }
| |
- |
| |
- |
| |
- | /*reset*/
| |
- | p {
| |
- | margin:0;
| |
- | }
| |
- |
| |
- | .editsection {
| |
- | font-size: 75%;
| |
- | font-weight: normal;
| |
- | }
| |
- |
| |
- | body {
| |
- | font-family: Arial;
| |
- | line-height: 1.5;
| |
- | color: #222;
| |
- | }
| |
- |
| |
- | /* hide table of contents */
| |
- | toc {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | h1 {
| |
- | font-size: 160%;
| |
- | }
| |
- |
| |
- | /* add margin beneath a paragraph */
| |
- | p {
| |
- | margin-bottom: 10px;
| |
- | }
| |
- |
| |
- | .today {
| |
- | background-color: #ccc;
| |
- | }
| |
- | /* link color */
| |
- | a, a:visited {
| |
- | color: #27809f;
| |
- | }
| |
- | a:hover {
| |
- | color: #00a7e7;
| |
- | text-decoration: none;
| |
- | }
| |
- | ul {
| |
- | margin-bottom: 5px;
| |
- | }
| |
- |
| |
- | #element {
| |
- | overflow: hidden;
| |
- | }
| |
- | .gallery {
| |
- | max-width: 550px;
| |
- | margin: 10px 2px !important;
| |
- | }
| |
- | .gallerytext {
| |
- | text-align: left;
| |
- | }
| |
- | .footnote {
| |
- | text-align: left;
| |
- | font-size: smaller;
| |
- | }
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* menu left */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | #menu {
| |
- | width:145px;
| |
- | margin: 20px 13px 0 7px;
| |
- | position: relative;
| |
- | float: left;
| |
- | }
| |
- |
| |
- | #menu a {
| |
- | display: block;
| |
- | background: #FF9966;
| |
- | color: #FFFFFF;
| |
- | padding: 5px 0 5px 19px;
| |
- | margin: 0 0 1px 0;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | #menu a:hover {
| |
- | color: #FF9900;
| |
- | font-weight: bolder;
| |
- | background: #FF9966;
| |
- | }
| |
- |
| |
- | #menu .selflink {
| |
- | display: block;
| |
- | background: #CCFF00;
| |
- | color: #000000;
| |
- | padding: 5px 0 5px 19px;
| |
- | margin: 0 0 1px 0;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* menu blue */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | #menublue a {
| |
- | display: block;
| |
- | background: #FF9900;
| |
- | color: #FFFFFF;
| |
- | padding: 5px 0 5px 19px;
| |
- | margin: 0 0 1px 0;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | #menublue a:hover {
| |
- | color: #000000;
| |
- | font-weight: bolder;
| |
- | background: #FF9900;
| |
- | }
| |
- |
| |
- | #menublue .selflink {
| |
- | display: block;
| |
- | background: #006600;
| |
- | color: #FFFFFF;
| |
- | padding: 5px 0 5px 19px;
| |
- | margin: 0 0 1px 0;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* menu blue in section */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | #menubluesection a {
| |
- | display: block;
| |
- | background: #002266;
| |
- | color: #FFFFFF;
| |
- | padding: 5px 0 5px 19px;
| |
- | margin: 0 0 1px 0px;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- |
| |
- | #menubluesection a:hover {
| |
- | color: #000000;
| |
- | font-weight: bolder;
| |
- | background: #002266;
| |
- | }
| |
- |
| |
- | #menubluesection .selflink {
| |
- | display: block;
| |
- | background: #002266;
| |
- | color: #FFFFFF;
| |
- | padding: 5px 0 5px 19px;
| |
- | margin: 0 0 1px 0;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* menu orange in section */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | #menuorangesection a {
| |
- | display: block;
| |
- | background: #666666;
| |
- | color: #FFFFFF;
| |
- | padding: 5px 0 5px 19px;
| |
- | margin: 0 0 1px 8px;
| |
- | text-indent: 0px;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | #menuorangesection a:hover {
| |
- | color: #FF9900;
| |
- | font-weight: bolder;
| |
- | background: #666666;
| |
- | }
| |
- |
| |
- | #menuorangesection .selflink {
| |
- | display: block;
| |
- | background: #666666 ;
| |
- | color: #000000;
| |
- | padding: 5px 0 5px 19px;
| |
- | margin: 0 0 1px 8px;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* spacer */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | #menuspacer a {
| |
- | display: block;
| |
- | background: #FFFFFF;
| |
- | color: #FFFFFF;
| |
- | padding: 0px;
| |
- | margin: 0 0 10px 8px;
| |
- | text-indent: 0px;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | #menuospacer a:hover {
| |
- | color: #000000;
| |
- | background: #FFFFFF;
| |
- | }
| |
- |
| |
- | #menuspacer .selflink {
| |
- | display: block;
| |
- | background: #FFFFFF;
| |
- | color: #000000;
| |
- | padding: 0px;
| |
- | margin: 0 0 10px 8px;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* content area */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | #utdallas_content_wrapper {
| |
- | width: 593px;
| |
- | position: relative;
| |
- | float: left;
| |
- | margin-top: 20px;
| |
- | }
| |
- |
| |
- | #utdallas_content_boxtop {
| |
- | width: 593px;
| |
- | height: 10px;
| |
- | background:url(http://ten.greens-efa.org/fileadmin/images/content_top_bg.gif) no-repeat bottom left;
| |
- | position: relative;
| |
- | float: left;
| |
- | }
| |
- |
| |
- | #utdallas_content_boxbottom {
| |
- | width: 593px;
| |
- | height: 10px;
| |
- | background:url (http://ten.greens-efa.org/fileadmin/images/content_bottom_bg.gif) no-repeat bottom left;
| |
- | position: relative;
| |
- | float: left;
| |
- | }
| |
- |
| |
- | #utdallas_content {
| |
- | width: 571px;
| |
- | padding: 10px;
| |
- | border-left: 1px solid #FF6600;
| |
- | border-right: 1px solid #FF6600;
| |
- | position: relative;
| |
- | float: left;
| |
- | font-size: 9pt;
| |
- | text-align: justify;
| |
- | }
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* general stuff */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | /*turn off title at top.*/
| |
- | .firstHeading{width: 0px;
| |
- | height: 0px;
| |
- | margin-bottom: 0px;
| |
- | display: none;
| |
- | position: relative;
| |
- | top:0;
| |
- | left:0;
| |
- | margin:0;
| |
- |
| |
- | }
| |
- |
| |
- | #contentSub {display:none;
| |
- | margin: 0px 0px 0px 0px;
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | body{margin:0;
| |
- | padding:0;}
| |
- |
| |
- | .noborder{border-top:0px;}
| |
- |
| |
- | /* colors lab notebook */
| |
- | .day-empty {
| |
- | color: red;
| |
- | }
| |
- | .day-active {
| |
- | color: green;
| |
- | }
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* sidebar right */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | #sidebar {
| |
- | width: 172px;
| |
- | margin: 20px 7px 0 13px;
| |
- | position: relative;
| |
- | float: left;
| |
- | text-align: right;
| |
- | }
| |
- |
| |
- | #sidebar_extra {
| |
- | margin-top: 0px;
| |
- | }
| |
- |
| |
- | #sidebar ul {
| |
- | padding: 0;
| |
- | margin: 0;
| |
- | list-style: none;
| |
- | }
| |
- |
| |
- | .section_box {
| |
- | margin: 0px;
| |
- | padding: 5px;
| |
- | border: 1px dashed #FF6600;
| |
- | background: #FFFFFF;
| |
- | }
| |
- | .subtitle {
| |
- | padding-bottom: 6px;
| |
- | font-size: 14px;
| |
- | font-weight: bold;
| |
- | color: #FF6600;
| |
- | }
| |
- |
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* menu left */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | a.side-link:link, a.side-link:active, a.side-link:visited, a.side-link:hover{border:1px solid #ececec}
| |
- |
| |
- | #content{padding:1px 5px 5px 5px;
| |
- | }
| |
- |
| |
- | </style>
| |
- | </html>
| |
- | <!-- *** HEADER *** -->
| |
- | <div id="header">
| |
- | <div id="header_left"><span class="plainlinks">[https://2010.igem.org/Team:UTDallas ]</span></div>
| |
- | <div id="header_middle"><span class="plainlinks">[https://2010.igem.org/Team:UTDallas ]</span></div>
| |
- | <div id="header_bar_link">
| |
- |
| |
- | [[Team:UTDallas/Meetings| Meetings]]
| |
- | [[Team:UTDallas/Acknowledgements | Acknowledgements]]
| |
- | [[Team:UTDallas/Calendar| Calendar]]
| |
- | [[Team:UTDallas/Contact | Contact]]
| |
- | </div></div><!--end header-->
| |
- | <html>
| |
- | <!-- *** LEFTSIDEMENU *** -->
| |
- | <div id="menu" background-color:#bfe2f9;>
| |
- | <div id="menublue" background-color:#bfe2f9;>
| |
- | </html>
| |
- | [[Team:UTDallas | Home]]
| |
- | <html>
| |
- | </div>
| |
- | <div id="menuorangesection" background-color:#bfe2f9;>
| |
- | </html>
| |
- | [[Team:UTDallas/Project | Project]]
| |
- | [[Team:UTDallas/Team | Team]]
| |
- | [[Team:UTDallas/Modelling | Modelling]]
| |
- | [[Team:UTDallas/Deliverables | Deliverables]]
| |
- | [[Team:UTDallas/Achievements | Achievements]]
| |
- | [[Team:UTDallas/Conclusions | Conclusions]]
| |
- | [[Team:UTDallas/Future Work | Future work]]
| |
- | [[Team:UTDallas/Safety | Safety]]
| |
- | [[Team:UTDallas/Notebook | Lab Notebook]]
| |
- | [[Team:UTDallas/Protocols | Protocols]]
| |
- | [http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2010&group=UTDallas Parts]
| |
- | <html>
| |
- | </div>
| |
- | <div id="menuspacer">
| |
- | </html>
| |
- | [[Team:UTDallas | ]]
| |
- | <html>
| |
- | </div>
| |
- | </html>
| |