| 1 |
986
|
Ruebenwurz
|
/* SLIMBOX */
|
| 2 |
|
|
|
| 3 |
|
|
#lbOverlay {
|
| 4 |
|
|
position: fixed;
|
| 5 |
|
|
z-index: 9999;
|
| 6 |
|
|
left: 0;
|
| 7 |
|
|
top: 0;
|
| 8 |
|
|
width: 100%;
|
| 9 |
|
|
height: 100%;
|
| 10 |
|
|
background-color: #000;
|
| 11 |
|
|
cursor: pointer;
|
| 12 |
|
|
}
|
| 13 |
|
|
|
| 14 |
|
|
#lbCenter, #lbBottomContainer {
|
| 15 |
|
|
position: absolute;
|
| 16 |
|
|
z-index: 9999;
|
| 17 |
|
|
overflow: hidden;
|
| 18 |
|
|
background-color: #fff;
|
| 19 |
|
|
}
|
| 20 |
|
|
|
| 21 |
|
|
.lbLoading {
|
| 22 |
|
|
background: #fff url(images/loading.gif) no-repeat center;
|
| 23 |
|
|
}
|
| 24 |
|
|
|
| 25 |
|
|
#lbImage {
|
| 26 |
|
|
position: absolute;
|
| 27 |
|
|
left: 0;
|
| 28 |
|
|
top: 0;
|
| 29 |
|
|
border: 10px solid #fff;
|
| 30 |
|
|
background-repeat: no-repeat;
|
| 31 |
|
|
}
|
| 32 |
|
|
|
| 33 |
|
|
#lbPrevLink, #lbNextLink {
|
| 34 |
|
|
display: block;
|
| 35 |
|
|
position: absolute;
|
| 36 |
|
|
top: 0;
|
| 37 |
|
|
width: 50%;
|
| 38 |
|
|
outline: none;
|
| 39 |
|
|
}
|
| 40 |
|
|
|
| 41 |
|
|
#lbPrevLink {
|
| 42 |
|
|
left: 0;
|
| 43 |
|
|
}
|
| 44 |
|
|
|
| 45 |
|
|
#lbPrevLink:hover {
|
| 46 |
|
|
background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
|
| 47 |
|
|
}
|
| 48 |
|
|
|
| 49 |
|
|
#lbNextLink {
|
| 50 |
|
|
right: 0;
|
| 51 |
|
|
}
|
| 52 |
|
|
|
| 53 |
|
|
#lbNextLink:hover {
|
| 54 |
|
|
background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
|
| 55 |
|
|
}
|
| 56 |
|
|
|
| 57 |
|
|
#lbBottom {
|
| 58 |
|
|
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
|
| 59 |
|
|
font-size: 10px;
|
| 60 |
|
|
color: #666;
|
| 61 |
|
|
line-height: 1.4em;
|
| 62 |
|
|
text-align: left;
|
| 63 |
|
|
border: 10px solid #fff;
|
| 64 |
|
|
border-top-style: none;
|
| 65 |
|
|
}
|
| 66 |
|
|
|
| 67 |
|
|
#lbCloseLink {
|
| 68 |
|
|
display: block;
|
| 69 |
|
|
float: right;
|
| 70 |
|
|
width: 66px;
|
| 71 |
|
|
height: 22px;
|
| 72 |
|
|
background: transparent url(images/closelabel.gif) no-repeat center;
|
| 73 |
|
|
margin: 5px 0;
|
| 74 |
|
|
outline: none;
|
| 75 |
|
|
}
|
| 76 |
|
|
|
| 77 |
|
|
#lbCaption, #lbNumber {
|
| 78 |
|
|
margin-right: 71px;
|
| 79 |
|
|
}
|
| 80 |
|
|
|
| 81 |
|
|
#lbCaption {
|
| 82 |
|
|
font-weight: bold;
|
| 83 |
|
|
}
|