Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F4926885
image.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Subscribers
None
image.css
View Options
/*
This is the master CSS file for the dojox.image project, and provides all
needed definitions for:
dojox.image.Lightbox
dojox.image.Gallery [which is a combination of:]
dojox.image.SlideShow
dojox.image.ThumbNailPicker
*/
/* dojox.image.Lightbox:base */
/* FIXME: should be be doing this? I want a black underlay, but this sets ALL dialogs to black,
but because it's decendant of body, i can't set this color any other way ... */
.
dijitDialogUnderlay
{
background-color
:
#000
;
}
.
dojoxLightbox
{
position
:
absolute
;
z-index
:
999
;
overflow
:
hidden
;
width
:
100
px
;
height
:
100
px
;
border
:
11
px
solid
#fff
;
background
:
#fff
url
(
'images/loading.gif'
)
no-repeat
center
center
;
/* special safari + FF specific rounding + shadows */
-webkit-
box-shadow
:
0
px
6
px
10
px
#636363
;
/* #adadad; */
-webkit-
border-radius
:
3
px
;
-moz-
border-radius
:
4
px
;
}
.
dojoxLightboxContainer
{
position
:
absolute
;
top
:
0
;
left
:
0
;
}
.
dojoxLightboxFooter
{
height
:
50
px
;
position
:
relative
;
bottom
:
0
;
left
:
0
;
margin-top
:
8
px
;
color
:
#333
;
z-index
:
1000
;
font-size
:
10
pt
;
}
.
dojoxLightboxGroupText
{
color
:
#666
;
font-size
:
8
pt
;
}
.
LightboxNext
,
.
LightboxPrev
,
.
LightboxClose
{
float
:
right
;
width
:
16
px
;
height
:
16
px
;
cursor
:
pointer
;
}
/* dojox.image.Lightbox:tundra */
.
tundra
.
LightboxClose
{
background
:
url
(
'../../../dijit/themes/tundra/images/tabClose.png'
)
no-repeat
center
center
;
}
.
tundra
.
LightboxNext
{
background
:
url
(
'../../../dijit/themes/tundra/images/arrowRight.png'
)
no-repeat
center
center
;
}
.
tundra
.
LightboxPrev
{
background
:
url
(
'../../../dijit/themes/tundra/images/arrowLeft.png'
)
no-repeat
center
center
;
}
/* dojox.image.Lightbox:soria */
.
soria
.
LightboxNext
,
.
soria
.
LightboxPrev
,
.
soria
.
LightboxClose
{
background
:
url
(
'../../../dijit/themes/soria/images/arrows.png'
)
no-repeat
center
center
;
background-position
:
-65
px
0
;
}
.
soria
.
LightboxNext
{
background-position
:
-48
px
0
;
}
.
soria
.
LightboxPrev
{
background-position
:
-16
px
0
;
}
/* dojox.image.SlideShow */
.
slideShowWrapper
{
position
:
relative
;
background
:
#fff
;
padding
:
8
px
;
border
:
1
px
solid
#333
;
padding-bottom
:
20
px
;
overflow
:
hidden
;
text-align
:
center
;
-moz-
border-radius
:
3
pt
;
-webkit-
border-radius
:
4
pt
;
-webkit-
drop-shadow
:
#ccc
4
pt
;
}
.
slideShowNav
{
position
:
absolute
;
bottom
:
-18
px
;
left
:
0
px
;
padding
:
0
px
3
px
2
px
0
px
;
background-color
:
#fff
;
width
:
100
%
;
}
.
slideShowNavWrapper
{
float
:
right
;
}
.
slideShowTitle
{
float
:
left
;
color
:
#333
;
font-size
:
10
pt
;
}
.
slideShowTitle
.
slideShowCounterText
{
font-size
:
6
pt
;
color
:
#666
;
}
.
slideShowHidden
{
position
:
absolute
;
display
:
none
;
height
:
1
px
;
width
:
1
px
;
}
.
slideShowImageWrapper
{
position
:
relative
;
text-align
:
center
;
margin-top
:
-42
px
;
float
:
left
;
width
:
100
%
;
}
.
slideShowImageWrapper
img
{
border
:
0
px
none
;
}
.
slideShowNotifier
{
background-color
:
red
;
width
:
100
px
;
height
:
5
px
;
font-size
:
1
%
;
/*IE hack to get around the Empty-Div bug*/
}
.
slideShowSlideShow
{
position
:
absolute
;
top
:
30
px
;
padding
:
0
5
px
;
border
:
0
px
;
text-decoration
:
none
;
color
:
#2e6ab1
;
}
.
slideShowLoading
{
background-color
:
#fad66a
;
}
.
slideShowLoaded
{
background-color
:
transparent
;
}
/*
.sprite-arrowbottom { background-position: 0 -30px; }
.sprite-arrowtop { background-position: 0 -430px; }
*/
.
slideShowCtrlPrev
{
background-position
:
-96
px
0
px
;
float
:
left
;
}
.
slideShowCtrlNext
{
background-position
:
-144
px
0
px
;
float
:
right
;
}
.
slideShowCtrlPlay
{
background-position
:
-190
px
0
px
;
position
:
absolute
;
}
.
slideShowPaused
.
slideShowCtrlPlay
{
background-position
:
-236
px
0
px
;
position
:
absolute
;
}
.
slideShowCtrl
span
.
slideShowCtrlHide
{
background-image
:
url
(
"images/1pixel.gif"
);
cursor
:
auto
;
}
.
slideShowCtrl
{
height
:
50
px
;
width
:
100
%
;
position
:
relative
;
z-index
:
999
;
float
:
left
;
}
.
slideShowCtrl
span
{
width
:
50
px
;
height
:
100
%
;
background-image
:
url
(
"images/buttons.png"
);
cursor
:
pointer
;
}
.
dj_ie6
.
slideShowCtrl
span
{
background-image
:
url
(
"images/buttons.gif"
);
}
.
dj_ie6
.
slideShowPager
li
.
currentpage
,
.
dj_ie6
.
pagination
li
.
disablepage
{
/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right
:
5
px
;
padding-right
:
0
;
}
/* dojox.image.ThumbnailPicker */
.
thumbWrapper
.
thumbNav
{
background-repeat
:
no-repeat
;
background-position
:
center
;
padding-top
:
1
px
;
width
:
30
px
;
height
:
100
%
;
}
.
thumbOuter
{
padding-bottom
:
2
px
;
}
.
thumbOuter
.
thumbHoriz
{
width
:
500
px
;
height
:
85
px
;
}
.
thumbOuter
.
thumbVert
{
width
:
100
px
;
height
:
400
px
;
}
.
thumbOuter
.
enabled
{
background
:
transparent
url
(
"images/buttons.png"
)
no-repeat
center
center
;
}
.
dj_ie6
.
thumbOuter
.
enabled
{
background-image
:
url
(
"images/buttons.gif"
);
}
.
thumbOuter
.
thumbNav
img
{
width
:
48
px
;
height
:
75
px
;
}
.
thumbOuter
.
thumbClickable
div
{
cursor
:
pointer
;
}
.
thumbOuter
.
prevHoriz
{
background-position
:
-96
px
12
px
;
position
:
relative
;
float
:
left
;
height
:
100
%
;
}
.
thumbOuter
.
nextHoriz
{
background-position
:
-144
px
12
px
;
position
:
relative
;
float
:
right
;
height
:
100
%
;
/* margin-top: -85px;*/
}
.
thumbOuter
.
prevVert
{
background-position
:
0
px
0
px
;
height
:
48
px
;
width
:
48
px
;
margin-left
:
24
px
;
}
.
thumbOuter
.
nextVert
{
background-position
:
-48
px
0
px
;
height
:
48
px
;
width
:
48
px
;
margin-left
:
24
px
;
}
.
thumbWrapper
img
{
height
:
75
px
;
max-width
:
100
px
;
width
:
expression
(
this
.
width
>
100
?
100
:
true
);
/*IE Hack*/
}
.
thumbWrapper
.
thumbNav
.
imageGalleryThumb
{
height
:
50
px
;
}
.
thumbWrapper
.
thumbNotifier
{
background-color
:
red
;
width
:
0
px
;
margin-left
:
2
px
;
height
:
5
px
;
font-size
:
1
%
;
/*IE hack to get around the Empty-Div bug*/
}
.
thumbWrapper
.
thumbLoaded
{
background-color
:
transparent
;
}
.
thumbScroller
{
overflow-x
:
hidden
;
overflow-y
:
hidden
;
white-space
:
nowrap
;
text-align
:
center
;
}
.
thumbHoriz
.
thumbScroller
{
width
:
500
px
;
height
:
85
px
;
float
:
left
;
}
.
thumbVert
.
thumbScroller
{
height
:
500
px
;
width
:
100
px
;
}
.
thumbWrapper
{
float
:
left
;
}
.
thumbVert
.
thumbWrapper
{
width
:
100
px
;
height
:
10
px
;
}
.
thumbHoriz
.
thumbWapper
{
height
:
85
px
;
width
:
10
px
;
}
.
thumbWrapper
.
thumbHoriz
div
{
float
:
left
;
padding-right
:
2
px
;
}
.
thumbWrapper
.
thumbVert
{
width
:
100
px
;
}
.
thumbWrapper
.
thumbVert
div
{
padding-bottom
:
2
px
;
}
/* dojox.image.Gallery */
.
imageGalleryWrapper
{
padding-bottom
:
20
px
;
text-align
:
center
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 20, 04:28 (2 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30045
Default Alt Text
image.css (6 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment