Team:Vanderbilt Software/API Reference

From 2014.igem.org

(Difference between revisions)
Line 3: Line 3:
<html>
<html>
 +
  <style type="text/css">
 +
      body {
 +
              position: relative;
 +
                      width: 850px //100%;
 +
                              margin: 0;
 +
                                      padding: 0;
 +
                                              padding-bottom: 10px;
 +
                                                      background:url(https://static.igem.org/mediawiki/parts/f/f8/Special_Background.jpg);
 +
                                                              background-repeat: no-repeat;
 +
                                                                      background-attachment: fixed;
 +
                                                                              background-size:100% auto;
 +
                                                                                  }
 +
                                                                                      </style>
   <!--main content -->
   <!--main content -->
Line 18: Line 31:
             <a href="https://2014.igem.org/Team:Vanderbilt_Software"style="color:#000000">Home</a> </td>
             <a href="https://2014.igem.org/Team:Vanderbilt_Software"style="color:#000000">Home</a> </td>
-
          <td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
 
-
            <a href="https://2014.igem.org/Team:Vanderbilt_Software/Project"style="color:#000000"> Project</a></td>
+
 
           <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
           <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>

Revision as of 03:13, 18 October 2014


Home Program Team Attributions

API Reference

The API reference was produced using the cldoc project, an easy way to automatically generate beautiful HTML markup from C code.

*