Template:UTDallasMenu

From 2010.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__
 
<html>
<html>
-
<style type="text/css">
+
</div>
-
/*----------------------------------------------------------------------------*/
+
</div>
-
/*  header area                                                              */
+
-
/*----------------------------------------------------------------------------*/
+
-
#header {
+
</html>
-
    width: 965px;
+
<html>
-
    height: 153px;
+
-
    position: relative;
+
-
}
+
-
#header_left .plainlinks a {
 
-
    width: 288px;
 
-
    height: 153px;
 
-
    position: absolute;
 
-
    top: 0px;
 
-
    left: 5px;
 
-
    text-decoration: none;
 
-
    background: url(https://static.igem.org/mediawiki/2009/d/d0/TUDheaderorange_01.png) no-repeat left top !important;
 
-
}
 
-
#header_middle .plainlinks a {
+
<div id="utdallas_content_wrapper">
-
    width: 667px;
+
<div id=utdallas_content_boxtop></div>
-
    height: 136px;
+
<div id="utdallas_content">
-
    position: absolute;
+
-
    top: 0px;
+
-
    left: 293px;
+
-
    text-decoration: none;
+
-
    background: url(https://static.igem.org/mediawiki/2009/0/01/TUDheader_022.png) no-repeat left top !important;
+
-
}
+
-
 
-
#header_bar_link {
 
-
    width: 667px;
 
-
    height: 17px;
 
-
    position: absolute;
 
-
    top: 136px;
 
-
    left: 292px;
 
-
    background-color:#FF6600;
 
-
    background: url(https://static.igem.org/mediawiki/2009/b/b8/TUDheader_03.png) no-repeat left top !important;
 
-
}
 
-
 
-
#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: 87%;
 
-
    font-weight: bolder;
 
-
}
 
-
 
-
#header_bar_link a:hover {
 
-
    color: #ccc;
 
-
}
 
-
 
-
#header_bar_link .selflink {
 
-
    color: #444;
 
-
}
 
-
 
-
 
-
/*reset*/
 
-
p {
 
-
    margin:0;
 
-
}
 
-
 
-
.editsection {
 
-
    font-size: 75%;
 
-
    font-weight: normal;
 
-
}
 
-
 
-
body {
 
-
    font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif;
 
-
    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: 158px;
 
-
    margin: 20px 13px 0 7px;
 
-
    position: relative;
 
-
    float: left;
 
-
}
 
-
 
-
#menu a {
 
-
display: block;
 
-
background: #FF6600 url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
 
-
color: #FFFFFF;
 
-
padding: 5px 0 5px 19px;
 
-
margin: 0 0 1px 0;
 
-
text-decoration: none;
 
-
}
 
-
 
-
#menu a:hover {
 
-
color: #000000;
 
-
background: #FFCC66 url(https://static.igem.org/mediawiki/2009/0/0b/TUDarr_on.png) no-repeat center left;
 
-
}
 
-
 
-
#menu .selflink {
 
-
display: block;
 
-
background: #FFCC66 url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
 
-
color: #000000;
 
-
padding: 5px 0 5px 19px;
 
-
margin: 0 0 1px 0;
 
-
text-decoration: none;
 
-
}
 
-
 
-
/*----------------------------------------------------------------------------*/
 
-
/* menu blue                                                                  */
 
-
/*----------------------------------------------------------------------------*/
 
-
 
-
#menublue a {
 
-
display: block;
 
-
background: #3A5FCD url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
 
-
color: #FFFFFF;
 
-
padding: 5px 0 5px 19px;
 
-
margin: 0 0 1px 0;
 
-
text-decoration: none;
 
-
}
 
-
 
-
#menublue a:hover {
 
-
color: #FFFFFF;
 
-
background: #002266 url(https://static.igem.org/mediawiki/2009/0/0b/TUDarr_on.png) no-repeat center left;
 
-
}
 
-
 
-
#menublue .selflink {
 
-
display: block;
 
-
background: #002266 url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
 
-
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 url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
 
-
color: #FFFFFF;
 
-
padding: 5px 0 5px 19px;
 
-
margin: 0 0 1px 0px;
 
-
text-decoration: none;
 
-
}
 
-
 
-
#menubluesection a:hover {
 
-
color: #FFFFFF;
 
