Template:Imperial/09/CSS: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 6: Line 6:


#II09_mainWrapper{
#II09_mainWrapper{
     backgrou32rnd-color:7b7b7b;
     width: 800px;
    position: relative;
     align: center;
     float: left;
     border: none;
    width: 763%;
     margin: 0px auto;
 
     border-top: none;
    border-left: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
     margin-left: 15px;
     padding: 0px;
     padding: 0px;
}
}


/*http://2008.igem.org/wiki/images/c/c8/Tudelft_menu_header_bg_1.gif)*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Content                                                                    */
/* Content                                                                    */
Line 27: Line 21:
     float: left;
     float: left;
     margin-top: 5px;
     margin-top: 5px;
    margin-bottom: 5px;
     position:relative;
     position:relative;
}
}
Line 33: Line 28:
     width: 550px;
     width: 550px;
     height: 10px;
     height: 10px;
     background:url(http://2008.igem.org/wiki/images/a/a1/Tudelft_content_top.png) no-repeat bottom left;
     background:url(http://2009.igem.org/wiki/images/c/c8/II09_content_top.png) no-repeat bottom left;
     position: relative;
     position: relative;
     float: left;
     float: left;
Line 41: Line 36:
     width: 550px;
     width: 550px;
     height: 10px;
     height: 10px;
     background:url(http://2008.igem.org/wiki/images/8/89/Tudelft_content_bottom.png) no-repeat top left;
     background:url(http://2009.igem.org/wiki/images/b/b4/II09_content_bottom.png) no-repeat top left;
     position: relative;
     position: relative;
     float: left;
     float: left;

Latest revision as of 02:33, 3 September 2009

<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>