Team:Valencia/Notebook

From 2012.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 +
<html>
 +
<style type="text/css">
 +
.bg {background: url(https://static.igem.org/mediawiki/2010/b/b9/Button4.gif);}
 +
.menu {padding:0 0 0 32px; margin:0; list-style:none; height:40px; background:#fff url(https://static.igem.org/mediawiki/igem.org/c/c7/Button1a.gif) repeat-x; position:relative; font-family: Verdana, Sans-Serif; }
 +
.menu li.top {display:block; float:left; position:relative; left:+47px;}
 +
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#dfc463; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
 +
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px;}
 +
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(https://static.igem.org/mediawiki/2010/7/7b/Down.gif) no-repeat right top;}
 +
.menu li a.top_link:hover {color:#000; background: url(https://static.igem.org/mediawiki/2010/b/b9/Button4.gif) no-repeat;}
 +
.menu li a.top_link:hover span {background:url(https://static.igem.org/mediawiki/2010/b/b9/Button4.gif) no-repeat right top;}
 +
.menu li a.top_link:hover span.down {background:url(https://static.igem.org/mediawiki/2010/d/da/Button4a.gif) no-repeat right top;}
 +
.menu li:hover > a.top_link {color:#000; background: url(https://static.igem.org/mediawiki/2010/b/b9/Button4.gif) no-repeat;}
 +
.menu li:hover > a.top_link span {background:url(https://static.igem.org/mediawiki/2010/b/b9/Button4.gif) no-repeat right top;}
 +
.menu li:hover > a.top_link span.down {background:url(https://static.igem.org/mediawiki/2010/d/da/Button4a.gif) no-repeat right top;}
 +
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
 +
.menu a:hover {visibility:visible;}
 +
.menu li:hover {position:relative; z-index:200;}
 +
.menu ul,
 +
.menu :hover ul ul,
 +
.menu :hover ul :hover ul ul,
 +
.menu :hover ul :hover ul :hover ul ul,
 +
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 +
.menu :hover ul.sub {left:2px; top:40px; right:2px; background: #fff; padding:3px 0; border:1px solid #009900; white-space:nowrap; width:200px; height:auto;}
 +
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:250px;}
 +
.menu :hover ul.sub li a {font-weight:normal;display:block; font-size:11px; height:20px; width:192px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
 +
.menu :hover ul.sub li a.fly {background:#fff url(https://static.igem.org/mediawiki/2010/6/69/Arrow.gif) 80px 7px no-repeat;}
 +
.menu :hover ul.sub li a:hover {background:#42c555; color:#fff;}
 +
.menu :hover ul.sub li a.fly:hover {background:#42c555 url(https://static.igem.org/mediawiki/2010/a/a0/Arrow_over.gif) 80px 7px no-repeat; color:#fff;}
 +
.menu :hover ul li:hover > a.fly {background:#42c555 url(https://static.igem.org/mediawiki/2010/a/a0/Arrow_over.gif) 80px 7px no-repeat; color:#fff;}
 +
.menu :hover ul :hover ul,
 +
.menu :hover ul :hover ul :hover ul,
 +
.menu :hover ul :hover ul :hover ul :hover ul,
 +
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
 +
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 95d2ee; white-space:nowrap; width:93px; z-index:200; height:auto;}
 +
<style media="all" type="text/css">@import "/menu/menu_style.css";</style>
-
<html>
+
<div>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<ul class="menu">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<li class="top"><a href="https://2012.igem.org/Team:Valencia" target="_self" class="top_link"><span>Home</span></a>
-
This is a template page. READ THESE INSTRUCTIONS.
+
</li>
 +
<li class="top"><a href="https://2012.igem.org/Team:Valencia/Team" target="_self" class="top_link"><span>Team</span></a>
 +
<ul class="sub">
 +
<li><a href="#" target="_self">Menu 1</a></li>
 +
<li><a href="#" target="_self">Menu 2</a></li>
 +
</ul>
 +
</li>
 +
<li class="top"><a href="https://2012.igem.org/Team:Valencia/Project" target="_self" class="top_link"><span>Project</span></a>
 +
<ul class="sub">
 +
<li><a href="#" target="_self">Menu 1</a></li>
 +
<li><a href="#" target="_self">Menu 2</a></li>
 +
<li><a href="#" target="_self">Menu 3</a></li>
 +
</ul>
 +
</li>
 +
<li class="top"><a href="https://2012.igem.org/Team:Valencia/Modeling" target="_self" class="top_link"><span>Modeling</span></a>
 +
</li>
 +
<li class="top"><a href="https://2012.igem.org/Team:Valencia/Human_practice" target="_self" class="top_link"><span>Human Practice</span></a>
 +
<ul class="sub">
 +
<li><a href="#" target="_self">Menu 1</a></li>
 +
<li><a href="#" target="_self">Menu 2</a></li>
 +
</ul>
 +
</li>
 +
<li class="top"><a href="https://2012.igem.org/Team:Valencia/Notebook" target="_self" class="top_link"><span>Notebook</span></a>
 +
</li>
 +
<li class="top"><a href="#" target="_self" class="top_link"><span>Others</span></a>
 +
</li>
 +
</ul>
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
 
-
</div>
 
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You <strong>MUST</strong>  have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
 
-
</div>
 
-
</div>
 
-
</html>
 
-
 
-
<!-- *** End of the alert box *** -->
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:Valencia|Home]]
 
-
!align="center"|[[Team:Valencia/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Valencia Official Team Profile]
 
-
!align="center"|[[Team:Valencia/Project|Project]]
 
-
!align="center"|[[Team:Valencia/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:Valencia/Modeling|Modeling]]
 
-
!align="center"|[[Team:Valencia/Notebook|Notebook]]
 
-
!align="center"|[[Team:Valencia/Safety|Safety]]
 
-
!align="center"|[[Team:Valencia/Attributions|Attributions]]
 
-
|}
 
You should make use of the calendar feature on the wiki and start a lab notebook.  This may be looked at by the judges to see how your work progressed throughout the summer.  It is a very useful organizational tool as well.
You should make use of the calendar feature on the wiki and start a lab notebook.  This may be looked at by the judges to see how your work progressed throughout the summer.  It is a very useful organizational tool as well.

Revision as of 11:22, 7 August 2012

You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well.