|
|
(5 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | __NOTOC__
| |
| <html> | | <html> |
- | <style type="text/css"> | + | </div> |
| | | |
| | | |
| + | </div> |
| | | |
- | #header {
| |
- | width: 991px;
| |
- | height: 258px;
| |
- | position: relative;
| |
- | }
| |
- |
| |
- | #header_middle .plainlinks a {
| |
- | width: 991px;
| |
- | height: 258px;
| |
- | position: absolute;
| |
- | top: 0px;
| |
- | left: 0px;
| |
- | text-decoration: none;
| |
- | background: url(https://static.igem.org/mediawiki/2010/9/92/Banner_example_smaller.png) no-repeat left top !important;
| |
- | }
| |
- |
| |
- | /*reset*/
| |
- | p {
| |
- | margin:0;
| |
- | }
| |
- |
| |
- | .editsection {
| |
- | font-size: 75%;
| |
- | font-weight: normal;
| |
- | }
| |
- |
| |
- | body {
| |
- | font-family: Arial;
| |
- | line-height: 1.5;
| |
- | color: #222;
| |
- | }
| |
- |
| |
- |
| |
- | toc {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | h1 {
| |
- | font-size: 160%;
| |
- | }
| |
- |
| |
- |
| |
- | p {
| |
- | margin-bottom: 13px;
| |
- | }
| |
- |
| |
- | .today {
| |
- | background-color: #ccc;
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- | ul {
| |
- | margin-bottom: 8px;
| |
- | }
| |
- |
| |
- | #element {
| |
- | overflow: hidden;
| |
- | }
| |
- | .gallery {
| |
- | max-width: 550px;
| |
- | margin: 10px 2px !important;
| |
- | }
| |
- | .gallerytext {
| |
- | text-align: left;
| |
- | }
| |
- | .footnote {
| |
- | text-align: left;
| |
- | font-size: smaller;
| |
- | }
| |
- |
| |
- | #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;
| |
- | }
| |
- |
| |
- |
| |
- | #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: #FF9900;
| |
- | color: #FFFFFF;
| |
- | padding: 5px 0 5px 19px;
| |
- | margin: 0 0 1px 0;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | #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;
| |
- | }
| |
- |
| |
- | #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;
| |
- | }
| |
- |
| |
- | #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;
| |
- | }
| |
- |
| |
- | #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;
| |
- | }
| |
- |
| |
- | #right {
| |
- | float:right;
| |
- | margin-bottom:10px;
| |
- | margin-top:10px;
| |
- | padding:0 10px 10px;
| |
- | width:150px;
| |
- | }
| |
- | #contentbox {
| |
- | width: 755px;
| |
- | padding:20px;
| |
- | position: relative;
| |
- | float: right;
| |
- | margin: 21px -12px 0px;
| |
- | text-align: justify;
| |
- | }
| |
- |
| |
- |
| |
- | #contentbox_top {
| |
- | width: 785px;
| |
- | height: 19px;
| |
- | margin: -39px -20px 0px;
| |
- | position: relative;
| |
- | /* float: left; */
| |
- | }
| |
- |
| |
- | #contentbox_bottom {
| |
- | width: 785px;
| |
- | height: 18px;
| |
- | margin: 10px -20px -21px;
| |
- | position: relative;
| |
- | }
| |
- |
| |
- | #pb {
| |
- | margin:10px -20px 10px;
| |
- | height:60px;
| |
- | width: 785px;
| |
- | position: relative;
| |
- | }
| |
- |
| |
- | #content {
| |
- | padding: 5px;
| |
- | border-left: 1px solid #8E8E8E;
| |
- | border-right: 1px solid #8E8E8E;
| |
- | background:#8E8E8E none repeat scroll 0 0;
| |
- | position: relative;
| |
- | font-size: 9pt;
| |
- | text-align: justify;
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | #footer {
| |
- | border-top:1px solid #8E8E8E;
| |
- | font-size:11px;
| |
- | padding:10px 5px;
| |
- | text-align:center;
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- | p {
| |
- | margin:5px 0px 10px;
| |
- | /* margin:0; */
| |
- | /* margin-bottom: 10px; */
| |
- | }
| |
- | .editsection {
| |
- | font-size: 75%;
| |
- | font-weight: normal;
| |
- | }
| |
- |
| |
- |
| |
- | #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;
| |
- | }
| |
- |
| |
- | /*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;}
| |
- |
| |
- |
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* menu specifics and text */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | 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> | | </html> |
- |
| |
- |
| |
- | <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> | | <html> |
| | | |
| | | |
| + | <div id="utdallas_content_wrapper"> |
| + | <div id=utdallas_content_boxtop></div> |
| + | <div id="utdallas_content"> |
| | | |
- |
| |
- | <!-- *** 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/Conclusions | Conclusions]]
| |
- | [[Team:UTDallas/Future Work | Future]]
| |
- | [[Team:UTDallas/Safety | Safety]]
| |
- | [[Team:UTDallas/Notebook | Notebook]]
| |
- | [http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2010&group=UTDallas Parts]
| |
- | <html>
| |
- | </div>
| |
- | <div id="menuspacer">
| |
- | </html>
| |
- | [[Team:UTDallas | ]]
| |
- |
| |
- |
| |
- | <html>
| |
- | </div>
| |
| </html> | | </html> |