-
background: #002266 url(https://static.igem.org/mediawiki/2009/0/0b/TUDarr_on.png) no-repeat center left;
 
-
}
 
-
 
-
#menubluesection .selflink {
 
-
display: block;
 
-
background: #002266 url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
 
-
color: #FFFFFF;
 
-
padding: 5px 0 5px 19px;
 
-
margin: 0 0 1px 0;
 
-
text-decoration: none;
 
-
}
 
-
 
-
/*----------------------------------------------------------------------------*/
 
-
/* menu orange in section                                                                */
 
-
/*----------------------------------------------------------------------------*/
 
-
 
-
#menuorangesection a {
 
-
display: block;
 
-
background: #FF6600 url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
 
-
color: #FFFFFF;
 
-
padding: 5px 0 5px 19px;
 
-
margin: 0 0 1px 8px;
 
-
        text-indent: 0px;
 
-
text-decoration: none;
 
-
}
 
-
 
-
#menuorangesection a:hover {
 
-
color: #000000;
 
-
background: #FFCC66 url(https://static.igem.org/mediawiki/2009/0/0b/TUDarr_on.png) no-repeat center left;
 
-
}
 
-
 
-
#menuorangesection .selflink {
 
-
display: block;
 
-
background: #FFCC66 url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
 
-
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;
 
-
}
 
-
 
-
#menuspacer 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                                                              */
 
-
/*----------------------------------------------------------------------------*/
 
-
 
-
#tudelft_content_wrapper {
 
-
    width: 593px;
 
-
    position: relative;
 
-
    float: left;
 
-
    margin-top: 20px;
 
-
}
 
-
 
-
#tudelft_content_boxtop {
 
-
    width: 593px;
 
-
    height: 10px;
 
-
    background:url(https://static.igem.org/mediawiki/2009/a/a1/Tudelft_content_top.png) no-repeat bottom left;
 
-
    position: relative;
 
-
    float: left;
 
-
}
 
-
 
-
#tudelft_content_boxbottom {
 
-
    width: 593px;
 
-
    height: 10px;
 
-
    background:url(https://static.igem.org/mediawiki/2009/8/89/Tudelft_content_bottom.png) no-repeat top left;
 
-
    position: relative;
 
-
    float: left;
 
-
}
 
-
 
-
#tudelft_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://2009.igem.org/Team:TUDelft &nbsp; ]</span></div>
 
-
<div id="header_middle"><span class="plainlinks">[https://2009.igem.org/Team:TUDelft &nbsp; ]</span></div>
 
-
<div id="header_bar_link">
 
-
[[Team:TUDelft/Brainstorm | Brainstorm]]
 
-
[[Team:TUDelft/Pictures| Pictures]]
 
-
[[Team:TUDelft/Meetings| Meetings]]
 
-
[[Team:TUDelft/Acknowledgements | Acknowledgements]]
 
-
[[Team:TUDelft/Calendar| Calendar]]
 
-
[[Team:TUDelft/Contact | Contact]]
 
-
</div></div><!--end header-->
 
-
<html>
 
-
<!-- *** LEFTSIDEMENU *** -->
 
-
<div id="menu" background-color:#bfe2f9;>
 
-
<div id="menublue" background-color:#bfe2f9;>
 
-
</html>
 
-
[[Team:TUDelft | Home]]
 
-
<html>
 
-
</div>
 
-
<div id="menuorangesection" background-color:#bfe2f9;>
 
-
</html>
 
-
[[Team:TUDelft/Team | Team]]
 
-
[[Team:TUDelft/Deliverables | Deliverables]]
 
-
[[Team:TUDelft/Achievements | Achievements]]
 
-
[[Team:TUDelft/Conclusions | Conclusions]]
 
-
[[Team:TUDelft/Future Work | Future work]]
 
-
[[Team:TUDelft/Safety | Safety]]
 
-
[[Team:TUDelft/Notebook | Lab Notebook]]
 
-
[[Team:TUDelft/Protocols | Protocols used]]
 
-
[http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2009&group=TUDelft Parts]
 
-
<html>
 
-
</div>
 
-
<div id="menuspacer">
 
-
</html>
 
-
[[Team:TUDelft | ]]
 
-
<html>
 
-
</div>
 
</html>
</html>

Latest revision as of 16:32, 29 June 2010