Team:Cornell/Templates/test

From 2011.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
 +
<html>
 +
<style>
 +
body {
 +
background-image:url('background_grey.jpg');
 +
height:100%;
 +
max-height:100%;
 +
}
 +
#navbar {
 +
background-image:url('menubar.jpg');
 +
height:67px;
 +
width:1000px;
 +
text-align:center;
 +
}
 +
 +
#b1 {
 +
background-color:white;
 +
margin:1px;
 +
border:5px solid #424242;
 +
border-style:double;
 +
width:1000px;
 +
min-height: 100%;
 +
height: auto;
 +
position: absolute;
 +
left:75px;
 +
top:0px;
 +
}
 +
 +
/* Hack for IE */
 +
* html #b1 {
 +
    height: 100%;
 +
}
 +
/* End IE Hack */
 +
 +
table {
 +
width:100%;
 +
padding: 0px;
 +
border:3px solid #d6d1b7;
 +
color:white;
 +
}
 +
 +
td {
 +
text-align: left;
 +
padding:15px;
 +
vertical-align:top;
 +
}
 +
 +
td #sitemap {
 +
width:130px;
 +
text-align:left;
 +
padding:0px;
 +
vertical-align:top;
 +
}
 +
 +
#sitemap_box {
 +
width:130px;
 +
height:250px;
 +
text-align:left;
 +
padding:8px;
 +
vertical-align:top;
 +
border:2px dashed #d6d1b7;
 +
}
 +
 +
#navbar {
 +
background-image:url('menubar.jpg');
 +
background-repeat:no-repeat;
 +
position:static;
 +
height:inherit;
 +
width:inherit;
 +
}
 +
 +
 +
a.sitemap{
 +
font-family:"Ariel";
 +
font-size:15px;
 +
color:#701112;
 +
padding:30px;
 +
}
 +
 +
a.sitemap:hover{
 +
font-family:"Helvetica";
 +
font-size:15px;
 +
color:#cc3333;
 +
padding:30px;
 +
}
 +
 +
 +
h1 {
 +
font-family:"Ariel";
 +
font-size:25px;
 +
color:black;
 +
padding:20px;
 +
}
 +
 +
p {
 +
font-family:'Hoefler Text', 'Times New Roman', 'Times New Roman', Times, serif;
 +
font-size:15px;
 +
color:black;
 +
padding: 30px;
 +
}
 +
</style>
 +
</html>

Revision as of 19:48, 15 July 2011