Skip to content

Commit

Permalink
updated slimbox to 2.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Joachim Piepereit committed Nov 27, 2013
1 parent 25a7c4f commit b6724fc
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ___________________________________________________________
-> Fixed banners edit containing multiple ways to remove the picture (hajo)
-> Fixed games mod version data not saved (hajo)
-> Fixed newsletter mod not handling name selection for clan and squad mod (palle)
-> Updated slimbox to 2.05 (hajo)


ClanSphere 2011.4.2 >> 2013-10-14
Expand Down
2 changes: 1 addition & 1 deletion docs/externals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ mod servers:
- GameQ 1.12 (http://gameq.sourceforge.net)

mod lightbox:
- Slimbox 2.0.4 for jQuery (http://www.digitalia.be/software/slimbox2)
- Slimbox 2.0.5 for jQuery (http://www.digitalia.be/software/slimbox2)
4 changes: 2 additions & 2 deletions mods/lightbox/README.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SLIMBOX V2.04 README
SLIMBOX V2.05 README
====================
The ultimate lightweight Lightbox clone
... now using the jQuery javascript library

(c) Christophe Beyls 2007-2010
(c) Christophe Beyls 2007-2013
MIT-style license

http://code.google.com/p/slimbox/
Expand Down
84 changes: 84 additions & 0 deletions mods/lightbox/css/slimbox2-rtl.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
/* SLIMBOX */

#lbOverlay {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
cursor: pointer;
}

#lbCenter, #lbBottomContainer {
position: absolute;
z-index: 9999;
overflow: hidden;
background-color: #fff;
}

.lbLoading {
background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
position: absolute;
left: 0;
top: 0;
border: 10px solid #fff;
background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
}

#lbPrevLink {
right: 0;
}

#lbPrevLink:hover {
background: transparent url(prevlabel.gif) no-repeat 100% 15%;
}

#lbNextLink {
left: 0;
}

#lbNextLink:hover {
background: transparent url(nextlabel.gif) no-repeat 0 15%;
}

#lbBottom {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: right;
border: 10px solid #fff;
border-top-style: none;
direction: rtl;
}

#lbCloseLink {
display: block;
float: left;
width: 66px;
height: 22px;
background: transparent url(closelabel.gif) no-repeat center;
margin: 5px 0;
outline: none;
}

#lbCaption, #lbNumber {
margin-left: 71px;
}

#lbCaption {
font-weight: bold;
}
2 changes: 1 addition & 1 deletion mods/lightbox/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$mod_info['creator'] = 'ClanSphere';
$mod_info['team'] = 'ClanSphere';
$mod_info['url'] = 'www.clansphere.net';
$mod_info['text'] = 'Slimbox 2.0.4 for jQuery';
$mod_info['text'] = 'Slimbox 2.0.5 for jQuery';
$mod_info['icon'] = 'kview';
$mod_info['show'] = array();
$mod_info['categories'] = FALSE;
Expand Down
8 changes: 4 additions & 4 deletions mods/lightbox/js/slimbox2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6724fc

Please sign in to comment.