Template:Imperial/09/Tabs/M1/Modelling

From OpenWetWare
Jump to navigationJump to search

<html> <style type="text/css"> /*----------------------------------------------------------------------------*/ /* Structure */ /*----------------------------------------------------------------------------*/

  1. II09_mainWrapper{
   width: 800px;
   align: center;
   border: none;
   margin: 0px auto;
   padding: 0px;

}

/*----------------------------------------------------------------------------*/ /* Content */ /*----------------------------------------------------------------------------*/

  1. II09_content_wrapper {
   width: 550px;
   float: left;
   margin-top: 5px;
   margin-bottom: 5px;
   position:relative;

}

  1. II09_content_boxtop {
   width: 550px;
   height: 10px;
   background:url(http://2009.igem.org/wiki/images/c/c8/II09_content_top.png) no-repeat bottom left;
   position: relative;
   float: left;

}

  1. II09_content_boxbottom {
   width: 550px;
   height: 10px;
   background:url(http://2009.igem.org/wiki/images/b/b4/II09_content_bottom.png) no-repeat top left;
   position: relative;
   float: left;

}

  1. II09_content {
   width: 550px;
   padding: 10px;
   background-color:#ffffff;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   position: relative;
   float: left;
   font-size: 9pt;
   text-align: justify;

}

/*----------------------------------------------------------------------------*/ /* Tabs */ /*----------------------------------------------------------------------------*/

.II09_Tabs_Blue {

 float:left;
 width:100%;
 background:#CCCCFF url("http://openwetware.org/images/b/bb/SDbg.gif") repeat-x bottom;
 font-size:93%;
 line-height:normal;
 margin: 0;
 padding: 0;

}

.II09_Tabs_Blue ul {

 margin:0;
 padding:10px 10px 0;
 list-style:none;

} .II09_Tabs_Blue li {

 float:left;
 background:url("http://openwetware.org/images/b/b7/SDleft.gif") no-repeat left top;
 margin:0;
 padding:0 0 0 9px;

}

.II09_Tabs_Blue b {

 float:left;
 display:block;
 background:url("http://openwetware.org/images/f/f8/SDright.gif") no-repeat right top;
 padding:5px 15px 4px 6px;
 text-decoration:none;
 font-weight:bold;
 color:#765;

} </style> </html>