Move git RSS link to github
[phpmyadmin-website.git] / css / slimbox.css
blob7750e8fcc70aff0a42ffdfdb776fa7ceb51062d4
1 /* SLIMBOX */
3 #lbOverlay {
4 position: absolute;
5 z-index: 9999;
6 left: 0;
7 width: 100%;
8 background-color: #000;
9 cursor: pointer;
12 #lbCenter, #lbBottomContainer {
13 position: absolute;
14 z-index: 9999;
15 left: 50%;
16 overflow: hidden;
17 background-color: #fff;
20 .lbLoading {
21 background: #fff url(${base_url}images/slimbox/loading.gif) no-repeat center;
24 #lbImage {
25 position: absolute;
26 left: 0;
27 top: 0;
28 border: 10px solid #fff;
29 background-repeat: no-repeat;
32 #lbPrevLink, #lbNextLink {
33 display: block;
34 position: absolute;
35 top: 0;
36 width: 50%;
37 outline: none;
40 #lbPrevLink {
41 left: 0;
44 #lbPrevLink:hover {
45 background: transparent url(${base_url}images/slimbox/prevlabel.gif) no-repeat 0% 15%;
48 #lbNextLink {
49 right: 0;
52 #lbNextLink:hover {
53 background: transparent url(${base_url}images/slimbox/nextlabel.gif) no-repeat 100% 15%;
56 #lbBottom {
57 color: #666;
58 line-height: 1.4em;
59 text-align: left;
60 border: 10px solid #fff;
61 border-top-style: none;
64 #lbCloseLink {
65 display: block;
66 float: right;
67 width: 66px;
68 height: 22px;
69 background: transparent url(${base_url}images/slimbox/closelabel.gif) no-repeat center;
70 margin: 5px 0;
71 outline: none;
74 #lbCaption, #lbNumber {
75 margin-right: 71px;
78 #lbCaption {
79 font-weight: bold;