Primer commit del sistema avantika sin cambios
116
clearbox/config/default/cb_config.js
Executable file
@@ -0,0 +1,116 @@
|
||||
/*
|
||||
// ClearBox Config File (JavaScript)
|
||||
*/
|
||||
|
||||
var
|
||||
|
||||
// CB layout:
|
||||
|
||||
CB_WindowColor='#fff', // color of the CB window (note: you have to change the rounded-corner PNGs too!), transparent is also working
|
||||
CB_MinWidth=200, // minimum (only at images) or initial width of CB window
|
||||
CB_MinHeight=200, // initial heigth of CB window
|
||||
CB_WinPadd=15, // padding of the CB window from sides of the browser
|
||||
CB_RoundPix=12, // change this setting only if you are generating new PNGs for rounded corners
|
||||
CB_ImgBorder=0, // border size around the picture in CB window
|
||||
CB_ImgBorderColor='#ddd', // border color around the picture in CB window
|
||||
CB_Padd=4, // padding around inside the CB window
|
||||
|
||||
CB_BodyMarginLeft=0, //
|
||||
CB_BodyMarginRight=0, // if you set margin to <body>,
|
||||
CB_BodyMarginTop=0, // please change these settings!
|
||||
CB_BodyMarginBottom=0, //
|
||||
|
||||
CB_ShowThumbnails='auto', // it tells CB how to show the thumbnails ('auto', 'always' or 'off') thumbnails are only in picture-mode!
|
||||
CB_ThumbsBGColor='#000', // color of the thumbnail layer
|
||||
CB_ThumbsBGOpacity=.35, // opacity of the thumbnail layer
|
||||
CB_ActThumbOpacity=.65, // thumbnail opacity of the current viewed image
|
||||
|
||||
CB_SlideShowBarColor='#fff', // color of the slideshow bar
|
||||
CB_SlideShowBarOpacity=.5, // opacity of the slideshow bar
|
||||
CB_SlideShowBarPadd=17, // padding of the slideshow bar (left and right)
|
||||
CB_SlideShowBarTop=2, // position of the slideshow bar from the top of the picture
|
||||
|
||||
CB_SimpleDesign='off', // if it's 'on', CB doesn't show the frame but only the content - really nice ;)
|
||||
|
||||
CB_CloseBtnTop=-10, // vertical position of the close button in picture mode
|
||||
CB_CloseBtnRight=-14, // horizontal position of the close button in picture mode
|
||||
CB_CloseBtn2Top=-20, // vertical position of the close button in content mode
|
||||
CB_CloseBtn2Right=-30, // horizontal position of the close button in content mode
|
||||
|
||||
CB_OSD='on', // turns on OSD
|
||||
CB_OSDShowReady='off', // when clearbox is loaded and ready, it shows an OSD message
|
||||
|
||||
// CB font, text and navigation (at the bottom of CB window) settings:
|
||||
|
||||
CB_FontT='helvetica, arial, sans-serif', //
|
||||
CB_FontSizeT=13, // these variables are referring to the title or caption line
|
||||
CB_FontColorT='#777', //
|
||||
CB_FontWeightT='normal', //
|
||||
|
||||
CB_FontC='helvetica, arial, sans-serif', //
|
||||
CB_FontSizeC=11, // these variables are referring to
|
||||
CB_FontColorC='#999', // comment lines under the title
|
||||
CB_FontWeightC='normal', //
|
||||
CB_TextAlignC='justify', //
|
||||
CB_txtHCMax=120, // maximum height of the comment box in pixels
|
||||
|
||||
CB_FontG='helvetica, arial, sans-serif', //
|
||||
CB_FontSizeG=11, // these variables are referring to the gallery name
|
||||
CB_FontColorG='#aaa', //
|
||||
CB_FontWeightG='normal', //
|
||||
|
||||
CB_PadT=10, // space in pixels between the content and the title or caption line
|
||||
|
||||
CB_OuterNavigation='off', // turns outer navigation panel on
|
||||
|
||||
CB_ShowURL='off', // it shows the url of the content if no title or caption is given
|
||||
CB_ItemNum='on', // it shows the ordinal number of the content in galleries
|
||||
CB_ItemNumBracket='()', // whatever you want ;)
|
||||
|
||||
CB_ShowGalName='on', // it shows gallery name
|
||||
CB_TextNav='on', // it shows previous and next navigation
|
||||
CB_NavTextImgPrvNxt='on', // it shows previous and next buttons instead of text
|
||||
CB_ShowDL='on', // it shows download controls
|
||||
CB_NavTextImgDL='on', // it shows download buttons instead of text
|
||||
|
||||
CB_ImgRotation='on', // it shows the image rotation controls
|
||||
CB_NavTextImgRot='on', // it shows the image rotation buttons instead of text
|
||||
|
||||
// Settings of the document-hiding layer:
|
||||
|
||||
CB_HideColor='#000', // color of the layer
|
||||
CB_HideOpacity=.9, // opacity (0 is invisible, 1 is 100% color) of the layer
|
||||
CB_HideOpacitySpeed=400, // speed of fading
|
||||
CB_CloseOnH='on', // CB will close, if you click on background
|
||||
|
||||
// CB animation settings:
|
||||
|
||||
CB_Animation='double', // 'double', 'normal', 'off', 'grow', 'growinout' or 'warp' (high cpu usage)
|
||||
CB_ImgOpacitySpeed=300, // speed of content fading (in ms)
|
||||
CB_TextOpacitySpeed=300, // speed of text fading under the picture (in ms)
|
||||
CB_AnimSpeed=300, // speed of the resizing animation of CB window (in ms)
|
||||
CB_ImgTextFade='on', // turns on or off the fading of content and text
|
||||
CB_FlashHide='off', // it hides flash animations on the page before CB starts
|
||||
CB_SelectsHide='on', // it hides select boxes on the page before CB starts
|
||||
CB_SlShowTime=5, // default speed of the slideshow (in sec)
|
||||
CB_Preload='on', // preload neighbour pictures in galleries
|
||||
CB_ShowLoading='off', // NOT WORKING IN THIS VERSION (3.5beta)
|
||||
|
||||
// Images using by CB settings:
|
||||
|
||||
CB_PictureStart='start.png', //
|
||||
CB_PicturePause='pause.png', //
|
||||
CB_PictureClose='close.png', // filenames of some images using by clearbox
|
||||
CB_PictureNext='next.png', // (there are other images specified in clearbox.css!)
|
||||
CB_PicturePrev='prev.png', //
|
||||
|
||||
// CB professional settings:
|
||||
|
||||
CB_PicDir=CB_ScriptDir+'/config/'+CB_Config+'/pic', // CHANGE ONLY IF YOU CHANGED THE DEFAULT DIRECTORY-STRUCTURE OF CB!
|
||||
|
||||
CB_AllowedToRun='on', // if 'off', CB won't start (you can change this variable without reload!)
|
||||
CB_AllowExtFunctLoad='off', // if 'on', CB will run a function named CB_ExternalFunctionLoad(); every time after a new content has loaded (useful for audit, etc)
|
||||
CB_AllowExtFunctPageLoad='off', // if 'on', CB will run a function named CB_ExternalFunctionPageLoad(); after your page has fully loaded
|
||||
CB_AllowExtFunctCBClose='off ' // if 'on', CB will run a function named CB_ExternalFunctionCBClose(); after CB window has closed
|
||||
|
||||
;
|
||||
450
clearbox/config/default/cb_style.css
Executable file
@@ -0,0 +1,450 @@
|
||||
/*
|
||||
// ClearBox Config File (CSS)
|
||||
*/
|
||||
|
||||
#CB_LoadingImage, .CB_TextNav, #CB_ShowTh, #CB_Thumbs2, #CB_Thumbs, .CB_RoundPixBugFix, #CB_Padding, #CB_ImgContainer, #CB_PrevNext, #CB_ContentHide, #CB_Text, #CB_Window, #CB_Image, #CB_TopLeft, #CB_Top, #CB_TopRight, #CB_Left, #CB_Content, #CB_Right, #CB_BtmLeft, #CB_Btm, #CB_BtmRight, #CB_Prev, #CB_Prev:hover, #CB_Prev:focus, #CB_Prev:active, #CB_Next, #CB_Next:hover, #CB_Next:focus, #CB_Next:active, #CB_CloseWindow, #CB_SlideShowS, #CB_SlideShowP, #CB_SlideShowBar {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
outline-style: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#CB_Text,
|
||||
#CB_Text *,
|
||||
#CB_HiddenTextT,
|
||||
#CB_HiddenTextT *,
|
||||
#CB_HiddenTextC,
|
||||
#CB_HiddenTextC *,
|
||||
#CB_HiddenTextG,
|
||||
#CB_HiddenTextG *,
|
||||
#CB_OSD {
|
||||
line-height: normal;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
|
||||
#CB_LoadingImage {
|
||||
position: absolute;
|
||||
left: -10000px;
|
||||
top: -10000px;
|
||||
margin-left: -16px;
|
||||
margin-top: -16px;
|
||||
visibility: hidden;
|
||||
z-index: 1101;
|
||||
}
|
||||
|
||||
.CB_Absolute {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#CB_NotImgContent {
|
||||
position: absolute;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
#CB_NotIC, #CB_NotImgContent {
|
||||
border: none;
|
||||
outline-style: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#CB_Window {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 0px;
|
||||
border-spacing: 0px;
|
||||
border-width: 0px;
|
||||
border-collapse: separate;
|
||||
visibility: hidden;
|
||||
z-index: 1100;
|
||||
}
|
||||
|
||||
.CB_Sep {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.CB_TnThumbs {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
border: 0px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.CB_BtmNav {
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
#CB_ImgHide {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: 1098;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_ShowTh {
|
||||
width: 100%;
|
||||
height: 20%;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: 1097;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Thumbs {
|
||||
display: none;
|
||||
height: 62px;
|
||||
padding-top: 10px;
|
||||
position: absolute;
|
||||
z-index: 1100;
|
||||
overflow: hidden;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Thumbs2 {
|
||||
margin: auto 0;
|
||||
height: 52px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.CB_ThumbsImg {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
#CB_ThumbsActImg {
|
||||
cursor: default;
|
||||
border: 1px dotted #fff;
|
||||
}
|
||||
|
||||
.CB_RoundPixBugFix {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
font-family: arial;
|
||||
font-size: 1pt;
|
||||
}
|
||||
|
||||
#CB_ImgContainer {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#CB_PrevNext {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: 1002;
|
||||
}
|
||||
|
||||
#CB_NavPrev, #CB_NavNext {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: 1001;
|
||||
top: 47%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_NavPrev {
|
||||
left: 18px;
|
||||
}
|
||||
|
||||
#CB_NavNext {
|
||||
right: 14px;
|
||||
}
|
||||
|
||||
#CB_ContentHide {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_OSD {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
z-index: 5000;
|
||||
font-size: 22px;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#CB_Image {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CB_TopLeft {
|
||||
background-image:url(pic/s_topleft.png);
|
||||
background-position:right bottom;
|
||||
}
|
||||
|
||||
#CB_Top {
|
||||
background-image:url(pic/s_top.png);
|
||||
background-position:left bottom;
|
||||
}
|
||||
|
||||
#CB_TopRight {
|
||||
background-image:url(pic/s_topright.png);
|
||||
background-position:left bottom;
|
||||
}
|
||||
|
||||
#CB_Left {
|
||||
background-image:url(pic/s_left.png);
|
||||
background-position:right top;
|
||||
}
|
||||
|
||||
#CB_Right {
|
||||
background-image:url(pic/s_right.png);
|
||||
background-position:left top;
|
||||
}
|
||||
|
||||
#CB_BtmLeft {
|
||||
background-image:url(pic/s_btmleft.png);
|
||||
background-position:right top;
|
||||
}
|
||||
|
||||
#CB_Btm {
|
||||
background-image:url(pic/s_btm.png);
|
||||
background-position:left top;
|
||||
}
|
||||
|
||||
#CB_BtmRight {
|
||||
background-image:url(pic/s_btmright.png);
|
||||
background-position:left top;
|
||||
}
|
||||
|
||||
#CB_Prev, #CB_Next {
|
||||
background: transparent url(pic/blank.gif) no-repeat scroll 0%;
|
||||
display: block;
|
||||
width: 49%;
|
||||
cursor: pointer;
|
||||
z-index: 1102;
|
||||
}
|
||||
|
||||
.CB_TextNav {
|
||||
text-decoration: underline;
|
||||
padding-right: 5px;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.CB_TextNav:hover {
|
||||
text-decoration: underline;
|
||||
color: #555;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#CB_Prev {
|
||||
float: left;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Next {
|
||||
float: right;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Prev:hover {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#CB_Next:hover {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#CB_CloseWindow {
|
||||
position: absolute;
|
||||
z-index: 1104;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_SlideShowS, #CB_SlideShowP {
|
||||
position: absolute;
|
||||
left: -11px;
|
||||
top: -10px;
|
||||
z-index: 1104;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_SlideShowBar {
|
||||
width: 0px;
|
||||
position: fixed;
|
||||
height: 2px;
|
||||
display: none;
|
||||
z-index: 1102;
|
||||
}
|
||||
|
||||
#CB_Text {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#CB_TT, #CB_TC {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CB_TT, #CB_HiddenTextT {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#CB_TC {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#CB_HiddenTextT,
|
||||
#CB_HiddenTextC,
|
||||
#CB_HiddenTextG {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: -1000;
|
||||
top: -100000px;
|
||||
left: -100000px;
|
||||
}
|
||||
|
||||
.CB_PreloadBugFix {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
z-index: -1000;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#CB_Debug,
|
||||
#CB_Debug a,
|
||||
.dbg_1,
|
||||
.dbg_2,
|
||||
.dbg_2a,
|
||||
.dbg_3,
|
||||
.dbg_3a,
|
||||
.dbg_4,
|
||||
.dbg_5 {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none transparent;
|
||||
letter-spacing: 0px;
|
||||
line-height: normal;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
font-style: none;
|
||||
}
|
||||
|
||||
#CB_Debug {
|
||||
display: none;
|
||||
background: #000 none;
|
||||
width: 280px;
|
||||
padding: 10px;
|
||||
z-index: 5000;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.dbg_1 {
|
||||
color: #fff;
|
||||
padding-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dbg_2,
|
||||
.dbg_2a {
|
||||
color: #999;
|
||||
padding: 10px 0px 0px 20px;
|
||||
}
|
||||
|
||||
.dbg_2a {
|
||||
color: #ff8800;
|
||||
}
|
||||
|
||||
.dbg_3 {
|
||||
color: #fff;
|
||||
padding-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dbg_4 {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dbg_5 {
|
||||
color: #fff;
|
||||
margin: 15px 0px 5px 0px;
|
||||
border-bottom: 5px dotted #ccc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#CB_Debug a {
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted #999;
|
||||
}
|
||||
|
||||
#CB_Debug .dbg_2a a {
|
||||
color: #ff8800;
|
||||
border-bottom: 1px dotted #ff8800;
|
||||
}
|
||||
|
||||
#CB_Debug a:hover,
|
||||
#CB_Debug .dbg_2a a:hover {
|
||||
color: #fff;
|
||||
border-bottom: 1px dotted #fff;
|
||||
}
|
||||
|
||||
#CB_OutNavContainer {
|
||||
display: none;
|
||||
z-index: 5000;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
padding-bottom: 20px;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
#CB_OutNavG {
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#CB_OutNavB, #CB_OutNavBG {
|
||||
width: 180px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#CB_OutNavB {
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#CB_OutNavBG {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-left: -90px;
|
||||
bottom: 20px;
|
||||
background: transparent url(pic/on_bg.png) no-repeat;
|
||||
}
|
||||
|
||||
#CB_OutNavB a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_OutNavB a img {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CB_OutNavB a:hover img {
|
||||
top: -50px;
|
||||
}
|
||||
BIN
clearbox/config/default/pic/blank.gif
Executable file
|
After Width: | Height: | Size: 43 B |
BIN
clearbox/config/default/pic/btm_dl.gif
Executable file
|
After Width: | Height: | Size: 359 B |
BIN
clearbox/config/default/pic/btm_max.gif
Executable file
|
After Width: | Height: | Size: 242 B |
BIN
clearbox/config/default/pic/btm_next.gif
Executable file
|
After Width: | Height: | Size: 359 B |
BIN
clearbox/config/default/pic/btm_prev.gif
Executable file
|
After Width: | Height: | Size: 359 B |
BIN
clearbox/config/default/pic/btm_rot_l.gif
Executable file
|
After Width: | Height: | Size: 395 B |
BIN
clearbox/config/default/pic/btm_rot_r.gif
Executable file
|
After Width: | Height: | Size: 393 B |
BIN
clearbox/config/default/pic/close.png
Executable file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
clearbox/config/default/pic/loading.gif
Executable file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
clearbox/config/default/pic/next.png
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
clearbox/config/default/pic/next_outer.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/default/pic/no_flash.gif
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
clearbox/config/default/pic/no_html.gif
Executable file
|
After Width: | Height: | Size: 777 B |
BIN
clearbox/config/default/pic/no_iframe.gif
Executable file
|
After Width: | Height: | Size: 788 B |
BIN
clearbox/config/default/pic/no_image.gif
Executable file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
clearbox/config/default/pic/no_inner.gif
Executable file
|
After Width: | Height: | Size: 781 B |
BIN
clearbox/config/default/pic/no_quicktime.gif
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
clearbox/config/default/pic/no_winmedia.gif
Executable file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
clearbox/config/default/pic/no_winmediaavi.gif
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
clearbox/config/default/pic/no_winmediamp3.gif
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
clearbox/config/default/pic/no_winmediampg.gif
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
clearbox/config/default/pic/no_winmediawav.gif
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
clearbox/config/default/pic/no_winmediawma.gif
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
clearbox/config/default/pic/no_winmediawmv.gif
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
clearbox/config/default/pic/no_youtube.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/default/pic/on_bg.png
Executable file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
clearbox/config/default/pic/pause.png
Executable file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
clearbox/config/default/pic/pause_outer.gif
Executable file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
clearbox/config/default/pic/prev.png
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
clearbox/config/default/pic/prev_outer.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/default/pic/rot_l_outer.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/default/pic/rot_r_outer.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/default/pic/s_btm.png
Executable file
|
After Width: | Height: | Size: 404 B |
BIN
clearbox/config/default/pic/s_btmleft.png
Executable file
|
After Width: | Height: | Size: 291 B |
BIN
clearbox/config/default/pic/s_btmright.png
Executable file
|
After Width: | Height: | Size: 302 B |
BIN
clearbox/config/default/pic/s_left.png
Executable file
|
After Width: | Height: | Size: 856 B |
BIN
clearbox/config/default/pic/s_right.png
Executable file
|
After Width: | Height: | Size: 855 B |
BIN
clearbox/config/default/pic/s_top.png
Executable file
|
After Width: | Height: | Size: 405 B |
BIN
clearbox/config/default/pic/s_topleft.png
Executable file
|
After Width: | Height: | Size: 275 B |
BIN
clearbox/config/default/pic/s_topright.png
Executable file
|
After Width: | Height: | Size: 294 B |
BIN
clearbox/config/default/pic/start.png
Executable file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
clearbox/config/default/pic/start_outer.gif
Executable file
|
After Width: | Height: | Size: 2.2 KiB |
116
clearbox/config/grow_transparent/cb_config.js
Executable file
@@ -0,0 +1,116 @@
|
||||
/*
|
||||
// ClearBox Config File (JavaScript)
|
||||
*/
|
||||
|
||||
var
|
||||
|
||||
// CB layout:
|
||||
|
||||
CB_WindowColor='transparent', // color of the CB window (note: you have to change the rounded-corner PNGs too!), transparent is also working
|
||||
CB_MinWidth=120, // minimum (only at images) or initial width of CB window
|
||||
CB_MinHeight=120, // initial heigth of CB window
|
||||
CB_WinPadd=25, // padding of the CB window from sides of the browser
|
||||
CB_RoundPix=0, // change this setting only if you are generating new PNGs for rounded corners
|
||||
CB_ImgBorder=0, // border size around the picture in CB window
|
||||
CB_ImgBorderColor='#ddd', // border color around the picture in CB window
|
||||
CB_Padd=3, // padding around inside the CB window
|
||||
|
||||
CB_BodyMarginLeft=0, //
|
||||
CB_BodyMarginRight=0, // if you set margin to <body>,
|
||||
CB_BodyMarginTop=0, // please change these settings!
|
||||
CB_BodyMarginBottom=0, //
|
||||
|
||||
CB_ShowThumbnails='auto', // it tells CB how to show the thumbnails ('auto', 'always' or 'off') thumbnails are only in picture-mode!
|
||||
CB_ThumbsBGColor='#000', // color of the thumbnail layer
|
||||
CB_ThumbsBGOpacity=.75, // opacity of the thumbnail layer
|
||||
CB_ActThumbOpacity=.5, // thumbnail opacity of the current viewed image
|
||||
|
||||
CB_SlideShowBarColor='#000', // color of the slideshow bar
|
||||
CB_SlideShowBarOpacity=.5, // opacity of the slideshow bar
|
||||
CB_SlideShowBarPadd=2, // padding of the slideshow bar (left and right)
|
||||
CB_SlideShowBarTop=2, // position of the slideshow bar from the top of the picture
|
||||
|
||||
CB_SimpleDesign='off', // if it's 'on', CB doesn't show the frame but only the content - really nice ;)
|
||||
|
||||
CB_CloseBtnTop=-14, // vertical position of the close button in picture mode
|
||||
CB_CloseBtnRight=-27, // horizontal position of the close button in picture mode
|
||||
CB_CloseBtn2Top=-14, // vertical position of the close button in content mode
|
||||
CB_CloseBtn2Right=-27, // horizontal position of the close button in content mode
|
||||
|
||||
CB_OSD='on', // turns on OSD
|
||||
CB_OSDShowReady='on', // when clearbox is loaded and ready, it shows an OSD message
|
||||
|
||||
// CB font, text and navigation (at the bottom of CB window) settings:
|
||||
|
||||
CB_FontT='helvetica, arial, sans-serif', //
|
||||
CB_FontSizeT=12, // these variables are referring to the title or caption line
|
||||
CB_FontColorT='#777', //
|
||||
CB_FontWeightT='normal', //
|
||||
|
||||
CB_FontC='helvetica, arial, sans-serif', //
|
||||
CB_FontSizeC=11, // these variables are referring to
|
||||
CB_FontColorC='#aaa', // comment lines under the title
|
||||
CB_FontWeightC='normal', //
|
||||
CB_TextAlignC='justify', //
|
||||
CB_txtHCMax=120, // maximum height of the comment box in pixels
|
||||
|
||||
CB_FontG='helvetica, arial, sans-serif', //
|
||||
CB_FontSizeG=11, // these variables are referring to the gallery name
|
||||
CB_FontColorG='#999', //
|
||||
CB_FontWeightG='normal', //
|
||||
|
||||
CB_PadT=10, // space in pixels between the content and the title or caption line
|
||||
|
||||
CB_OuterNavigation='on', // turns outer navigation panel on
|
||||
|
||||
CB_ShowURL='off', // it shows the url of the content if no title or caption is given
|
||||
CB_ItemNum='on', // it shows the ordinal number of the content in galleries
|
||||
CB_ItemNumBracket='()', // whatever you want ;)
|
||||
|
||||
CB_ShowGalName='on', // it shows gallery name
|
||||
CB_TextNav='on', // it shows previous and next navigation
|
||||
CB_NavTextImgPrvNxt='on', // it shows previous and next buttons instead of text
|
||||
CB_ShowDL='on', // it shows download controls
|
||||
CB_NavTextImgDL='on', // it shows download buttons instead of text
|
||||
|
||||
CB_ImgRotation='on', // it shows the image rotation controls
|
||||
CB_NavTextImgRot='on', // it shows the image rotation buttons instead of text
|
||||
|
||||
// Settings of the document-hiding layer:
|
||||
|
||||
CB_HideColor='#000', // color of the layer
|
||||
CB_HideOpacity=.9, // opacity (0 is invisible, 1 is 100% color) of the layer
|
||||
CB_HideOpacitySpeed=400, // speed of fading
|
||||
CB_CloseOnH='on', // CB will close, if you click on background
|
||||
|
||||
// CB animation settings:
|
||||
|
||||
CB_Animation='grow', // 'double', 'normal', 'off', 'grow' or 'warp' (high cpu usage)
|
||||
CB_ImgOpacitySpeed=450, // speed of content fading (in ms)
|
||||
CB_TextOpacitySpeed=350, // speed of text fading under the picture (in ms)
|
||||
CB_AnimSpeed=400, // speed of the resizing animation of CB window (in ms)
|
||||
CB_ImgTextFade='on', // turns on or off the fading of content and text
|
||||
CB_FlashHide='off', // it hides flash animations on the page before CB starts
|
||||
CB_SelectsHide='on', // it hides select boxes on the page before CB starts
|
||||
CB_SlShowTime=7, // default speed of the slideshow (in sec)
|
||||
CB_Preload='on', // preload neighbour pictures in galleries
|
||||
CB_ShowLoading='off', // NOT WORKING IN THIS VERSION (3.5beta)
|
||||
|
||||
// Images using by CB settings:
|
||||
|
||||
CB_PictureStart='start.png', //
|
||||
CB_PicturePause='pause.png', //
|
||||
CB_PictureClose='close.png', // filenames of some images using by clearbox
|
||||
CB_PictureNext='next.png', // (there are other images specified in clearbox.css!)
|
||||
CB_PicturePrev='prev.png', //
|
||||
|
||||
// CB professional settings:
|
||||
|
||||
CB_PicDir=CB_ScriptDir+'/config/'+CB_Config+'/pic', // CHANGE ONLY IF YOU CHANGED THE DEFAULT DIRECTORY-STRUCTURE OF CB!
|
||||
|
||||
CB_AllowedToRun='on', // if 'off', CB won't start (you can change this variable without reload!)
|
||||
CB_AllowExtFunctLoad='off', // if 'on', CB will run a function named CB_ExternalFunctionLoad(); every time after a new content has loaded (useful for audit, etc)
|
||||
CB_AllowExtFunctPageLoad='off', // if 'on', CB will run a function named CB_ExternalFunctionPageLoad(); after your page has fully loaded
|
||||
CB_AllowExtFunctCBClose='off' // if 'on', CB will run a function named CB_ExternalFunctionCBClose(); after CB window has closed
|
||||
|
||||
;
|
||||
450
clearbox/config/grow_transparent/cb_style.css
Executable file
@@ -0,0 +1,450 @@
|
||||
/*
|
||||
// ClearBox Config File (CSS)
|
||||
*/
|
||||
|
||||
#CB_LoadingImage, .CB_TextNav, #CB_ShowTh, #CB_Thumbs2, #CB_Thumbs, .CB_RoundPixBugFix, #CB_Padding, #CB_ImgContainer, #CB_PrevNext, #CB_ContentHide, #CB_Text, #CB_Window, #CB_Image, #CB_TopLeft, #CB_Top, #CB_TopRight, #CB_Left, #CB_Content, #CB_Right, #CB_BtmLeft, #CB_Btm, #CB_BtmRight, #CB_Prev, #CB_Prev:hover, #CB_Prev:focus, #CB_Prev:active, #CB_Next, #CB_Next:hover, #CB_Next:focus, #CB_Next:active, #CB_CloseWindow, #CB_SlideShowS, #CB_SlideShowP, #CB_SlideShowBar {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
outline-style: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#CB_Text,
|
||||
#CB_Text *,
|
||||
#CB_HiddenTextT,
|
||||
#CB_HiddenTextT *,
|
||||
#CB_HiddenTextC,
|
||||
#CB_HiddenTextC *,
|
||||
#CB_HiddenTextG,
|
||||
#CB_HiddenTextG *,
|
||||
#CB_OSD {
|
||||
line-height: normal;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
|
||||
#CB_LoadingImage {
|
||||
position: absolute;
|
||||
left: -10000px;
|
||||
top: -10000px;
|
||||
margin-left: -16px;
|
||||
margin-top: -16px;
|
||||
visibility: hidden;
|
||||
z-index: 1101;
|
||||
}
|
||||
|
||||
.CB_Absolute {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#CB_NotImgContent {
|
||||
position: absolute;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
#CB_NotIC, #CB_NotImgContent {
|
||||
border: none;
|
||||
outline-style: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#CB_Window {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 0px;
|
||||
border-spacing: 0px;
|
||||
border-width: 0px;
|
||||
border-collapse: separate;
|
||||
visibility: hidden;
|
||||
z-index: 1100;
|
||||
}
|
||||
|
||||
.CB_Sep {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.CB_TnThumbs {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
border: 0px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.CB_BtmNav {
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
#CB_ImgHide {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: 1098;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_ShowTh {
|
||||
width: 100%;
|
||||
height: 20%;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: 1097;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Thumbs {
|
||||
display: none;
|
||||
height: 62px;
|
||||
padding-top: 10px;
|
||||
position: absolute;
|
||||
z-index: 1100;
|
||||
overflow: hidden;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Thumbs2 {
|
||||
margin: auto 0;
|
||||
height: 52px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.CB_ThumbsImg {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
#CB_ThumbsActImg {
|
||||
cursor: default;
|
||||
border: 1px dotted #000;
|
||||
}
|
||||
|
||||
.CB_RoundPixBugFix {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
font-family: arial;
|
||||
font-size: 1pt;
|
||||
}
|
||||
|
||||
#CB_ImgContainer {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#CB_PrevNext {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: 1002;
|
||||
}
|
||||
|
||||
#CB_NavPrev, #CB_NavNext {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: 1001;
|
||||
top: 47%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_NavPrev {
|
||||
left: 18px;
|
||||
}
|
||||
|
||||
#CB_NavNext {
|
||||
right: 14px;
|
||||
}
|
||||
|
||||
#CB_ContentHide {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_OSD {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
z-index: 5000;
|
||||
font-size: 22px;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#CB_Image {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CB_TopLeft {
|
||||
background-image:url(pic/s_topleft.png);
|
||||
background-position:right bottom;
|
||||
}
|
||||
|
||||
#CB_Top {
|
||||
background-image:url(pic/s_top.png);
|
||||
background-position:left bottom;
|
||||
}
|
||||
|
||||
#CB_TopRight {
|
||||
background-image:url(pic/s_topright.png);
|
||||
background-position:left bottom;
|
||||
}
|
||||
|
||||
#CB_Left {
|
||||
background-image:url(pic/s_left.png);
|
||||
background-position:right top;
|
||||
}
|
||||
|
||||
#CB_Right {
|
||||
background-image:url(pic/s_right.png);
|
||||
background-position:left top;
|
||||
}
|
||||
|
||||
#CB_BtmLeft {
|
||||
background-image:url(pic/s_btmleft.png);
|
||||
background-position:right top;
|
||||
}
|
||||
|
||||
#CB_Btm {
|
||||
background-image:url(pic/s_btm.png);
|
||||
background-position:left top;
|
||||
}
|
||||
|
||||
#CB_BtmRight {
|
||||
background-image:url(pic/s_btmright.png);
|
||||
background-position:left top;
|
||||
}
|
||||
|
||||
#CB_Prev, #CB_Next {
|
||||
background: transparent url(pic/blank.gif) no-repeat scroll 0%;
|
||||
display: block;
|
||||
width: 49%;
|
||||
cursor: pointer;
|
||||
z-index: 1102;
|
||||
}
|
||||
|
||||
.CB_TextNav {
|
||||
text-decoration: underline;
|
||||
padding-right: 5px;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.CB_TextNav:hover {
|
||||
text-decoration: underline;
|
||||
color: #555;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#CB_Prev {
|
||||
float: left;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Next {
|
||||
float: right;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Prev:hover {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#CB_Next:hover {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#CB_CloseWindow {
|
||||
position: absolute;
|
||||
z-index: 1104;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_SlideShowS, #CB_SlideShowP {
|
||||
position: absolute;
|
||||
left: -27px;
|
||||
top: -14px;
|
||||
z-index: 1104;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_SlideShowBar {
|
||||
width: 0px;
|
||||
position: fixed;
|
||||
height: 2px;
|
||||
display: none;
|
||||
z-index: 1102;
|
||||
}
|
||||
|
||||
#CB_Text {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#CB_TT, #CB_TC {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CB_TT, #CB_HiddenTextT {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#CB_TC {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#CB_HiddenTextT,
|
||||
#CB_HiddenTextC,
|
||||
#CB_HiddenTextG {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: -1000;
|
||||
top: -100000px;
|
||||
left: -100000px;
|
||||
}
|
||||
|
||||
.CB_PreloadBugFix {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
z-index: -1000;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#CB_Debug,
|
||||
#CB_Debug a,
|
||||
.dbg_1,
|
||||
.dbg_2,
|
||||
.dbg_2a,
|
||||
.dbg_3,
|
||||
.dbg_3a,
|
||||
.dbg_4,
|
||||
.dbg_5 {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none transparent;
|
||||
letter-spacing: 0px;
|
||||
line-height: normal;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
font-style: none;
|
||||
}
|
||||
|
||||
#CB_Debug {
|
||||
display: none;
|
||||
background: #000 none;
|
||||
width: 280px;
|
||||
padding: 10px;
|
||||
z-index: 5000;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.dbg_1 {
|
||||
color: #fff;
|
||||
padding-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dbg_2,
|
||||
.dbg_2a {
|
||||
color: #999;
|
||||
padding: 10px 0px 0px 20px;
|
||||
}
|
||||
|
||||
.dbg_2a {
|
||||
color: #ff8800;
|
||||
}
|
||||
|
||||
.dbg_3 {
|
||||
color: #fff;
|
||||
padding-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dbg_4 {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dbg_5 {
|
||||
color: #fff;
|
||||
margin: 15px 0px 5px 0px;
|
||||
border-bottom: 5px dotted #ccc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#CB_Debug a {
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted #999;
|
||||
}
|
||||
|
||||
#CB_Debug .dbg_2a a {
|
||||
color: #ff8800;
|
||||
border-bottom: 1px dotted #ff8800;
|
||||
}
|
||||
|
||||
#CB_Debug a:hover,
|
||||
#CB_Debug .dbg_2a a:hover {
|
||||
color: #fff;
|
||||
border-bottom: 1px dotted #fff;
|
||||
}
|
||||
|
||||
#CB_OutNavContainer {
|
||||
display: none;
|
||||
z-index: 5000;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
padding-bottom: 20px;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
#CB_OutNavG {
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#CB_OutNavB, #CB_OutNavBG {
|
||||
width: 180px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#CB_OutNavB {
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#CB_OutNavBG {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-left: -90px;
|
||||
bottom: 20px;
|
||||
background: transparent url(pic/on_bg.png) no-repeat;
|
||||
}
|
||||
|
||||
#CB_OutNavB a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_OutNavB a img {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CB_OutNavB a:hover img {
|
||||
top: -50px;
|
||||
}
|
||||
BIN
clearbox/config/grow_transparent/pic/blank.gif
Executable file
|
After Width: | Height: | Size: 43 B |
BIN
clearbox/config/grow_transparent/pic/btm_dl.gif
Executable file
|
After Width: | Height: | Size: 221 B |
BIN
clearbox/config/grow_transparent/pic/btm_max.gif
Executable file
|
After Width: | Height: | Size: 157 B |
BIN
clearbox/config/grow_transparent/pic/btm_next.gif
Executable file
|
After Width: | Height: | Size: 220 B |
BIN
clearbox/config/grow_transparent/pic/btm_prev.gif
Executable file
|
After Width: | Height: | Size: 221 B |
BIN
clearbox/config/grow_transparent/pic/btm_rot_l.gif
Executable file
|
After Width: | Height: | Size: 394 B |
BIN
clearbox/config/grow_transparent/pic/btm_rot_r.gif
Executable file
|
After Width: | Height: | Size: 392 B |
BIN
clearbox/config/grow_transparent/pic/close.png
Executable file
|
After Width: | Height: | Size: 999 B |
BIN
clearbox/config/grow_transparent/pic/loading.gif
Executable file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
clearbox/config/grow_transparent/pic/next.png
Executable file
|
After Width: | Height: | Size: 532 B |
BIN
clearbox/config/grow_transparent/pic/next_outer.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/grow_transparent/pic/no_flash.gif
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
clearbox/config/grow_transparent/pic/no_html.gif
Executable file
|
After Width: | Height: | Size: 777 B |
BIN
clearbox/config/grow_transparent/pic/no_iframe.gif
Executable file
|
After Width: | Height: | Size: 712 B |
BIN
clearbox/config/grow_transparent/pic/no_image.gif
Executable file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
clearbox/config/grow_transparent/pic/no_inner.gif
Executable file
|
After Width: | Height: | Size: 781 B |
BIN
clearbox/config/grow_transparent/pic/no_quicktime.gif
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
clearbox/config/grow_transparent/pic/no_winmedia.gif
Executable file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
clearbox/config/grow_transparent/pic/no_winmediaavi.gif
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
clearbox/config/grow_transparent/pic/no_winmediamp3.gif
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
clearbox/config/grow_transparent/pic/no_winmediampg.gif
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
clearbox/config/grow_transparent/pic/no_winmediawav.gif
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
clearbox/config/grow_transparent/pic/no_winmediawma.gif
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
clearbox/config/grow_transparent/pic/no_winmediawmv.gif
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
clearbox/config/grow_transparent/pic/no_youtube.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/grow_transparent/pic/on_bg.png
Executable file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
clearbox/config/grow_transparent/pic/pause.png
Executable file
|
After Width: | Height: | Size: 934 B |
BIN
clearbox/config/grow_transparent/pic/pause_outer.gif
Executable file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
clearbox/config/grow_transparent/pic/prev.png
Executable file
|
After Width: | Height: | Size: 527 B |
BIN
clearbox/config/grow_transparent/pic/prev_outer.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/grow_transparent/pic/rot_l_outer.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/grow_transparent/pic/rot_r_outer.gif
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
clearbox/config/grow_transparent/pic/s_btm.png
Executable file
|
After Width: | Height: | Size: 404 B |
BIN
clearbox/config/grow_transparent/pic/s_btmleft.png
Executable file
|
After Width: | Height: | Size: 291 B |
BIN
clearbox/config/grow_transparent/pic/s_btmright.png
Executable file
|
After Width: | Height: | Size: 302 B |
BIN
clearbox/config/grow_transparent/pic/s_left.png
Executable file
|
After Width: | Height: | Size: 856 B |
BIN
clearbox/config/grow_transparent/pic/s_right.png
Executable file
|
After Width: | Height: | Size: 855 B |
BIN
clearbox/config/grow_transparent/pic/s_top.png
Executable file
|
After Width: | Height: | Size: 405 B |
BIN
clearbox/config/grow_transparent/pic/s_topleft.png
Executable file
|
After Width: | Height: | Size: 275 B |
BIN
clearbox/config/grow_transparent/pic/s_topright.png
Executable file
|
After Width: | Height: | Size: 294 B |
BIN
clearbox/config/grow_transparent/pic/start.png
Executable file
|
After Width: | Height: | Size: 970 B |
BIN
clearbox/config/grow_transparent/pic/start_outer.gif
Executable file
|
After Width: | Height: | Size: 2.2 KiB |
116
clearbox/config/shadow/cb_config.js
Executable file
@@ -0,0 +1,116 @@
|
||||
/*
|
||||
// ClearBox Config File (JavaScript)
|
||||
*/
|
||||
|
||||
var
|
||||
|
||||
// CB layout:
|
||||
|
||||
CB_WindowColor='#fff', // color of the CB window (note: you have to change the rounded-corner PNGs too!), transparent is also working
|
||||
CB_MinWidth=0, // minimum (only at images) or initial width of CB window
|
||||
CB_MinHeight=0, // initial heigth of CB window
|
||||
CB_WinPadd=15, // padding of the CB window from sides of the browser
|
||||
CB_RoundPix=13, // change this setting only if you are generating new PNGs for rounded corners
|
||||
CB_ImgBorder=0, // border size around the picture in CB window
|
||||
CB_ImgBorderColor='#ddd', // border color around the picture in CB window
|
||||
CB_Padd=0, // padding around inside the CB window
|
||||
|
||||
CB_BodyMarginLeft=0, //
|
||||
CB_BodyMarginRight=0, // if you set margin to <body>,
|
||||
CB_BodyMarginTop=0, // please change these settings!
|
||||
CB_BodyMarginBottom=0, //
|
||||
|
||||
CB_ShowThumbnails='auto', // it tells CB how to show the thumbnails ('auto', 'always' or 'off') thumbnails are only in picture-mode!
|
||||
CB_ThumbsBGColor='#000', // color of the thumbnail layer
|
||||
CB_ThumbsBGOpacity=.35, // opacity of the thumbnail layer
|
||||
CB_ActThumbOpacity=.65, // thumbnail opacity of the current viewed image
|
||||
|
||||
CB_SlideShowBarColor='#000', // color of the slideshow bar
|
||||
CB_SlideShowBarOpacity=.5, // opacity of the slideshow bar
|
||||
CB_SlideShowBarPadd=0, // padding of the slideshow bar (left and right)
|
||||
CB_SlideShowBarTop=-5, // position of the slideshow bar from the top of the picture
|
||||
|
||||
CB_SimpleDesign='on', // if it's 'on', CB doesn't show the frame but only the content - really nice ;)
|
||||
|
||||
CB_CloseBtnTop=1, // vertical position of the close button in picture mode
|
||||
CB_CloseBtnRight=0, // horizontal position of the close button in picture mode
|
||||
CB_CloseBtn2Top=-20, // vertical position of the close button in content mode
|
||||
CB_CloseBtn2Right=-30, // horizontal position of the close button in content mode
|
||||
|
||||
CB_OSD='on', // turns on OSD
|
||||
CB_OSDShowReady='on', // when clearbox is loaded and ready, it shows an OSD message
|
||||
|
||||
// CB font, text and navigation (at the bottom of CB window) settings:
|
||||
|
||||
CB_FontT='helvetica, arial, sans-serif', //
|
||||
CB_FontSizeT=12, // these variables are referring to the title or caption line
|
||||
CB_FontColorT='#777', //
|
||||
CB_FontWeightT='normal', //
|
||||
|
||||
CB_FontC='helvetica, arial, sans-serif', //
|
||||
CB_FontSizeC=11, // these variables are referring to
|
||||
CB_FontColorC='#aaa', // comment lines under the title
|
||||
CB_FontWeightC='normal', //
|
||||
CB_TextAlignC='justify', //
|
||||
CB_txtHCMax=120, // maximum height of the comment box in pixels
|
||||
|
||||
CB_FontG='helvetica, arial, sans-serif', //
|
||||
CB_FontSizeG=11, // these variables are referring to the gallery name
|
||||
CB_FontColorG='#999', //
|
||||
CB_FontWeightG='normal', //
|
||||
|
||||
CB_PadT=10, // space in pixels between the content and the title or caption line
|
||||
|
||||
CB_OuterNavigation='on', // turns outer navigation panel on
|
||||
|
||||
CB_ShowURL='off', // it shows the url of the content if no title or caption is given
|
||||
CB_ItemNum='on', // it shows the ordinal number of the content in galleries
|
||||
CB_ItemNumBracket='()', // whatever you want ;)
|
||||
|
||||
CB_ShowGalName='on', // it shows gallery name
|
||||
CB_TextNav='on', // it shows previous and next navigation
|
||||
CB_NavTextImgPrvNxt='on', // it shows previous and next buttons instead of text
|
||||
CB_ShowDL='on', // it shows download controls
|
||||
CB_NavTextImgDL='on', // it shows download buttons instead of text
|
||||
|
||||
CB_ImgRotation='on', // it shows the image rotation controls
|
||||
CB_NavTextImgRot='on', // it shows the image rotation buttons instead of text
|
||||
|
||||
// Settings of the document-hiding layer:
|
||||
|
||||
CB_HideColor='#fff', // color of the layer
|
||||
CB_HideOpacity=.95, // opacity (0 is invisible, 1 is 100% color) of the layer
|
||||
CB_HideOpacitySpeed=400, // speed of fading
|
||||
CB_CloseOnH='on', // CB will close, if you click on background
|
||||
|
||||
// CB animation settings:
|
||||
|
||||
CB_Animation='growinout', // 'double', 'normal', 'off', 'grow', 'growinout' or 'warp' (high cpu usage)
|
||||
CB_ImgOpacitySpeed=300, // speed of content fading (in ms)
|
||||
CB_TextOpacitySpeed=10, // speed of text fading under the picture (in ms)
|
||||
CB_AnimSpeed=500, // speed of the resizing animation of CB window (in ms)
|
||||
CB_ImgTextFade='on', // turns on or off the fading of content and text
|
||||
CB_FlashHide='off', // it hides flash animations on the page before CB starts
|
||||
CB_SelectsHide='on', // it hides select boxes on the page before CB starts
|
||||
CB_SlShowTime=5, // default speed of the slideshow (in sec)
|
||||
CB_Preload='on', // preload neighbour pictures in galleries
|
||||
CB_ShowLoading='off', // NOT WORKING IN THIS VERSION (3.5beta)
|
||||
|
||||
// Images using by CB settings:
|
||||
|
||||
CB_PictureStart='start.png', //
|
||||
CB_PicturePause='pause.png', //
|
||||
CB_PictureClose='close.png', // filenames of some images using by clearbox
|
||||
CB_PictureNext='next.png', // (there are other images specified in clearbox.css!)
|
||||
CB_PicturePrev='prev.png', //
|
||||
|
||||
// CB professional settings:
|
||||
|
||||
CB_PicDir=CB_ScriptDir+'/config/'+CB_Config+'/pic', // CHANGE ONLY IF YOU CHANGED THE DEFAULT DIRECTORY-STRUCTURE OF CB!
|
||||
|
||||
CB_AllowedToRun='on', // if 'off', CB won't start (you can change this variable without reload!)
|
||||
CB_AllowExtFunctLoad='off', // if 'on', CB will run a function named CB_ExternalFunctionLoad(); every time after a new content has loaded (useful for audit, etc)
|
||||
CB_AllowExtFunctPageLoad='off', // if 'on', CB will run a function named CB_ExternalFunctionPageLoad(); after your page has fully loaded
|
||||
CB_AllowExtFunctCBClose='off' // if 'on', CB will run a function named CB_ExternalFunctionCBClose(); after CB window has closed
|
||||
|
||||
;
|
||||
450
clearbox/config/shadow/cb_style.css
Executable file
@@ -0,0 +1,450 @@
|
||||
/*
|
||||
// ClearBox Config File (CSS)
|
||||
*/
|
||||
|
||||
#CB_LoadingImage, .CB_TextNav, #CB_ShowTh, #CB_Thumbs2, #CB_Thumbs, .CB_RoundPixBugFix, #CB_Padding, #CB_ImgContainer, #CB_PrevNext, #CB_ContentHide, #CB_Text, #CB_Window, #CB_Image, #CB_TopLeft, #CB_Top, #CB_TopRight, #CB_Left, #CB_Content, #CB_Right, #CB_BtmLeft, #CB_Btm, #CB_BtmRight, #CB_Prev, #CB_Prev:hover, #CB_Prev:focus, #CB_Prev:active, #CB_Next, #CB_Next:hover, #CB_Next:focus, #CB_Next:active, #CB_CloseWindow, #CB_SlideShowS, #CB_SlideShowP, #CB_SlideShowBar {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
outline-style: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#CB_Text,
|
||||
#CB_Text *,
|
||||
#CB_HiddenTextT,
|
||||
#CB_HiddenTextT *,
|
||||
#CB_HiddenTextC,
|
||||
#CB_HiddenTextC *,
|
||||
#CB_HiddenTextG,
|
||||
#CB_HiddenTextG *,
|
||||
#CB_OSD {
|
||||
line-height: normal;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
|
||||
#CB_LoadingImage {
|
||||
position: absolute;
|
||||
left: -10000px;
|
||||
top: -10000px;
|
||||
margin-left: -16px;
|
||||
margin-top: -16px;
|
||||
visibility: hidden;
|
||||
z-index: 1101;
|
||||
}
|
||||
|
||||
.CB_Absolute {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#CB_NotImgContent {
|
||||
position: absolute;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
#CB_NotIC, #CB_NotImgContent {
|
||||
border: none;
|
||||
outline-style: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#CB_Window {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 0px;
|
||||
border-spacing: 0px;
|
||||
border-width: 0px;
|
||||
border-collapse: separate;
|
||||
visibility: hidden;
|
||||
z-index: 1100;
|
||||
}
|
||||
|
||||
.CB_Sep {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.CB_TnThumbs {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
border: 0px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.CB_BtmNav {
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
#CB_ImgHide {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: 1098;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_ShowTh {
|
||||
width: 100%;
|
||||
height: 20%;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: 1097;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Thumbs {
|
||||
display: none;
|
||||
height: 62px;
|
||||
padding-top: 10px;
|
||||
position: absolute;
|
||||
z-index: 1100;
|
||||
overflow: hidden;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Thumbs2 {
|
||||
margin: auto 0;
|
||||
height: 52px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.CB_ThumbsImg {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
#CB_ThumbsActImg {
|
||||
cursor: default;
|
||||
border: 1px dotted #fff;
|
||||
}
|
||||
|
||||
.CB_RoundPixBugFix {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
font-family: arial;
|
||||
font-size: 1pt;
|
||||
}
|
||||
|
||||
#CB_ImgContainer {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#CB_PrevNext {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: 1002;
|
||||
}
|
||||
|
||||
#CB_NavPrev, #CB_NavNext {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: 1001;
|
||||
top: 47%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_NavPrev {
|
||||
left: 14px;
|
||||
}
|
||||
|
||||
#CB_NavNext {
|
||||
right: 14px;
|
||||
}
|
||||
|
||||
#CB_ContentHide {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_OSD {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
z-index: 5000;
|
||||
font-size: 22px;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#CB_Image {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CB_TopLeft {
|
||||
background-image:url(pic/s_topleft.png);
|
||||
background-position:right bottom;
|
||||
}
|
||||
|
||||
#CB_Top {
|
||||
background-image:url(pic/s_top.png);
|
||||
background-position:left bottom;
|
||||
}
|
||||
|
||||
#CB_TopRight {
|
||||
background-image:url(pic/s_topright.png);
|
||||
background-position:left bottom;
|
||||
}
|
||||
|
||||
#CB_Left {
|
||||
background-image:url(pic/s_left.png);
|
||||
background-position:right top;
|
||||
}
|
||||
|
||||
#CB_Right {
|
||||
background-image:url(pic/s_right.png);
|
||||
background-position:left top;
|
||||
}
|
||||
|
||||
#CB_BtmLeft {
|
||||
background-image:url(pic/s_btmleft.png);
|
||||
background-position:right top;
|
||||
}
|
||||
|
||||
#CB_Btm {
|
||||
background-image:url(pic/s_btm.png);
|
||||
background-position:left top;
|
||||
}
|
||||
|
||||
#CB_BtmRight {
|
||||
background-image:url(pic/s_btmright.png);
|
||||
background-position:left top;
|
||||
}
|
||||
|
||||
#CB_Prev, #CB_Next {
|
||||
background: transparent url(pic/blank.gif) no-repeat scroll 0%;
|
||||
display: block;
|
||||
width: 49%;
|
||||
cursor: pointer;
|
||||
z-index: 1102;
|
||||
}
|
||||
|
||||
.CB_TextNav {
|
||||
text-decoration: underline;
|
||||
padding-right: 5px;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.CB_TextNav:hover {
|
||||
text-decoration: underline;
|
||||
color: #555;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#CB_Prev {
|
||||
float: left;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Next {
|
||||
float: right;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#CB_Prev:hover {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#CB_Next:hover {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#CB_CloseWindow {
|
||||
position: absolute;
|
||||
z-index: 1104;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_SlideShowS, #CB_SlideShowP {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 1px;
|
||||
z-index: 1104;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_SlideShowBar {
|
||||
width: 0px;
|
||||
position: fixed;
|
||||
height: 2px;
|
||||
display: none;
|
||||
z-index: 1102;
|
||||
}
|
||||
|
||||
#CB_Text {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#CB_TT, #CB_TC {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CB_TT, #CB_HiddenTextT {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#CB_TC {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#CB_HiddenTextT,
|
||||
#CB_HiddenTextC,
|
||||
#CB_HiddenTextG {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: -1000;
|
||||
top: -100000px;
|
||||
left: -100000px;
|
||||
}
|
||||
|
||||
.CB_PreloadBugFix {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
z-index: -1000;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#CB_Debug,
|
||||
#CB_Debug a,
|
||||
.dbg_1,
|
||||
.dbg_2,
|
||||
.dbg_2a,
|
||||
.dbg_3,
|
||||
.dbg_3a,
|
||||
.dbg_4,
|
||||
.dbg_5 {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none transparent;
|
||||
letter-spacing: 0px;
|
||||
line-height: normal;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
font-style: none;
|
||||
}
|
||||
|
||||
#CB_Debug {
|
||||
display: none;
|
||||
background: #000 none;
|
||||
width: 280px;
|
||||
padding: 10px;
|
||||
z-index: 5000;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.dbg_1 {
|
||||
color: #fff;
|
||||
padding-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dbg_2,
|
||||
.dbg_2a {
|
||||
color: #999;
|
||||
padding: 10px 0px 0px 20px;
|
||||
}
|
||||
|
||||
.dbg_2a {
|
||||
color: #ff8800;
|
||||
}
|
||||
|
||||
.dbg_3 {
|
||||
color: #fff;
|
||||
padding-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dbg_4 {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dbg_5 {
|
||||
color: #fff;
|
||||
margin: 15px 0px 5px 0px;
|
||||
border-bottom: 5px dotted #ccc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#CB_Debug a {
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted #999;
|
||||
}
|
||||
|
||||
#CB_Debug .dbg_2a a {
|
||||
color: #ff8800;
|
||||
border-bottom: 1px dotted #ff8800;
|
||||
}
|
||||
|
||||
#CB_Debug a:hover,
|
||||
#CB_Debug .dbg_2a a:hover {
|
||||
color: #fff;
|
||||
border-bottom: 1px dotted #fff;
|
||||
}
|
||||
|
||||
#CB_OutNavContainer {
|
||||
display: none;
|
||||
z-index: 5000;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
padding-bottom: 20px;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
#CB_OutNavG {
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#CB_OutNavB, #CB_OutNavBG {
|
||||
width: 180px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#CB_OutNavB {
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#CB_OutNavBG {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-left: -90px;
|
||||
bottom: 20px;
|
||||
background: transparent url(pic/on_bg.png) no-repeat;
|
||||
}
|
||||
|
||||
#CB_OutNavB a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#CB_OutNavB a img {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CB_OutNavB a:hover img {
|
||||
top: -50px;
|
||||
}
|
||||
BIN
clearbox/config/shadow/pic/blank.gif
Executable file
|
After Width: | Height: | Size: 43 B |
BIN
clearbox/config/shadow/pic/btm_dl.gif
Executable file
|
After Width: | Height: | Size: 359 B |
BIN
clearbox/config/shadow/pic/btm_max.gif
Executable file
|
After Width: | Height: | Size: 242 B |
BIN
clearbox/config/shadow/pic/btm_next.gif
Executable file
|
After Width: | Height: | Size: 359 B |
BIN
clearbox/config/shadow/pic/btm_prev.gif
Executable file
|
After Width: | Height: | Size: 359 B |
BIN
clearbox/config/shadow/pic/btm_rot_l.gif
Executable file
|
After Width: | Height: | Size: 395 B |
BIN
clearbox/config/shadow/pic/btm_rot_r.gif
Executable file
|
After Width: | Height: | Size: 393 B |
BIN
clearbox/config/shadow/pic/close.png
Executable file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
clearbox/config/shadow/pic/loading.gif
Executable file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
clearbox/config/shadow/pic/next.png
Executable file
|
After Width: | Height: | Size: 1.9 KiB |