Template:Imperial/09/CSS: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 57: Line 57:
     text-align: justify;
     text-align: justify;
}
}
#content {}
.firstHeading{font-size: 0pt;}
#p-logo {
filter:alpha(opacity=00);-moz-opacity:.00;opacity:.00;
}
#top-section {
background-image: url(http://ung.igem.org/wiki/images/2/2a/II09_wiki.png);
background-size: 100%;
}


</style>
</style>
</html>
</html>

Revision as of 04:43, 28 August 2009

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

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

}

/*http://2008.igem.org/wiki/images/c/c8/Tudelft_menu_header_bg_1.gif)*/ /*----------------------------------------------------------------------------*/ /* Content */ /*----------------------------------------------------------------------------*/

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

}

  1. II09_content_boxtop {
   width: 550px;
   height: 10px;
   background:url(http://2008.igem.org/wiki/images/a/a1/Tudelft_content_top.png) no-repeat bottom left;
   position: relative;
   float: left;

}

  1. II09_content_boxbottom {
   width: 550px;
   height: 10px;
   background:url(http://2008.igem.org/wiki/images/8/89/Tudelft_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;

}

</style> </html>