Biomod/2014/NTU: Difference between revisions

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


#content{
#content{
  border: 0px;
   float:right;
   float:right;
   padding: 0em;
   padding: 0em;
Line 26: Line 27:
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #toctitle ,#top-section ,#column-one ,#footer
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #toctitle ,#top-section ,#column-one ,#footer
{
{
    display:none;
  display:none;
}
}


#globalWrapper {
#globalWrapper {
    background-color:#fff;
  background-color:#fff;
    font-size:100%;
  font-size:100%;
    padding-bottom: 0px;
  padding-bottom: 0px;
}
}


#back{
#back{
  background-color:#fff;
  background-color:#fff;
  width:1349px;
  width: 1349px;
  height:900px;
  height: 900px;
}
}



Revision as of 00:14, 11 September 2014

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="en" lang="en" dir="ltr"> <head> <style>

.body {

 width:1349px;
 color: #CCCCCC ;
 max-width: 1280px;
 min-width: 0 ;
 padding-top: 55px;
 margin-left: auto;
 margin-right: auto;

}

  1. column-content{
 padding: 0em;
 background-color:#fff;

}

  1. content{
 border: 0px;
 float:right;
 padding: 0em;
 width:1349px;

}

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #toctitle ,#top-section ,#column-one ,#footer

{

 display:none;

}

  1. globalWrapper {
 background-color:#fff;
 font-size:100%;
 padding-bottom: 0px;

}

  1. back{
 background-color:#fff;
 width: 1349px;
 height:  900px;

}

</style> </head> <body>

<div id="back"> now proceeding </p>


</body> </html>