Team:UC Davis/Gallery

From 2013.igem.org

(Difference between revisions)
Line 40: Line 40:
/* line 7, ../sass/lightbox.sass */
/* line 7, ../sass/lightbox.sass */
body:after {
body:after {
-
   content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
+
   content: url(https://static.igem.org/mediawiki/2013/5/50/UC_Davis_13_Close.png) url(https://static.igem.org/mediawiki/2013/2/2b/UC_Davis_13_Loading.gif) url(https://static.igem.org/mediawiki/2013/6/64/UC_Davis_Prev.png) url(https://2013.igem.org/File:UC_Davis_13_Next.png);
   display: none;
   display: none;
}
}
Line 124: Line 124:
   height: 32px;
   height: 32px;
   margin: 0 auto;
   margin: 0 auto;
-
   background: url(../img/loading.gif) no-repeat;
+
   background: url(https://static.igem.org/mediawiki/2013/2/2b/UC_Davis_13_Loading.gif) no-repeat;
}
}
Line 163: Line 163:
/* line 87, ../sass/lightbox.sass */
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
.lb-prev:hover {
-
   background: url(../img/prev.png) left 48% no-repeat;
+
   background: url(https://static.igem.org/mediawiki/2013/6/64/UC_Davis_Prev.png) left 48% no-repeat;
}
}
Line 173: Line 173:
/* line 93, ../sass/lightbox.sass */
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
.lb-next:hover {
-
   background: url(../img/next.png) right 48% no-repeat;
+
   background: url(https://2013.igem.org/File:UC_Davis_13_Next.png) right 48% no-repeat;
}
}
Line 228: Line 228:
   width: 30px;
   width: 30px;
   height: 30px;
   height: 30px;
-
   background: url(../img/close.png) top right no-repeat;
+
   background: url(https://static.igem.org/mediawiki/2013/5/50/UC_Davis_13_Close.png) top right no-repeat;
   text-align: right;
   text-align: right;
   outline: none;
   outline: none;
Line 240: Line 240:
   opacity: 1;
   opacity: 1;
}
}
-
<!-- End Gallery CSS -->
+
 
</style>
</style>
 +
 +
<!-- End Gallery CSS -->

Revision as of 21:28, 13 September 2013