Team:Cornell/Sandbox

From 2012.igem.org

(Difference between revisions)
Line 32: Line 32:
<style type="text/css">
<style type="text/css">
-
#footer-box {
+
img#igem-attr {
 +
transition: transform 0.5s;
 +
-moz-transition: -moz-transform 0.5s; /* Firefox 4 */
 +
-webkit-transition: -webkit-transform 0.5s; /* Safari and Chrome */
 +
-o-transition: -o-transform 0.5s; /* Opera */
 +
}
 +
 
 +
img#igem-attr:hover {
 +
transform: rotate(-15deg);
 +
-ms-transform: rotate(-15deg); /* IE 9 */
 +
-webkit-transform: rotate(-15deg); /* Safari and Chrome */
 +
-o-transform: rotate(-15deg); /* Opera */
 +
-moz-transform: rotate(-15deg); /* Firefox */
 +
}
 +
 +
 
 +
#footer-box {
display:none;
display:none;
}
}
Line 46: Line 62:
<div class="five columns">
<div class="five columns">
<a href="https://2013.igem.org">
<a href="https://2013.igem.org">
-
<img src="https://static.igem.org/mediawiki/2012/0/0d/CornelliGEMInkSmall.png" style="margin:0px 0px 0px 0px; border: 0px solid #ccc; width: px; height: px; transition: transform 0.5s; -moz-transition: -moz-transform 0.5s; -webkit-transition: -webkit-transform 0.5s; -o-transition: -o-transform 0.5s;" title="iGEM 2013" alt="iGEM 2013">
+
<img id="igem-attr" src="https://static.igem.org/mediawiki/2012/0/0d/CornelliGEMInkSmall.png" title="iGEM 2013" alt="iGEM 2013">
</a>
</a>
</div>
</div>

Revision as of 02:15, 28 February 2013

To Do

  • Have template recognize the page its on and adjust li-active accordingly
  • Figure out a tour template system
  • Work on notebook page, try to get a filtered-entry system working
  • Think about cool new ways to do the team bio page

Resources

Notes

  • Cornell red (carnelian red): #B31B1B
  • Off-white: #F2F2F2

Return to main page →