Template:WHUcss

From 2011.igem.org

(Difference between revisions)
Line 3: Line 3:
<style type="text/css">
<style type="text/css">
body{
body{
-
background:white;
 
         font-family:Calibri;
         font-family:Calibri;
 +
        position:absolute;
 +
        z-index:-2;
 +
        background-color:#B6A587;
}
}
#menulist{
#menulist{
position:absolute;
position:absolute;
 +
        left:15px;
top:185px;
top:185px;
-
left:-5px;
 
         height:30px;
         height:30px;
width:1000px;
width:1000px;
Line 57: Line 59:
width:auto;
width:auto;
}
}
 +
#subcontent
 +
{
 +
        position:relative;
 +
height: auto;
 +
width: 1000px;
 +
        background-color:white;
 +
}
   
   
#WHU1 {
#WHU1 {
-
         position:absolute;
+
         position:relative;
-
        top:0;
+
-
        left:-12px;
+
height: 220px;
height: 220px;
width: 1000px;
width: 1000px;
Line 169: Line 176:
background:transparent;
background:transparent;
border:hidden;
border:hidden;
 +
height:auto;
}
}
#p-logo
#p-logo
Line 246: Line 254:
</ul>  
</ul>  
</div>
</div>
-
 
+
<div id="subcontent">
 +
<div id="content1">
 +
</div>
 +
</div>
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 10:27, 19 September 2011