Template:Biomod/2012/UT/Nanowranglers: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<!-- the enclosing html tag is required. -->
<html>
<style type="text/css">
<style type="text/css">
/* Define the div holding the whole page */
/* Define the div holding the whole page */
Line 27: Line 29:
}
}
</style>
</style>
<!-- this tag is required. -->
</html>


Nanowranglers
Nanowranglers

Revision as of 12:29, 9 October 2012

<html> <style type="text/css"> /* Define the div holding the whole page */

  1. globalWrapper{
 left: 50%;
 height: 100%;
 background-color: #FFFFFF;
 width: 650px;
 margin-left: -320px;
 margin-top: 0px;
 margin-bottom: 0px;
 position: absolute;

} /* Hide the bar at the left */

  1. column-one {display:none;}

/* Define the div holding the page contents */

  1. content{
 margin: 0 0 0 0;
 font: normal .6em verdana, sans-serif;
 color: #000033;

} /* Miscellaneous stuff. Feel free to add style definitions. */ h3 {

 color: #7D775C;
 font: italic normal 2em georgia, sans-serif;
 letter-spacing: 1px; 
 margin-bottom: 0; 

} </style> <!-- this tag is required. --> </html>

Nanowranglers