This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.sass
106 lines (105 loc) · 2.95 KB
/
gallery.sass
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.ui-gallery
position: absolute
z-index: 100
overflow: visible
padding: 15px
.ui-gallery-container
position: relative
width: 100%
height: 100%
.ui-gallery-close
position: absolute
top: -12px
right: -12px
height: 30px
width: 30px
background: transparent url(images/close.png)
z-index: 1001
cursor: pointer
.ui-gallery-content
width: 100%
height: 100%
background: black
img
width: 100%
height: 100%
.ui-gallery-information
display: none
position: absolute
bottom: 0
width: 100%
height: auto
background: transparent url(/images/pngs/1x1/000/60.png) repeat scroll left top
border-top: 1px solid black
text-align: center
.ui-gallery-title
font-size: 16px
font-family: "Trebuchet MS", Tahoma, Arial, serif
color: white
padding: 2px 0
.ui-gallery-chooser
img
max-width: 80px
max-height: 80px
padding: 4px
&:hover
cursor: pointer
background: transparent url(/images/pngs/1x1/AAA/50.png) repeat scroll left top
.ie &
background-color: #aaaaaa
.ui-gallery-shadows
div
position: absolute
.ui-gallery-shadow-top
top: -18px
left: 0
width: 100%
height: 18px
background: transparent url(images/shadow/top.png) repeat-x
.ui-gallery-shadow-corder-top-right
top: -18px
right: -13px
width: 13px
height: 18px
background: transparent url(images/shadow/corner-top-right.png) no-repeat
.ui-gallery-shadow-right
top: 0
right: -13px
height: 100%
width: 13px
background: transparent url(images/shadow/right.png) repeat-y
.ui-gallery-shadow-corder-bottom-right
bottom: -18px
right: -13px
width: 13px
height: 18px
background: transparent url(images/shadow/corner-bottom-right.png) no-repeat
.ui-gallery-shadow-bottom
bottom: -18px
left: 0
width: 100%
height: 18px
background: transparent url(images/shadow/bottom.png) repeat-x
.ui-gallery-shadow-corder-bottom-left
bottom: -18px
left: -13px
width: 13px
height: 18px
background: transparent url(images/shadow/corner-bottom-left.png) no-repeat
.ui-gallery-shadow-left
left: -13px
top: 0
height: 100%
width: 13px
background: transparent url(images/shadow/left.png) repeat-y
.ui-gallery-shadow-corder-top-left
top: -18px
left: -13px
width: 13px
height: 18px
background: transparent url(images/shadow/corner-top-left.png) no-repeat
.ui-gallery-loading
background: black url(/images/loading_icons/loading_dark_transparent.gif) no-repeat center center
position: absolute
z-index: 1
margin: 15px