Team:IIT Madras

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
#container {
-
<html xmlns="http://www.w3.org/1999/xhtml"><head>
+
width: 850px;
-
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://www.flat-stomach-exercises.com/favicon.ico" /><title>iGEM 2009 IIT MADRAS</title>
+
margin-right: auto;
 +
margin-left: auto;
 +
}
 +
#header {
 +
height: 100px;
 +
width: 850px;
 +
background-image: url(images/header.jpg);
 +
}
-
<meta name="Description" content="description" />
+
#content {
-
<meta name="Keywords" content="keywords separated by commas" />
+
width: 500px;
-
<link rel="Shortcut Icon" href="/favicon.ico" />
+
padding: 10px;
-
<link href="style.css" rel="stylesheet" type="text/css" />
+
margin-right: 160px;
-
<style type="text/css">
+
margin-left: 160px;
-
</style>
+
}
-
</head>
+
#leftnav {
-
<body>
+
float: left;
-
<div id="container">
+
width: 140px;
-
<div id="header"><span class="style1"> </span></div>
+
height: 400px;
-
<div id="leftnav">
+
background-color: #30D9F4;
-
<ul id="navlist">
+
padding: 5px;
-
<li><a href="https://2009.igem.org/Team:IIT_Madras">Home</a></li>
+
-
<li><a href="https://2009.igem.org/Team:IIT_Madras/team">Team</a></li>
+
}
-
<li><a href="https://2009.igem.org/Team:IIT_Madras/project">Project</a></li>
+
 
-
<li><a href="https://2009.igem.org/Team:IIT_Madras/modelling">Modelling</a></li>
+
#leftnav ul
-
<li><a href="https://2009.igem.org/Team:IIT_Madras/who_we_are">Who
+
{
-
we are</a></li>
+
margin-left: 0;
-
</ul>
+
padding-left: 0;
-
</div>
+
list-style-type: none;
-
<div id="sidebar">
+
font-family: Arial, Helvetica, sans-serif;
-
<p></p>
+
font-size: 12px;
-
<p></p>
+
}
-
<p></p>
+
 
-
</div>
+
#leftnav a
-
<div id="content">
+
{
-
<h1>PLASMID</h1>
+
display: block;
-
<p>Plasmid Locking Assembly
+
width: 130px;
-
for Sustaining Multiple Insert DNA
+
padding-top: 3px;
-
</p>
+
padding-right: 3px;
-
<h2>This is the
+
padding-bottom: 3px;
-
second time that IIT Madras has sent a team to
+
padding-left: 3px;
-
iGEM. Our team in iGEM 08, the only team to represent India in the
+
border-bottom-width: 1px;
-
competition that year, won the &#8220;Best Foundational advance&#8221; award, the
+
}
-
"Best New Biobrick" award and a Silver, for their work on hybrid
+
 
-
promoters which have now been added under the category of promoters
+
#leftnav a:link, .navlist a:visited
-
(IIT Madras Stresskit promoters). This year, the team is composed of 9
+
{
-
Undergraduates, all from the Department of Biotechnology. We hope to go
+
color: #ffffff;
-
one step better this year with our design of a combinatorial lock
+
text-decoration: underline;
-
system, and thereby set the standard for future competitions.</h2>
+
font-weight: bold;
-
<h3></h3>
+
}
-
</div>
+
 
-
<div id="footer" align="center">
+
#leftnav a:visited
-
<p></p>
+
{
-
<p class="smalltext"></p>
+
  color: #ffffff;
-
<p class="smalltext"></p>
+
  text-decoration: underline;
-
</div>
+
  font-weight: bold;
-
</div>
+
}
-
</body></html>
+
 
 +
#leftnav a:hover
 +
{
 +
text-decoration: none;
 +
color: #0000ff;
 +
}
 +
 
 +
#sidebar {
 +
padding: 10px;
 +
float: right;
 +
width: 130px;
 +
background-color: #30D9F4;
 +
height: 390px;
 +
 
 +
}
 +
 
 +
#footer {
 +
background-color: #2F77F1;
 +
