Team:UIUC-Illinois-Software

From 2010.igem.org

(Difference between revisions)
(UIUC menu creation)
(changes to menu coding)
Line 50: Line 50:
padding:0;
padding:0;
}
}
-
div.menu{
+
div.menumiddle{
display:block;
display:block;
font-weight:bold;
font-weight:bold;
Line 56: Line 56:
color:#fa6a07;
color:#fa6a07;
background:url('https://static.igem.org/mediawiki/2010/5/56/UIUC-Illinois_logo_middle.jpeg');
background:url('https://static.igem.org/mediawiki/2010/5/56/UIUC-Illinois_logo_middle.jpeg');
-
width:128px;
+
width:144px;
-
height:182px; <!--change this value by (x*33)-16 when length of wiki changes-->
+
height:175px; <!--change this value by (x*35) when length of wiki changes-->
text-align:center;
text-align:center;
-
padding:8px;
+
padding:0px;
 +
}
 +
div.menutop{
 +
display:block;
 +
font-weight:bold;
 +
font-size:20px;
 +
color:#fa6a07;
 +
background:url('https://static.igem.org/mediawiki/2010/9/95/UIUC-Illinois_logo_top.jpeg');
 +
width:144px;
 +
height:94px;
 +
text-align:center;
 +
padding:0px;
 +
}
 +
div.menubottom{
 +
display:block;
 +
font-weight:bold;
 +
font-size:20px;
 +
color:#fa6a07;
 +
background:url('https://static.igem.org/mediawiki/2010/d/db/UIUC-Illinois_logo_bottom.jpeg');
 +
width:144px;
 +
height:94px;
 +
text-align:center;
 +
padding:0px;
}
}
a.menu:link,a.menu:visited
a.menu:link,a.menu:visited
Line 81: Line 103:
<menu>
<menu>
-
<img src="https://static.igem.org/mediawiki/2010/9/95/UIUC-Illinois_logo_top.jpeg">
+
<div class="menutop"></div>
<a class="menu" href"https://2010.igem.org/Team:UIUC-Illinois-Software">Home</a>
<a class="menu" href"https://2010.igem.org/Team:UIUC-Illinois-Software">Home</a>
<a class="menu" href"https://2010.igem.org/Team:UIUC-Illinois-Software/Team">Team</a>
<a class="menu" href"https://2010.igem.org/Team:UIUC-Illinois-Software/Team">Team</a>
Line 90: Line 112:
<a class="menu" href"https://2010.igem.org/Team:UIUC-Illinois-Software/Notebook>Notebook</a>
<a class="menu" href"https://2010.igem.org/Team:UIUC-Illinois-Software/Notebook>Notebook</a>
<a class="menu" href"https://2010.igem.org/Team:UIUC-Illinois-Software/Safety>Safety</a>
<a class="menu" href"https://2010.igem.org/Team:UIUC-Illinois-Software/Safety>Safety</a>
-
<div class="menu"></div>
+
<div class="menumiddle"></div>
-
<img src="https://static.igem.org/mediawiki/2010/d/db/UIUC-Illinois_logo_bottom.jpeg">
+
<div class="menubottom"></div>
</menu>
</menu>

Revision as of 05:57, 27 May 2010


Preview

This is only a preview; changes have not yet been saved!


Home Team Team Profile Project Parts Modeling Notebook Safety
The UIUC iGEM Software team consists of five talented, sexy individuals with a strong interest in synthetic biology, endless creativity, and no sense of limitation or narcissism.

The 2010 UIUC Software Team project is a web-based program suite conceived to simplify large-scale metabolic engineering through bacterial plasmid design.

More to come later on the development of the project and wiki page.

2010 UIUC Software Team