Template:DefTemp

From 2011.igem.org

(Difference between revisions)
 
(10 intermediate revisions not shown)
Line 4: Line 4:
body {background-color:#002f64;}
body {background-color:#002f64;}
-
.tab{float:left;}  
+
#content{width:965px;}
 +
.tab{margin:0px; padding:0px; border-width:0px;}  
.firstHeading{display:none;}
.firstHeading{display:none;}
#menu{
#menu{
-
padding-left:auto;
+
border-width:0px;
-
padding-right:auto;
+
border-spacing:0px;
-
margin-left:auto;
+
padding:0px;
-
margin-right:auto;
+
margin:0px;
 +
width:100%;
}
}
.tab a{
.tab a{
margin:0px;
margin:0px;
-
padding:5px;
+
padding-top:3px;
-
padding-left:8px;
+
padding-bottom:3px;
-
padding-right:8px;
+
background-color:#002f64;
background-color:#002f64;
font-weight:bold;
font-weight:bold;
color:white;
color:white;
 +
display:block;
 +
width:100%;
 +
text-align:center;
}
}
Line 33: Line 37:
</head>
</head>
-
<div id="menu">
+
<table id="menu">
-
<div class="tab"><a href="/Team:Toronto"> Home </a></div>
+
<tr>
-
<div class="tab"><a href="/Team:Toronto/Team"> Team </a></div>
+
<td class="tab"><a href="/Team:Toronto"> Home </a></td>
-
<div class="tab"><a href="https://igem.org/Team.cgi?year=2011&team_name=Toronto"> Official Team Profile </a></div>
+
<td class="tab"><a href="/Team:Toronto/Team"> Team </a></td>
-
<div class="tab"><a href="/Team:Toronto/Project"> Project </a></div>
+
<td class="tab"><a href="https://igem.org/Team.cgi?year=2011&team_name=Toronto"> Official Team Profile </a></td>
-
<div class="tab"><a href="/Team:Toronto/Parts"> Parts Submitted to the Registry </a></div>
+
<td class="tab"><a href="/Team:Toronto/Project"> Project </a></td>
-
<div class="tab"><a href="/Team:Toronto/Modeling"> Modeling </a></div>
+
<td class="tab"><a href="/Team:Toronto/Parts"> Parts Submitted to the Registry </a></td>
-
<div class="tab"><a href="/Team:Toronto/Notebook"> Notebook </a></div>
+
<td class="tab"><a href="/Team:Toronto/Modeling"> Modeling </a></td>
-
<div class="tab"><a href="/Team:Toronto/Safety"> Safety </a></div>
+
<td class="tab"><a href="/Team:Toronto/Notebook"> Notebook </a></td>
-
<div class="tab"><a href="/Team:Toronto/Attributions"> Attributions </a></div>
+
<td class="tab"><a href="/Team:Toronto/Safety"> Safety </a></td>
-
</div>
+
<td class="tab"><a href="/Team:Toronto/Attributions"> Attributions </a></td>
-
<hr/>
+
</tr>
 +
</table>
 +
 
</html>
</html>

Latest revision as of 22:44, 6 August 2011