Team:Edinburgh/tech/basiccss

From 2011.igem.org

(Difference between revisions)
m
Line 30: Line 30:
#content .main_body {
#content .main_body {
-
width: 655px; /*This is 965px - 300px for navbox - 10 for padding*/
+
width:800px; /*This is 965px - 300px for navbox - 10 for padding*/
float: right;
float: right;
-
padding: 0.5em;
 
background: white;
background: white;
 +
padding: 0.5em 0.5em 0.5em 0.5em;
 +
text-align:justify;
 +
height:100%;
}
}
Line 42: Line 44:
#navmenu{
#navmenu{
-
background-color: white;
+
position:relative;
-
position:absolute;
+
float: left;
-
top: 105px; /*This is logo height+5px*/
+
padding-top: 0.5em;
padding-top: 0.5em;
-
left:0.5em;
+
padding-left: 0.5em;
-
width: 300px;
+
width: 100px;
-
height: 300px;
+
height: 100%;
z-index: 1;
z-index: 1;
}
}

Revision as of 14:32, 20 June 2011

<style type="text/css"> </style>