Team:UC Davis/Gallery

From 2011.igem.org

(Difference between revisions)
Line 27: Line 27:
</head>
</head>
 +
[[galery]]
 +
[[module css]]
 +
/* hide the "Image x of y" display */
 +
#lightbox-image-details-currentNumber[style] {
 +
    display:none !important;
 +
}
 +
/* hide the entire bottom data box (including the close button) */
 +
#lightbox-container-image-data-box[style] {
 +
    display:none !important;
 +
}
 +
/* leave the "prev" overlay graphic as transparent */
 +
#lightbox-nav-btnPrev[style] {
 +
    background-image: url(/common--theme/base/images/lightbox/lightbox-blank.gif) !important ;
 +
}
 +
/* leave the "next" overlay graphic as transparent */
 +
#lightbox-nav-btnNext[style] {
 +
    background-image: url(/common--theme/base/images/lightbox/lightbox-blank.gif) !important ;
 +
}
 +
[[/module]]
[[/html]]
[[/html]]
Line 37: Line 56:
</div>
</div>
-
 
+
[[gallery]]
</html>
</html>

Revision as of 15:48, 25 August 2011

Our Sponsors

Start a Family

Got a favorite BioBrick? Check our our process for expanding basic parts into part families.

Criteria

View our judging criteria for iGEM 2011 here.
[[html]] [[galery]] [[module css]] /* hide the "Image x of y" display */ #lightbox-image-details-currentNumber[style] { display:none !important; } /* hide the entire bottom data box (including the close button) */ #lightbox-container-image-data-box[style] { display:none !important; } /* leave the "prev" overlay graphic as transparent */ #lightbox-nav-btnPrev[style] { background-image: url(/common--theme/base/images/lightbox/lightbox-blank.gif) !important ; } /* leave the "next" overlay graphic as transparent */ #lightbox-nav-btnNext[style] { background-image: url(/common--theme/base/images/lightbox/lightbox-blank.gif) !important ; } [[/module]] [[/html]]
[[gallery]]