Biomod/2013/Komaba3: Difference between revisions

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


         #globalWrapper {
         #globalWrapper {
             width: 984px;
             width: 1024px;
             background-color: #ffffff;
             background-color: #ffffff;
             margin-left: auto;
             margin-left: auto;
Line 53: Line 53:
             align: center;
             align: center;
             padding: 12px;
             padding: 12px;
             width: 960px;
             width: 1000px;
             background-color: #ffff;
             background-color: #ffff;
             border: 0;
             border: 0;
Line 59: Line 59:


         #bodyContent {
         #bodyContent {
             width: 960px;
             width: 1000px;
             align: center;
             align: center;
             background-color: #ffffff;
             background-color: #ffffff;
Line 65: Line 65:


         #column-content {
         #column-content {
             width: 984px;
             width: 1024px;
             background-color: #ffff;
             background-color: #ffff;
         }
         }
Line 72: Line 72:
             display: none;
             display: none;
             position: center;
             position: center;
             width: 960px;
             width: 1000px;
         }
         }



Revision as of 04:49, 31 August 2013

<html> <head>

   <style>
       <!-- HIDE WIKI STUFF -->
       #column-one {
           display: none;
           width: 0px;
       }
       .container {
           background-color: #ffffff;
           margin-top: 0px;
       }
       .OWWNBcpCurrentDateFilled {
           display: none;
       }
       #content {
           width: 0px;
           margin: 0 auto auto 0;
           padding: 0em 0em 0em 0em;
           align: center;
       }
       #column-content {
           width: 0px;
           float: left;
           margin: 0 0 0 0;
           padding: 0;
       }
       .firstHeading {
           display: none;
           width: 0px;
       }
       #globalWrapper {
           width: 1024px;
           background-color: #ffffff;
           margin-left: auto;
           margin-right: auto;
       }
       #column-one {
           display: none;
           width: 0px;
           background-color: #ffffff;
       }
       #content {
           margin: 0 0 0 0;
           align: center;
           padding: 12px;
           width: 1000px;
           background-color: #ffff;
           border: 0;
       }
       #bodyContent {
           width: 1000px;
           align: center;
           background-color: #ffffff;
       }
       #column-content {
           width: 1024px;
           background-color: #ffff;
       }
       #footer {
           display: none;
           position: center;
           width: 1000px;
       }
      </style>

</head> <body> <div> <iframe src="http://biomodteamkomaba.github.io/Biomod2013KomabaWebPage/index.html" scrolling="no" style="height:2000px;width:1000px" frameborder="0"></iframe> </div> </body> </html>