Difference between revisions of "Team:Vilnius-Lithuania/Vilnius15 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, #lbBotto...")
 
 
Line 20: Line 20:
  
 
.lbLoading {
 
.lbLoading {
background: #fff url(https://static.igem.org/mediawiki/2013/a/ac/TUM13_loading.gif) no-repeat center;
+
background: #fff url(https://static.igem.org/mediawiki/2015/9/97/Vilnius15_loading.gif) no-repeat center;
 
}
 
}
  
Line 37: Line 37:
 
width: 25%;
 
width: 25%;
 
outline: none;
 
outline: none;
}
 
 
#lbPrevLink {
 
left: 0;
 
}
 
 
#lbPrevLink:hover {
 
background: transparent url(https://static.igem.org/mediawiki/2013/3/39/TUM13_prevlabel.gif) no-repeat 0 15%;
 
}
 
 
#lbNextLink {
 
right: 0;
 
}
 
 
#lbNextLink:hover {
 
background: transparent url(https://static.igem.org/mediawiki/2013/9/90/TUM13_nextlabel.gif) no-repeat 100% 15%;
 
 
}
 
}
  
Line 70: Line 54:
 
width: 66px;
 
width: 66px;
 
height: 22px;
 
height: 22px;
background: transparent url(https://static.igem.org/mediawiki/2013/e/e0/TUM13_closelabel.gif) no-repeat center;
+
background: transparent url(https://static.igem.org/mediawiki/2015/c/c7/Vilnius15_closelabel.gif) no-repeat center;
 
margin: 5px 0;
 
margin: 5px 0;
 
outline: none;
 
outline: none;

Latest revision as of 20:58, 17 September 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(Vilnius15_loading.gif) no-repeat center; }

  1. lbImage {

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

  1. lbPrevLink, #lbNextLink {

display: block; position: absolute; top: 0; width: 25%; outline: none; }

  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; background: transparent url(Vilnius15_closelabel.gif) no-repeat center; margin: 5px 0; outline: none; }

  1. lbCaption, #lbNumber {

margin-right: 71px; }

  1. lbCaption {

font-weight: bold; }