Difference between revisions of "Team:ATOMS-Turkiye/slimbox2.css"

(Created page with "SLIMBOX: #lbOverlay { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; } #lbCenter, #lbBottomCo...")
 
 
Line 20: Line 20:
  
 
.lbLoading {
 
.lbLoading {
background: #fff url(loading.gif) no-repeat center;
+
background: #fff url(https://static.igem.org/mediawiki/2015/6/6c/ATMOS-Turkiye_Loading.gif) no-repeat center;
 
}
 
}
  
Line 46: Line 46:
 
width: 66px;
 
width: 66px;
 
height: 22px;
 
height: 22px;
background: transparent url(closelabel.gif) no-repeat center;
+
/*they loaded this image before we did so we cannot upload ours (-_-)*/
 +
background: transparent url(https://static.igem.org/mediawiki/2015/9/95/China_Tongji-PicClose.gif) no-repeat center;
 
margin: 5px 0;
 
margin: 5px 0;
 
outline: none;
 
outline: none;

Latest revision as of 08:32, 18 August 2015

/* SLIMBOX */

  1. lbOverlay {

position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; }

  1. lbCenter, #lbBottomContainer {

position: absolute; z-index: 9999; overflow: hidden; background-color: #fff; }

.lbLoading { background: #fff url(ATMOS-Turkiye_Loading.gif) no-repeat center; }

  1. lbImage {

position: absolute; left: 0; top: 0; border: 10px solid #fff; background-repeat: no-repeat; }

  1. lbBottom {

font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #fff; border-top-style: none; }

  1. lbCloseLink {

display: block; float: right; width: 66px; height: 22px; /*they loaded this image before we did so we cannot upload ours (-_-)*/ background: transparent url(China_Tongji-PicClose.gif) no-repeat center; margin: 5px 0; outline: none; }

  1. lbCaption, #lbNumber {

margin-right: 71px; }

  1. lbCaption {

font-weight: bold; }