Biomod/2014/NTU: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
<style>
<style>


.mediawiki ns-0 ltr page-Biomod_2014_NTU {
.body {
   width:1366px
   width:1366px;
   color: #CCCCCC ;
   color: #CCCCCC ;
   max-width: 1280px;
   max-width: 1280px;
Line 13: Line 13:
}
}


#content{
#cotent{
   width:1366px;
  padding: 0em;
   width:1366px
}
}


/* Remove MediaWiki Annoyances */
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #toctitle ,#top-section
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, #toctitle ,#top-section ,#column-one ,#footer
{
{
     display:none;
     display:none;
Line 24: Line 24:


#globalWrapper {
#globalWrapper {
    width:1366px;
    margin:auto;
     font-size:100%;
     font-size:100%;
     padding-bottom: 0px;
     padding-bottom: 0px;
}
}


</style>
</style>
Line 34: Line 34:
<body>
<body>


<p id="globalWrapper">
now proceeding
now proceeding
 
</p>




</body>
</body>
</html>
</html>

Revision as of 23:47, 10 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:1366px;
 color: #CCCCCC ;
 max-width: 1280px;
 min-width: 0 ;
 padding-top: 55px;
 margin-left: auto;
 margin-right: auto;

}

  1. cotent{
 padding: 0em;
 width:1366px

}

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

{

   display:none;

}

  1. globalWrapper {
   font-size:100%;
   padding-bottom: 0px;

}


</style> </head> <body>

<p id="globalWrapper"> now proceeding </p>


</body> </html>