slimbox/slimbox2-rtl.css

102 lines
1.5 KiB
CSS

/* SLIMBOX version 2015-05-01 */
#lbOverlay {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
cursor: pointer;
}
#lbCenter {
position: fixed;
z-index: 9999;
overflow: hidden;
background-color: #fff;
left: 50%;
}
#lbCenter.lbLoading {
background: #fff url(loading.gif) no-repeat center;
}
#lbCenter.lbLoading, #lbCenter.lbLoading #lbWindow {
transition: none;
-moz-transition: none;
-o-transition: all 0s ease;
-webkit-transition: none;
}
#lbImage {
position: absolute;
left: 50%;
top: 50%;
background-repeat: no-repeat;
background-position: center center;
width: 1px;
height: 1px;
}
#lbWindow {
position: relative;
border: 10px solid white;
height: 0px;
width: 0px;
overflow: hidden;
}
#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
}
#lbPrevLink {
right: 0;
}
#lbPrevLink:hover {
background: transparent url(prev.png) no-repeat 0 15%;
}
#lbNextLink {
right: 0;
}
#lbNextLink:hover {
background: transparent url(next.png) no-repeat 100% 15%;
}
#lbBottom {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: right;
border: 10px solid #fff;
border-top-style: none;
}
#lbCloseLink {
display: block;
float: left;
width: 79px;
height: 22px;
background: transparent url(close.png) no-repeat center;
margin: 5px 0;
outline: none;
}
#lbCaption, #lbNumber {
margin-left: 71px;
}
#lbCaption {
font-weight: bold;
}