Team:Duke/brainstorm.html

From 2008.igem.org

(Difference between revisions)
(New page: <html> <head> <title> </title> </head> <body> <p>"Hidar"</p> </body> </html>)
 
(2 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<title>
<title>
 +
This is a title
</title>
</title>
 +
<style>
 +
 +
.ideasList{
 +
margin-bottom:30px
 +
}
 +
 +
ul#sub {
 +
margin:0px;
 +
padding:0px;
 +
font-size:12px;
 +
list-style-image:none;
 +
list-style-type:none;
 +
 +
}
 +
 +
#sub li { margin-bottom:20px;}
 +
 +
#sub li a {
 +
color:#3300FF;
 +
text-decoration:underline;
 +
}
 +
 +
#sub li a:hover {
 +
text-decoration:none;
 +
}
 +
 +
.links {
 +
width:100%;
 +
background-color:rgb(200,200,223);
 +
margin-bottom:30px;
 +
}
 +
 +
.links tr {
 +
background-color: rgb(200,200,255);
 +
}
 +
 +
.links td:hover {
 +
background-color: rgb(255,141,28);
 +
}
 +
 +
 +
.links a{
 +
text-decoration:none;
 +
font-size:15pt;
 +
        font-weight:bold;
 +
        font:'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
 +
color: rgb(255,255,255);
 +
}
 +
 +
.links a:active {
 +
        background-color: rgb(255,141,28);
 +
}
 +
 +
.links a:hover {
 +
        color: rgb(255,255,255);
 +
}
 +
 +
#navactive {
 +
        background-color: rgb(255,141,28);
 +
}
 +
 +
 +
#header {
 +
width: 100%;
 +
text-align: center;
 +
}
 +
 +
h4 {
 +
font-size: 14pt;
 +
font-weight: normal;
 +
}
 +
 +
dt {
 +
font-size: 12pt;
 +
}
 +
 +
#projectnav h4 {
 +
padding: .4ex;
 +
}
 +
 +
#projectnav dt {
 +
font-weight: normal;
 +
margin: 1.5ex 0 0 0;
 +
}
 +
 +
#projectnav h4, #projectnav dt, #projectnav dd {
 +
text-align: center;
 +
text-indent: 0;
 +
margin-left: 0;
 +
}
 +
 +
#hbnav dd {
 +
background-color: rgb(0,80,200);
 +
border-left: dashed #FFF 3px;
 +
border-right: dashed #FFF 3px;
 +
padding: .8ex;
 +
}
 +
 +
#denav dd{
 +
background-color: rgb(37,170,113);
 +
border-left: dashed #FFF 3px;
 +
border-right: dashed #FFF 3px;
 +
padding: 1ex;
 +
margin-top: 0;
 +
}
 +
 +
#projectnav a {
 +
color: #fff;
 +
}
 +
 +
#pagecontent p {
 +
text-indent: 1.25em;
 +
}
 +
</style>
</head>
</head>
<body>
<body>
<p>"Hidar"</p>
<p>"Hidar"</p>
 +
<table class="links" >
 +
  <tr>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Duke" >Home</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Duke/project/" >Projects</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="" >Brainstorming</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="">Parts</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="" >Notebook</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="" >About Us</a> </td>
 +
  </tr>
 +
</table>
</body>
</body>
</html>
</html>

Latest revision as of 18:20, 30 June 2008

This is a title

"Hidar"