padding: 10px;
 +
clear: both;
 +
font-family: Verdana, Arial, Helvetica, sans-serif;
 +
font-size: 12px;
 +
font-weight: bold;
 +
}
 +
 
 +
 
 +
h1 {
 +
font-family: Verdana, Arial, Helvetica, sans-serif;
 +
font-size: 22px;
 +
font-weight: bold;
 +
color: #1A2373;
 +
line-height: 24px;
 +
}
 +
h2 {
 +
font-family: Verdana, Arial, Helvetica, sans-serif;
 +
font-size: 17px;
 +
font-weight: bold;
 +
color: #2F77F1;
 +
line-height: 20px;
 +
}
 +
h3 {
 +
font-family: Verdana, Arial, Helvetica, sans-serif;
 +
font-size: 14px;
 +
font-weight: bolder;
 +
color: #000000;
 +
line-height: 20px;
 +
}
 +
 
 +
p {
 +
font-family: Verdana, Arial, Helvetica, sans-serif;
 +
font-size: 12px;
 +
line-height: 11pt;
 +
margin-top: 3px;
 +
margin-right: 0;
 +
margin-bottom: 3px;
 +
margin-left: 0;
 +
padding-bottom: 9px;
 +
}
 +
 
 +
a {
 +
color: #E82525;
 +
font-weight: bold;
 +
text-decoration: underline;
 +
}
 +
a:visited {
 +
color: #E82525;
 +
text-decoration: underline;
 +
font-weight : bold;
 +
}
 +
a:hover {
 +
color: #901BBE;
 +
text-decoration: none;
 +
}
 +
 
 +
 
 +
.box1 {
 +
background:#ffffff;
 +
color: #000;
 +
border:1px solid #00ffff;
 +
width: 400px;
 +
height: 165px;
 +
padding-top: 5;
 +
padding-right: 6px;
 +
padding-bottom: 0;
 +
padding-left: 6px;
 +
line-height: 16px;
 +
}
 +
 
 +
.smalltext {
 +
font-family: Verdana, Arial, Helvetica, sans-serif;
 +
font-size: 10px;
 +
padding: 3px 0;
 +
    margin: 3px 0;
 +
line-height: 12pt
 +
}

Revision as of 19:59, 12 October 2009

  1. container {

width: 850px; margin-right: auto; margin-left: auto; }

  1. header {

height: 100px; width: 850px; background-image: url(images/header.jpg); }

  1. content {

width: 500px; padding: 10px; margin-right: 160px; margin-left: 160px; }

  1. leftnav {

float: left; width: 140px; height: 400px; background-color: #30D9F4; padding: 5px;

}

  1. leftnav ul

{ margin-left: 0; padding-left: 0; list-style-type: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

  1. leftnav a

{ display: block; width: 130px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; border-bottom-width: 1px; }

  1. leftnav a:link, .navlist a:visited

{ color: #ffffff; text-decoration: underline; font-weight: bold; }

  1. leftnav a:visited

{

  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;

}

  1. leftnav a:hover

{ text-decoration: none; color: #0000ff; }

  1. sidebar {

padding: 10px; float: right; width: 130px; background-color: #30D9F4; height: 390px;

}

  1. footer {

background-color: #2F77F1; padding: 10px; clear: both; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }


h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; color: #1A2373; line-height: 24px; } h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #2F77F1; line-height: 20px; } h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; color: #000000; line-height: 20px; }

p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 11pt; margin-top: 3px; margin-right: 0; margin-bottom: 3px; margin-left: 0; padding-bottom: 9px; }

a { color: #E82525; font-weight: bold; text-decoration: underline; } a:visited { color: #E82525; text-decoration: underline; font-weight : bold; } a:hover { color: #901BBE; text-decoration: none; }


.box1 { background:#ffffff; color: #000; border:1px solid #00ffff; width: 400px; height: 165px; padding-top: 5; padding-right: 6px; padding-bottom: 0; padding-left: 6px; line-height: 16px; }

.smalltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; padding: 3px 0;

   margin: 3px 0;

line-height: 12pt }