Template:Team:KIT-Kyoto/Common

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
margin-bottom: 20px;
margin-bottom: 20px;
font-family: Georgia, Times, "Times New Roman", serif;  
font-family: Georgia, Times, "Times New Roman", serif;  
 +
}
 +
 +
 +
#wrapper{
 +
width:800px;
 +
margin:30px auto;
 +
padding-bottom:100px;
 +
}
 +
 +
#SideMenu{
 +
width:200px;
 +
float:left;
 +
position:fixed;
 +
top:30px;
 +
 +
/* IE6 */
 +
_position:absolute;
 +
    _top:expression(eval(document.documentElement.scrollTop+30)+'px');
 +
 +
}
 +
 +
 +
#SideMenu a{
 +
display:block;
 +
padding:1em 1em 1em 2em;
 +
background:#666;
 +
margin-bottom:1em;
 +
-webkit-border-radius:5px;
 +
    border-radius:5px;
 +
}
 +
 +
#contents{
 +
width:580px;
 +
background:#fff;
 +
float:right;
 +
-webkit-border-radius:5px;
 +
border-radius:5px;
}
}

Revision as of 13:03, 20 May 2014