lightbox-rtl.css |
css/lightbox-rtl.css |
|
/* $Id: lightbox-rtl.css,v 1.1.2.18 2010/06/07 14:43:02 snpower Exp $ */
#imageData #imageDetails {
float: right;
text-align: right;
}
/* Image location mod */
#bottomNavClose {
float: left;
}
#bottomNavZoom,
#bottomNavZoomOut {
left:… |
lightbox.css |
css/lightbox.css |
|
/* $Id: lightbox.css,v 1.1.4.28 2010/09/22 10:47:15 snpower Exp $ */
#lightbox {
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox a img {
border:… |
lightbox2-insert-image.tpl.php |
lightbox2-insert-image.tpl.php |
|
Template file for Lightbox2 content inserted via the Insert module. |
lightbox2.admin.inc |
lightbox2.admin.inc |
|
Administrative page callbacks for the lightbox2 module. |
lightbox2.formatter.inc |
lightbox2.formatter.inc |
|
Lightbox2 formatter hooks and callbacks. |
lightbox2.info |
lightbox2.info |
|
; $Id: lightbox2.info,v 1. 2011/01/17 11:51:34 snpower Exp $
name = Lightbox2
description = Enables Lightbox2 for Drupal
core = 7.x
package = User interface
dependencies[] = entity
files[] = lightbox2.install
files[] = lightbox2.module
files[] =… |
lightbox2.insert.inc |
lightbox2.insert.inc |
|
Lightbox2 support for Insert module. |
lightbox2.install |
lightbox2.install |
|
Installation functions for Lightbox2. |
lightbox2.module |
lightbox2.module |
|
Enables the use of lightbox2 which places images above your current page,
not within. This frees you from the constraints of the layout,
particularly column widths. |
lightbox2.views.inc |
lightbox2.views.inc |
|
lightbox2.views.inc |
lightbox2_handler_field_lightbox2.inc |
lightbox2_handler_field_lightbox2.inc |
|
Contain the integration with views
A handler to provide a field that is completely custom by the administrator. |
lightbox_alt.css |
css/lightbox_alt.css |
|
/* $Id: lightbox_alt.css,v 1.1.4.22 2010/09/22 10:47:15 snpower Exp $ */
/**
* Based on a design created by Nicolas Borda:
* http://www.ipwa.net/assets/myslimbox/
*/
#lightbox {
position: absolute;
top: 40px;
left: 0;
width: 100%;
… |
lightbox_lite-rtl.css |
css/lightbox_lite-rtl.css |
|
/* $Id: lightbox_lite-rtl.css,v 1.1.2.6 2010/06/07 14:54:30 snpower Exp $ */
#lightbox {
background-color: #eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
min-width: 240px;
}
#lightboxDetails {
font-size:… |
lightbox_lite.css |
css/lightbox_lite.css |
|
/* $Id: lightbox_lite.css,v 1.1.4.11 2010/06/07 14:54:30 snpower Exp $ */
#lightbox {
background-color: #eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
min-width: 240px;
}
#lightboxDetails {
font-size:… |
page--node--lightbox2.tpl.php |
page--node--lightbox2.tpl.php |
|
Template file for displaying the node content, associated with an image, in
the lightbox. It displays it without any sidebars, etc. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
----------------------
* Introduction
* Installation
* Adding Lightbox Functionality to your Images
- No Grouping
- With Grouping
- Slideshow
- Video
- HTML Content Support
- Inline Content Support
… |
TODO.txt |
TODO.txt |
|
Drupal 7 port
Works
* Add a image with rel="lightbox"
* Add a image group with rel="lightbox[group]"
* Slideshow using rel="lightshow[group]"
* HTML content using rel="lightframe"
* Modal with… |