Team:Copenhagen/Header

From 2011.igem.org

(Difference between revisions)
(Created page with "<html> <body> <!-- Table displaying top row of links --> <table class="links" > <tr> <td align="center" ><font face="arial" size="3"><a class="mainLinks" href="http://20...")
Line 1: Line 1:
 +
{{Team:Copenhagen/CSS}}
<html>
<html>
 +
<head>
 +
<style>
 +
/* wikitable/prettytable class for skinning normal tables */
 +
table.wikitable,
 +
table.prettytable {
 +
    margin: 1em 1em 1em 0;
 +
    background: #f9f9f9;
 +
    border: 1px #aaa solid;
 +
    border-collapse: collapse;
 +
}
 +
.wikitable th, .wikitable td,
 +
.prettytable th, .prettytable td {
 +
    border: 1px #aaa solid;
 +
    padding: 0.2em;
 +
}
 +
.wikitable th,
 +
.prettytable th {
 +
    background: #f2f2f2;
 +
    text-align: center;
 +
}
 +
.wikitable caption,
 +
.prettytable caption {
 +
    font-weight: bold;
 +
}
 +
table.calendar          { margin: 0; padding: 10px; }
 +
table.calendar td      { margin: 0; padding: 2px; vertical-align: top; }
 +
table.month .heading td { padding:2px; background-color:#d4d4d4; color:#aaa; text-align:center; font-size:120%; font-weight:bold; }
 +
table.month .dow td    { color:#aaa; text-align:center; font-size:110%; }
 +
table.month td.today    { background-color:#ddd; }
 +
table.month td {
 +
    border: none;
 +
    margin: 0;
 +
    padding: 1pt 1.5pt;
 +
    font-weight: bold;
 +
    font-size: 8pt;
 +
    text-align: right;
 +
    background-color: #eee;
 +
    }
 +
#bodyContent table.month a { background:none; padding:0 }
 +
.day-active { color:#0000cc }
 +
.day-empty  { color:#cc0000 }
-
<body>
 
-
 
+
</style>
-
<!-- Table displaying top row of links -->
+
</head>
-
<table class="links" >
+
<div id="newcastle-page" />
-
  <tr>
+
</html>
-
    <td align="center" ><font face="arial" size="3"><a class="mainLinks" href="https://2010.igem.org/Team:DTU-Denmark" >Home</a></font> </td>
+
{|style="width:100%" cellspacing=0 cellpadding=0
-
    <td align="center" ><font face="arial" size="3"><a class="mainLinks" href="https://2010.igem.org/Team:DTU-Denmark/Team" >The Team</a> </font></td>
+
|-
-
    <td align="center" ><font face="arial" size="3"><a class="mainLinks" href="https://2010.igem.org/Team:DTU-Denmark/Project" >The Project</a> </font></td>
+
|<html><img id="Image-Maps_4201010261321259" src="https://static.igem.org/mediawiki/2011/f/fa/Fors%C3%B8gsheader_i_rigtig_st%C3%B8rrelse.GIF" usemap="#Image-Maps_4201010261321259" border="0" width="975" height="384" alt="" />
-
    <td align="center" ><font face="arial" size="3"><a class="mainLinks" href="https://2010.igem.org/Team:DTU-Denmark/Parts" >Parts submitted</a> </font></td>
+
<map id="_Image-Maps_4201010261321259" name="Image-Maps_4201010261321259">
-
    <td align="center" ><font face="arial" size="3"><a class="mainLinks" href="https://2010.igem.org/Team:DTU-Denmark/Results">Results</a></font> </td>
+
<area shape="rect" coords="723,59,807,122" href="https://2010.igem.org" alt="iGEM Homepage" title="iGEM Homepage"   />
-
    <td align="center" ><font face="arial" size="3"><a class="mainLinks" href="https://2010.igem.org/Team:DTU-Denmark/Notebook" title="Day to day lab activity">Notebook</a>
+
<area shape="rect" coords="2,5,568,191" href="http://www.ncl.ac.uk" alt="Newcastle University" title="Newcastle University"   />
-
  <td align="center" ><font face="arial" size="3"><a class="mainLinks" href="https://2010.igem.org/Team:DTU-Denmark/Blog">Blog</a></font> </td>
+
<area shape="rect" coords="817,0,970,172" href="https://2010.igem.org/Team:Newcastle" alt="BacillaFilla Homepage" title="BacillaFilla Homepage"   />
-
 
+
<area shape="rect" coords="971,380,973,382" href="http://www.image-maps.com/index.php?aff=mapped_users_4201010261321259" alt="Image Map" title="Image Map" />
-
</font></td>
+
</map>
-
  </tr>
+
</html>
-
</table>
+
|-
 +
|colspan=3|{{User:Newcastle/mainmenu}}
 +
|-
 +
|}<div style="padding:30px">

Revision as of 12:53, 29 June 2011

Template:Team:Copenhagen/CSS