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( | + | 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( | + | /*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 */
- lbOverlay {
position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; }
- lbCenter, #lbBottomContainer {
position: absolute; z-index: 9999; overflow: hidden; background-color: #fff; }
.lbLoading { background: #fff url() no-repeat center; }
- lbImage {
position: absolute; left: 0; top: 0; border: 10px solid #fff; background-repeat: no-repeat; }
- 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; }
- lbCloseLink {
display: block; float: right; width: 66px; height: 22px; /*they loaded this image before we did so we cannot upload ours (-_-)*/ background: transparent url() no-repeat center; margin: 5px 0; outline: none; }
- lbCaption, #lbNumber {
margin-right: 71px; }
- lbCaption {
font-weight: bold; }