-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.css
54 lines (48 loc) · 1.3 KB
/
gallery.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#gallery_wrapper {
font-family: arial, sans-serif;
}
#gallery_wrapper .options {
width: 100%;
height: 50px;
bottom: 0;
left: 0;
position: absolute;
background: transparent url('options-bg.png') repeat;
}
#gallery_wrapper .left, #gallery_wrapper .right {
width: 19px;
height: 29px;
top: 12px;
position: absolute;
cursor: pointer;
}
#gallery_wrapper .left {
left: 20px;
background: transparent url('left.png') no-repeat;
}
#gallery_wrapper .right {
right: 20px;
background: transparent url('right.png') no-repeat;
}
#gallery_wrapper .close {
width: 26px;
height: 29px;
margin-left: -13px;
top: 12px;
left: 50%;
position: absolute;
background: transparent url('close.png') no-repeat;
cursor: pointer;
}
#gallery_wrapper .title {
width: 100%;
height: 30px;
top: 0;
left: 0;
position: absolute;
background: transparent url('options-bg.png') repeat;
font-size: 12px;
line-height: 30px;
color: #fff;
text-align: center;
}