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

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 23: Line 23:
#content{
#content{
   margin: 0 0 0 0;
   margin: 0 0 0 0;
   font: normal .6em verdana, sans-serif;
   font: normal 1em verdana, sans-serif;
   color: #000033;
   color: #000033;
}
}
Line 33: Line 33:
   margin-bottom: 0;  
   margin-bottom: 0;  
}
}
/* Code taken from publicly available css tutorials at onderhond.com */
.linkconcept a {display:block; width:251px; height:95px; background:url("http://openwetware.org/images/0/03/Concept-bright.png") left top no-repeat;}
.linkconcept a:hover img {position:absolute; left:-999em; top:-999em;}
.linkconcept a:hover {zoom:1;}
-->
-->
</style>
</style>
</html>
</html>


<h3>
Nanowranglers
Nanowranglers
</h3>
<!-- links at top -->
<html>
<div class="linkconcept">
  <a href="#"><img src="http://openwetware.org/images/c/ce/Concept-dull.png" alt="" /></a>
</div>
</html>

Revision as of 19:06, 9 October 2012

<html> <style type="text/css"> <!--

/* Define the background of the whole page */ @media screen {

   body { background: #FFFFFF 0 0 no-repeat;  

} /* Define the div holding the page contents */

  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 (this div is inside globalWrapper. We override its default margins) */

  1. content{
 margin: 0 0 0 0;
 font: normal 1em 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; 

}

/* Code taken from publicly available css tutorials at onderhond.com */ .linkconcept a {display:block; width:251px; height:95px; background:url("http://openwetware.org/images/0/03/Concept-bright.png") left top no-repeat;} .linkconcept a:hover img {position:absolute; left:-999em; top:-999em;} .linkconcept a:hover {zoom:1;} --> </style> </html>

Nanowranglers

<html> <div class="linkconcept">

 <a href="#"><img src="http://openwetware.org/images/c/ce/Concept-dull.png" alt="" /></a>

</div> </html>